pass-by-reference updates
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
rayQuery-no-cse.rgen
|
||||
// Module Version 10000
|
||||
// Generated by (magic number): 80008
|
||||
// Id's are bound by 111
|
||||
// Id's are bound by 107
|
||||
|
||||
Capability VariablePointers
|
||||
Capability RayQueryProvisionalKHR
|
||||
Capability RayTracingNV
|
||||
Extension "SPV_KHR_ray_query"
|
||||
Extension "SPV_KHR_variable_pointers"
|
||||
Extension "SPV_NV_ray_tracing"
|
||||
1: ExtInstImport "GLSL.std.450"
|
||||
MemoryModel Logical GLSL450
|
||||
@@ -38,10 +40,8 @@ rayQuery-no-cse.rgen
|
||||
Name 76 ""
|
||||
Name 89 "rayQuery1"
|
||||
Name 90 "param"
|
||||
Name 92 "param"
|
||||
Name 105 "rayQuery2"
|
||||
Name 106 "param"
|
||||
Name 108 "param"
|
||||
Name 103 "rayQuery2"
|
||||
Name 104 "param"
|
||||
Decorate 23(gl_LaunchIDNV) BuiltIn LaunchIdKHR
|
||||
Decorate 28(gl_LaunchSizeNV) BuiltIn LaunchSizeKHR
|
||||
Decorate 50(rtas) DescriptorSet 0
|
||||
@@ -60,7 +60,7 @@ rayQuery-no-cse.rgen
|
||||
6: TypeInt 32 0
|
||||
7: TypeFunction 6(int)
|
||||
10: TypeRayQueryProvisionalKHR
|
||||
11: TypePointer Function 10
|
||||
11: TypePointer Workgroup 10
|
||||
12: TypeFloat 32
|
||||
13: TypeVector 12(float) 3
|
||||
14(Ray): TypeStruct 13(fvec3) 12(float) 13(fvec3) 12(float)
|
||||
@@ -92,17 +92,15 @@ rayQuery-no-cse.rgen
|
||||
75: TypePointer Uniform 74(Rays)
|
||||
76: 75(ptr) Variable Uniform
|
||||
78: TypePointer Uniform 72(Ray)
|
||||
96: 6(int) Constant 32
|
||||
89(rayQuery1): 11(ptr) Variable Workgroup
|
||||
94: 6(int) Constant 32
|
||||
103(rayQuery2): 11(ptr) Variable Workgroup
|
||||
4(main): 2 Function None 3
|
||||
5: Label
|
||||
69(index): 68(ptr) Variable Function
|
||||
71(ray): 15(ptr) Variable Function
|
||||
89(rayQuery1): 11(ptr) Variable Function
|
||||
90(param): 11(ptr) Variable Function
|
||||
92(param): 15(ptr) Variable Function
|
||||
105(rayQuery2): 11(ptr) Variable Function
|
||||
106(param): 11(ptr) Variable Function
|
||||
108(param): 15(ptr) Variable Function
|
||||
90(param): 15(ptr) Variable Function
|
||||
104(param): 15(ptr) Variable Function
|
||||
70: 6(int) FunctionCall 8(launchIndex()
|
||||
Store 69(index) 70
|
||||
77: 6(int) Load 69(index)
|
||||
@@ -120,26 +118,22 @@ rayQuery-no-cse.rgen
|
||||
87: 12(float) CompositeExtract 80 3
|
||||
88: 59(ptr) AccessChain 71(ray) 65
|
||||
Store 88 87
|
||||
91: 10 Load 89(rayQuery1)
|
||||
91: 14(Ray) Load 71(ray)
|
||||
Store 90(param) 91
|
||||
93: 14(Ray) Load 71(ray)
|
||||
Store 92(param) 93
|
||||
94: 2 FunctionCall 19(doInitialize(rq1;struct-Ray-vf3-f1-vf3-f11;) 90(param) 92(param)
|
||||
95: 48 Load 50(rtas)
|
||||
97: 55(ptr) AccessChain 71(ray) 54
|
||||
98: 13(fvec3) Load 97
|
||||
99: 59(ptr) AccessChain 71(ray) 58
|
||||
100: 12(float) Load 99
|
||||
101: 55(ptr) AccessChain 71(ray) 62
|
||||
102: 13(fvec3) Load 101
|
||||
103: 59(ptr) AccessChain 71(ray) 65
|
||||
104: 12(float) Load 103
|
||||
RayQueryInitializeKHR 89(rayQuery1) 95 33 96 98 100 102 104
|
||||
107: 10 Load 105(rayQuery2)
|
||||
Store 106(param) 107
|
||||
109: 14(Ray) Load 71(ray)
|
||||
Store 108(param) 109
|
||||
110: 2 FunctionCall 19(doInitialize(rq1;struct-Ray-vf3-f1-vf3-f11;) 106(param) 108(param)
|
||||
92: 2 FunctionCall 19(doInitialize(rq1;struct-Ray-vf3-f1-vf3-f11;) 89(rayQuery1) 90(param)
|
||||
93: 48 Load 50(rtas)
|
||||
95: 55(ptr) AccessChain 71(ray) 54
|
||||
96: 13(fvec3) Load 95
|
||||
97: 59(ptr) AccessChain 71(ray) 58
|
||||
98: 12(float) Load 97
|
||||
99: 55(ptr) AccessChain 71(ray) 62
|
||||
100: 13(fvec3) Load 99
|
||||
101: 59(ptr) AccessChain 71(ray) 65
|
||||
102: 12(float) Load 101
|
||||
RayQueryInitializeKHR 89(rayQuery1) 93 33 94 96 98 100 102
|
||||
105: 14(Ray) Load 71(ray)
|
||||
Store 104(param) 105
|
||||
106: 2 FunctionCall 19(doInitialize(rq1;struct-Ray-vf3-f1-vf3-f11;) 103(rayQuery2) 104(param)
|
||||
Return
|
||||
FunctionEnd
|
||||
8(launchIndex(): 6(int) Function None 7
|
||||
|
||||
Reference in New Issue
Block a user