File tree 1 file changed +8
-8
lines changed
llvm/test/CodeGen/DirectX/Metadata
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ target triple = "dxil-pc-shadermodel6.6-compute"
25
25
; PRINT-NEXT:;
26
26
; PRINT-NEXT:; Name Type Format Dim ID HLSL Bind Count
27
27
; PRINT-NEXT:; ------------------------------ ---------- ------- ----------- ------- -------------- ------
28
- ; PRINT-NEXT:; SRV f16 buf T0 t0 1
29
- ; PRINT-NEXT:; SRV f32 buf T1 t1 1
30
- ; PRINT-NEXT:; SRV f64 buf T2 t2 1
31
- ; PRINT-NEXT:; SRV i32 buf T3 t3 1
32
- ; PRINT-NEXT:; SRV byte r/o T4 t5 1
33
- ; PRINT-NEXT:; SRV struct r/o T5 t6 1
34
- ; PRINT-NEXT:; SRV u64 buf T6 t10,space2 1
35
- ; PRINT-NEXT:; SRV f32 buf T7 t4,space3 100
28
+ ; PRINT-NEXT:; texture f16 buf T0 t0 1
29
+ ; PRINT-NEXT:; texture f32 buf T1 t1 1
30
+ ; PRINT-NEXT:; texture f64 buf T2 t2 1
31
+ ; PRINT-NEXT:; texture i32 buf T3 t3 1
32
+ ; PRINT-NEXT:; texture byte r/o T4 t5 1
33
+ ; PRINT-NEXT:; texture struct r/o T5 t6 1
34
+ ; PRINT-NEXT:; texture u64 buf T6 t10,space2 1
35
+ ; PRINT-NEXT:; texture f32 buf T7 t4,space3 100
36
36
37
37
define void @test () #0 {
38
38
; Buffer<half4> Buf : register(t0)
You can’t perform that action at this time.
0 commit comments