SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2.
This commit is contained in:
@@ -3,15 +3,15 @@ spv.300layoutp.vert
|
||||
Linked vertex stage:
|
||||
|
||||
|
||||
// Module Version 99
|
||||
// Generated by (magic number): 51a00bb
|
||||
// Id's are bound by 114
|
||||
// Module Version 10000
|
||||
// Generated by (magic number): 80001
|
||||
// Id's are bound by 117
|
||||
|
||||
Source ESSL 300
|
||||
Capability Shader
|
||||
1: ExtInstImport "GLSL.std.450"
|
||||
MemoryModel Logical GLSL450
|
||||
EntryPoint Vertex 4 "main"
|
||||
EntryPoint Vertex 4 "main" 53 11 73 9 51 61 81 115 116
|
||||
Source ESSL 300
|
||||
Name 4 "main"
|
||||
Name 9 "pos"
|
||||
Name 11 "p"
|
||||
@@ -36,13 +36,12 @@ Linked vertex stage:
|
||||
Name 61 "iout"
|
||||
Name 67 "uiuin"
|
||||
Name 73 "aiv2"
|
||||
Name 77 "S"
|
||||
MemberName 77(S) 0 "c"
|
||||
MemberName 77(S) 1 "f"
|
||||
Name 79 "s"
|
||||
Name 112 "gl_VertexID"
|
||||
Name 113 "gl_InstanceID"
|
||||
Decorate 9(pos) Smooth
|
||||
Name 79 "S"
|
||||
MemberName 79(S) 0 "c"
|
||||
MemberName 79(S) 1 "f"
|
||||
Name 81 "s"
|
||||
Name 115 "gl_VertexID"
|
||||
Name 116 "gl_InstanceID"
|
||||
Decorate 11(p) Location 3
|
||||
MemberDecorate 17(Transform) 0 RowMajor
|
||||
MemberDecorate 17(Transform) 0 Offset 0
|
||||
@@ -63,14 +62,11 @@ Linked vertex stage:
|
||||
MemberDecorate 43(T2) 1 RowMajor
|
||||
Decorate 43(T2) GLSLShared
|
||||
Decorate 43(T2) Block
|
||||
Decorate 51(color) Smooth
|
||||
Decorate 53(c) Location 7
|
||||
Decorate 61(iout) Flat
|
||||
Decorate 73(aiv2) Location 9
|
||||
Decorate 112(gl_VertexID) BuiltIn VertexId
|
||||
Decorate 112(gl_VertexID) NoStaticUse
|
||||
Decorate 113(gl_InstanceID) BuiltIn InstanceId
|
||||
Decorate 113(gl_InstanceID) NoStaticUse
|
||||
Decorate 115(gl_VertexID) BuiltIn VertexId
|
||||
Decorate 116(gl_InstanceID) BuiltIn InstanceId
|
||||
2: TypeVoid
|
||||
3: TypeFunction 2
|
||||
6: TypeFloat 32
|
||||
@@ -116,20 +112,23 @@ Linked vertex stage:
|
||||
71: TypeVector 16(int) 2
|
||||
72: TypePointer Input 71(ivec2)
|
||||
73(aiv2): 72(ptr) Variable Input
|
||||
77(S): TypeStruct 14(fvec3) 6(float)
|
||||
78: TypePointer Output 77(S)
|
||||
79(s): 78(ptr) Variable Output
|
||||
84: TypePointer Output 6(float)
|
||||
86: TypePointer Uniform 14(fvec3)
|
||||
89: 6(float) Constant 1065353216
|
||||
90: 14(fvec3) ConstantComposite 89 89 89
|
||||
91: TypeVector 42(bool) 3
|
||||
97: TypePointer Uniform 30(ivec3)
|
||||
100: 29(int) Constant 5
|
||||
101: 30(ivec3) ConstantComposite 100 100 100
|
||||
111: TypePointer Input 16(int)
|
||||
112(gl_VertexID): 111(ptr) Variable Input
|
||||
113(gl_InstanceID): 111(ptr) Variable Input
|
||||
74: 29(int) Constant 1
|
||||
75: TypePointer Input 16(int)
|
||||
79(S): TypeStruct 14(fvec3) 6(float)
|
||||
80: TypePointer Output 79(S)
|
||||
81(s): 80(ptr) Variable Output
|
||||
84: 29(int) Constant 0
|
||||
85: TypePointer Input 6(float)
|
||||
88: TypePointer Output 6(float)
|
||||
90: TypePointer Uniform 14(fvec3)
|
||||
93: 6(float) Constant 1065353216
|
||||
94: 14(fvec3) ConstantComposite 93 93 93
|
||||
95: TypeVector 42(bool) 3
|
||||
101: TypePointer Uniform 30(ivec3)
|
||||
104: 29(int) Constant 5
|
||||
105: 30(ivec3) ConstantComposite 104 104 104
|
||||
115(gl_VertexID): 75(ptr) Variable Input
|
||||
116(gl_InstanceID): 75(ptr) Variable Input
|
||||
4(main): 2 Function None 3
|
||||
5: Label
|
||||
12: 7(fvec4) Load 11(p)
|
||||
@@ -159,41 +158,41 @@ Linked vertex stage:
|
||||
68: 29(int) Load 67(uiuin)
|
||||
69: 16(int) Bitcast 68
|
||||
70: 16(int) IAdd 65 69
|
||||
74: 71(ivec2) Load 73(aiv2)
|
||||
75: 16(int) CompositeExtract 74 1
|
||||
76: 16(int) IAdd 70 75
|
||||
Store 61(iout) 76
|
||||
80: 14(fvec3) Load 53(c)
|
||||
81: 50(ptr) AccessChain 79(s) 20
|
||||
Store 81 80
|
||||
82: 7(fvec4) Load 11(p)
|
||||
83: 6(float) CompositeExtract 82 0
|
||||
85: 84(ptr) AccessChain 79(s) 24
|
||||
Store 85 83
|
||||
87: 86(ptr) AccessChain 35 55 24
|
||||
88: 14(fvec3) Load 87
|
||||
92: 91(bvec3) FOrdNotEqual 88 90
|
||||
93: 42(bool) Any 92
|
||||
94: 42(bool) LogicalNot 93
|
||||
SelectionMerge 96 None
|
||||
BranchConditional 94 95 96
|
||||
95: Label
|
||||
98: 97(ptr) AccessChain 35 62 55
|
||||
99: 30(ivec3) Load 98
|
||||
102: 91(bvec3) INotEqual 99 101
|
||||
103: 42(bool) Any 102
|
||||
Branch 96
|
||||
96: Label
|
||||
104: 42(bool) Phi 93 5 103 95
|
||||
SelectionMerge 106 None
|
||||
BranchConditional 104 105 106
|
||||
105: Label
|
||||
107: 50(ptr) AccessChain 79(s) 20
|
||||
108: 14(fvec3) Load 107
|
||||
109: 14(fvec3) CompositeConstruct 89 89 89
|
||||
110: 14(fvec3) FAdd 108 109
|
||||
Store 107 110
|
||||
Branch 106
|
||||
106: Label
|
||||
76: 75(ptr) AccessChain 73(aiv2) 74
|
||||
77: 16(int) Load 76
|
||||
78: 16(int) IAdd 70 77
|
||||
Store 61(iout) 78
|
||||
82: 14(fvec3) Load 53(c)
|
||||
83: 50(ptr) AccessChain 81(s) 20
|
||||
Store 83 82
|
||||
86: 85(ptr) AccessChain 11(p) 84
|
||||
87: 6(float) Load 86
|
||||
89: 88(ptr) AccessChain 81(s) 24
|
||||
Store 89 87
|
||||
91: 90(ptr) AccessChain 35 55 24
|
||||
92: 14(fvec3) Load 91
|
||||
96: 95(bvec3) FOrdNotEqual 92 94
|
||||
97: 42(bool) Any 96
|
||||
98: 42(bool) LogicalNot 97
|
||||
SelectionMerge 100 None
|
||||
BranchConditional 98 99 100
|
||||
99: Label
|
||||
102: 101(ptr) AccessChain 35 62 55
|
||||
103: 30(ivec3) Load 102
|
||||
106: 95(bvec3) INotEqual 103 105
|
||||
107: 42(bool) Any 106
|
||||
Branch 100
|
||||
100: Label
|
||||
108: 42(bool) Phi 97 5 107 99
|
||||
SelectionMerge 110 None
|
||||
BranchConditional 108 109 110
|
||||
109: Label
|
||||
111: 50(ptr) AccessChain 81(s) 20
|
||||
112: 14(fvec3) Load 111
|
||||
113: 14(fvec3) CompositeConstruct 93 93 93
|
||||
114: 14(fvec3) FAdd 112 113
|
||||
Store 111 114
|
||||
Branch 110
|
||||
110: Label
|
||||
Return
|
||||
FunctionEnd
|
||||
|
||||
Reference in New Issue
Block a user