Fill correct file name to OpDebugFunction and add line info for parameters' OpDebugDeclare
This commit is contained in:
parent
8a5086efb0
commit
85262fb20e
14 changed files with 2877 additions and 2873 deletions
|
|
@ -9,7 +9,7 @@ hlsl.pp.line2.frag
|
|||
EntryPoint Fragment 5 "MainPs" 71 75
|
||||
ExecutionMode 5 OriginUpperLeft
|
||||
1: String "hlsl.pp.line2.frag"
|
||||
17: String "foo.frag"
|
||||
7: String "foo.frag"
|
||||
32: String "foo.h"
|
||||
42: String "foo2.h"
|
||||
Source HLSL 500 1 "// OpModuleProcessed auto-map-locations
|
||||
|
|
@ -62,12 +62,12 @@ PS_OUTPUT MainPs ( PS_INPUT i )
|
|||
|
||||
"
|
||||
Name 5 "MainPs"
|
||||
Name 9 "PS_INPUT"
|
||||
MemberName 9(PS_INPUT) 0 "vTextureCoords"
|
||||
Name 12 "PS_OUTPUT"
|
||||
MemberName 12(PS_OUTPUT) 0 "vColor"
|
||||
Name 15 "@MainPs(struct-PS_INPUT-vf21;"
|
||||
Name 14 "i"
|
||||
Name 10 "PS_INPUT"
|
||||
MemberName 10(PS_INPUT) 0 "vTextureCoords"
|
||||
Name 13 "PS_OUTPUT"
|
||||
MemberName 13(PS_OUTPUT) 0 "vColor"
|
||||
Name 16 "@MainPs(struct-PS_INPUT-vf21;"
|
||||
Name 15 "i"
|
||||
Name 19 "PerViewConstantBuffer_t"
|
||||
MemberName 19(PerViewConstantBuffer_t) 0 "g_nDataIdx"
|
||||
MemberName 19(PerViewConstantBuffer_t) 1 "g_nDataIdx2"
|
||||
|
|
@ -93,13 +93,13 @@ PS_OUTPUT MainPs ( PS_INPUT i )
|
|||
Decorate 75(@entryPointOutput.vColor) Location 0
|
||||
3: TypeVoid
|
||||
4: TypeFunction 3
|
||||
7: TypeFloat 32
|
||||
8: TypeVector 7(float) 2
|
||||
9(PS_INPUT): TypeStruct 8(fvec2)
|
||||
10: TypePointer Function 9(PS_INPUT)
|
||||
11: TypeVector 7(float) 4
|
||||
12(PS_OUTPUT): TypeStruct 11(fvec4)
|
||||
13: TypeFunction 12(PS_OUTPUT) 10(ptr)
|
||||
8: TypeFloat 32
|
||||
9: TypeVector 8(float) 2
|
||||
10(PS_INPUT): TypeStruct 9(fvec2)
|
||||
11: TypePointer Function 10(PS_INPUT)
|
||||
12: TypeVector 8(float) 4
|
||||
13(PS_OUTPUT): TypeStruct 12(fvec4)
|
||||
14: TypeFunction 13(PS_OUTPUT) 11(ptr)
|
||||
18: TypeInt 32 0
|
||||
19(PerViewConstantBuffer_t): TypeStruct 18(int) 18(int) 18(int)
|
||||
20: TypePointer PushConstant 19(PerViewConstantBuffer_t)
|
||||
|
|
@ -112,8 +112,8 @@ PS_OUTPUT MainPs ( PS_INPUT i )
|
|||
33: TypePointer Function 18(int)
|
||||
35: 22(int) Constant 0
|
||||
39: 22(int) Constant 1
|
||||
43: TypePointer Function 12(PS_OUTPUT)
|
||||
45: TypeImage 7(float) 2D sampled format:Unknown
|
||||
43: TypePointer Function 13(PS_OUTPUT)
|
||||
45: TypeImage 8(float) 2D sampled format:Unknown
|
||||
46: 18(int) Constant 128
|
||||
47: TypeArray 45 46
|
||||
48: TypePointer UniformConstant 47
|
||||
|
|
@ -123,35 +123,35 @@ PS_OUTPUT MainPs ( PS_INPUT i )
|
|||
55: TypePointer UniformConstant 54
|
||||
56(g_sAniso): 55(ptr) Variable UniformConstant
|
||||
58: TypeSampledImage 45
|
||||
60: TypePointer Function 8(fvec2)
|
||||
64: TypePointer Function 11(fvec4)
|
||||
70: TypePointer Input 8(fvec2)
|
||||
60: TypePointer Function 9(fvec2)
|
||||
64: TypePointer Function 12(fvec4)
|
||||
70: TypePointer Input 9(fvec2)
|
||||
71(i.vTextureCoords): 70(ptr) Variable Input
|
||||
74: TypePointer Output 11(fvec4)
|
||||
74: TypePointer Output 12(fvec4)
|
||||
75(@entryPointOutput.vColor): 74(ptr) Variable Output
|
||||
Line 17 23 1
|
||||
Line 7 23 1
|
||||
5(MainPs): 3 Function None 4
|
||||
6: Label
|
||||
69(i): 10(ptr) Variable Function
|
||||
76(param): 10(ptr) Variable Function
|
||||
Line 17 23 0
|
||||
72: 8(fvec2) Load 71(i.vTextureCoords)
|
||||
69(i): 11(ptr) Variable Function
|
||||
76(param): 11(ptr) Variable Function
|
||||
Line 7 23 0
|
||||
72: 9(fvec2) Load 71(i.vTextureCoords)
|
||||
73: 60(ptr) AccessChain 69(i) 35
|
||||
Store 73 72
|
||||
77: 9(PS_INPUT) Load 69(i)
|
||||
77:10(PS_INPUT) Load 69(i)
|
||||
Store 76(param) 77
|
||||
78:12(PS_OUTPUT) FunctionCall 15(@MainPs(struct-PS_INPUT-vf21;) 76(param)
|
||||
79: 11(fvec4) CompositeExtract 78 0
|
||||
78:13(PS_OUTPUT) FunctionCall 16(@MainPs(struct-PS_INPUT-vf21;) 76(param)
|
||||
79: 12(fvec4) CompositeExtract 78 0
|
||||
Store 75(@entryPointOutput.vColor) 79
|
||||
Return
|
||||
FunctionEnd
|
||||
Line 17 23 1
|
||||
15(@MainPs(struct-PS_INPUT-vf21;):12(PS_OUTPUT) Function None 13
|
||||
14(i): 10(ptr) FunctionParameter
|
||||
16: Label
|
||||
Line 7 23 1
|
||||
16(@MainPs(struct-PS_INPUT-vf21;):13(PS_OUTPUT) Function None 14
|
||||
15(i): 11(ptr) FunctionParameter
|
||||
17: Label
|
||||
34(u): 33(ptr) Variable Function
|
||||
44(ps_output): 43(ptr) Variable Function
|
||||
Line 17 47 0
|
||||
Line 7 47 0
|
||||
25: 24(ptr) AccessChain 21 23
|
||||
26: 18(int) Load 25
|
||||
29: 27(bool) INotEqual 26 28
|
||||
|
|
@ -176,12 +176,12 @@ PS_OUTPUT MainPs ( PS_INPUT i )
|
|||
53: 45 Load 52
|
||||
57: 54 Load 56(g_sAniso)
|
||||
59: 58 SampledImage 53 57
|
||||
61: 60(ptr) AccessChain 14(i) 35
|
||||
62: 8(fvec2) Load 61
|
||||
63: 11(fvec4) ImageSampleImplicitLod 59 62
|
||||
61: 60(ptr) AccessChain 15(i) 35
|
||||
62: 9(fvec2) Load 61
|
||||
63: 12(fvec4) ImageSampleImplicitLod 59 62
|
||||
65: 64(ptr) AccessChain 44(ps_output) 35
|
||||
Store 65 63
|
||||
Line 42 105 0
|
||||
66:12(PS_OUTPUT) Load 44(ps_output)
|
||||
66:13(PS_OUTPUT) Load 44(ps_output)
|
||||
ReturnValue 66
|
||||
FunctionEnd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue