You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/clang/test/LitDXILValidation/LinAlgMatrix/linalgmatrix-ds.ll
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@
11
11
; CHECK: Function: MainDS: error: Opcode LinAlgMatrixGetElement not valid in shader model ds_6_10.
12
12
; CHECK: Function: MainDS: error: Opcode LinAlgMatrixMultiplyAccumulate not valid in shader model ds_6_10.
13
13
; CHECK: Function: MainDS: error: Opcode LinAlgMatrixSetElement not valid in shader model ds_6_10.
14
+
; CHECK: Function: MainDS: error: Opcode LinAlgMatrixStoreToMemory not valid in shader model ds_6_10.
15
+
; CHECK: Function: MainDS: error: Opcode LinAlgMatrixAccumulateToMemory not valid in shader model ds_6_10.
16
+
; CHECK: Function: MainDS: error: Opcode LinAlgMatrixLoadFromMemory not valid in shader model ds_6_10.
14
17
; CHECK: Function: MainDS: error: Entry function performs some operation that is incompatible with the shader stage or other entry properties. See other errors for details.
15
18
; CHECK: Function: MainDS: error: Function uses features incompatible with the shader stage (ds) of the entry function.
16
19
; CHECK: Validation failed.
@@ -27,6 +30,8 @@ target triple = "dxil-ms-dx"
27
30
%dx.types.ResourceProperties = type { i32, i32 }
28
31
%struct.RWByteAddressBuffer = type { i32 }
29
32
33
+
@"\01?SharedArr@@3PAMA" = externaladdrspace(3) global [64 x float], align4
Copy file name to clipboardExpand all lines: tools/clang/test/LitDXILValidation/LinAlgMatrix/linalgmatrix-gs.ll
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@
11
11
; CHECK: Function: MainGS: error: Opcode LinAlgMatrixGetElement not valid in shader model gs_6_10.
12
12
; CHECK: Function: MainGS: error: Opcode LinAlgMatrixMultiplyAccumulate not valid in shader model gs_6_10.
13
13
; CHECK: Function: MainGS: error: Opcode LinAlgMatrixSetElement not valid in shader model gs_6_10.
14
+
; CHECK: Function: MainGS: error: Opcode LinAlgMatrixStoreToMemory not valid in shader model gs_6_10.
15
+
; CHECK: Function: MainGS: error: Opcode LinAlgMatrixAccumulateToMemory not valid in shader model gs_6_10.
16
+
; CHECK: Function: MainGS: error: Opcode LinAlgMatrixLoadFromMemory not valid in shader model gs_6_10.
14
17
; CHECK: Function: MainGS: error: Entry function performs some operation that is incompatible with the shader stage or other entry properties. See other errors for details.
15
18
; CHECK: Function: MainGS: error: Function uses features incompatible with the shader stage (gs) of the entry function.
16
19
; CHECK: Validation failed.
@@ -27,6 +30,8 @@ target triple = "dxil-ms-dx"
27
30
%dx.types.ResourceProperties = type { i32, i32 }
28
31
%struct.RWByteAddressBuffer = type { i32 }
29
32
33
+
@"\01?SharedArr@@3PAMA" = externaladdrspace(3) global [64 x float], align4
Copy file name to clipboardExpand all lines: tools/clang/test/LitDXILValidation/LinAlgMatrix/linalgmatrix-hs.ll
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@
11
11
; CHECK: Function: MainHS: error: Opcode LinAlgMatrixGetElement not valid in shader model hs_6_10.
12
12
; CHECK: Function: MainHS: error: Opcode LinAlgMatrixMultiplyAccumulate not valid in shader model hs_6_10.
13
13
; CHECK: Function: MainHS: error: Opcode LinAlgMatrixSetElement not valid in shader model hs_6_10.
14
+
; CHECK: Function: MainHS: error: Opcode LinAlgMatrixStoreToMemory not valid in shader model hs_6_10.
15
+
; CHECK: Function: MainHS: error: Opcode LinAlgMatrixAccumulateToMemory not valid in shader model hs_6_10.
16
+
; CHECK: Function: MainHS: error: Opcode LinAlgMatrixLoadFromMemory not valid in shader model hs_6_10.
14
17
; CHECK: Function: MainHS: error: Entry function performs some operation that is incompatible with the shader stage or other entry properties. See other errors for details.
15
18
; CHECK: Function: MainHS: error: Function uses features incompatible with the shader stage (hs) of the entry function.
16
19
; CHECK: Validation failed.
@@ -27,6 +30,8 @@ target triple = "dxil-ms-dx"
27
30
%dx.types.ResourceProperties = type { i32, i32 }
28
31
%struct.RWByteAddressBuffer = type { i32 }
29
32
33
+
@"\01?SharedArr@@3PAMA" = externaladdrspace(3) global [64 x float], align4
0 commit comments