HLSL: Add shape conversions for scalar -> vector assigments.
Also, this allows turning on the error check for a failed assigment when parsing. This makes 39 HLSL tests have a working assignment that was previously silently dropped, due to lack of this functionality.
This commit is contained in:
@@ -101,6 +101,16 @@ gl_FragCoord origin is upper left
|
||||
0:? Constant:
|
||||
0:? 2 (const int)
|
||||
0:? 3 (const int)
|
||||
0:63 move second child to first child (temp 4-component vector of float)
|
||||
0:63 Color: direct index for structure (temp 4-component vector of float)
|
||||
0:63 'psout' (temp structure{temp 4-component vector of float Color, temp float FragDepth Depth})
|
||||
0:63 Constant:
|
||||
0:63 0 (const int)
|
||||
0:63 Constant:
|
||||
0:63 1.000000
|
||||
0:63 1.000000
|
||||
0:63 1.000000
|
||||
0:63 1.000000
|
||||
0:64 move second child to first child (temp float)
|
||||
0:64 Depth: direct index for structure (temp float FragDepth)
|
||||
0:64 'psout' (temp structure{temp 4-component vector of float Color, temp float FragDepth Depth})
|
||||
@@ -240,6 +250,16 @@ gl_FragCoord origin is upper left
|
||||
0:? Constant:
|
||||
0:? 2 (const int)
|
||||
0:? 3 (const int)
|
||||
0:63 move second child to first child (temp 4-component vector of float)
|
||||
0:63 Color: direct index for structure (temp 4-component vector of float)
|
||||
0:63 'psout' (temp structure{temp 4-component vector of float Color, temp float FragDepth Depth})
|
||||
0:63 Constant:
|
||||
0:63 0 (const int)
|
||||
0:63 Constant:
|
||||
0:63 1.000000
|
||||
0:63 1.000000
|
||||
0:63 1.000000
|
||||
0:63 1.000000
|
||||
0:64 move second child to first child (temp float)
|
||||
0:64 Depth: direct index for structure (temp float FragDepth)
|
||||
0:64 'psout' (temp structure{temp 4-component vector of float Color, temp float FragDepth Depth})
|
||||
@@ -275,7 +295,7 @@ gl_FragCoord origin is upper left
|
||||
|
||||
// Module Version 10000
|
||||
// Generated by (magic number): 80001
|
||||
// Id's are bound by 151
|
||||
// Id's are bound by 155
|
||||
|
||||
Capability Shader
|
||||
Capability Sampled1D
|
||||
@@ -303,21 +323,21 @@ gl_FragCoord origin is upper left
|
||||
MemberName 98(PS_OUTPUT) 0 "Color"
|
||||
MemberName 98(PS_OUTPUT) 1 "Depth"
|
||||
Name 100 "psout"
|
||||
Name 108 "g_tTex1df4"
|
||||
Name 111 "g_tTex1di4"
|
||||
Name 114 "g_tTex1du4"
|
||||
Name 117 "g_tTex2df4"
|
||||
Name 120 "g_tTex2di4"
|
||||
Name 123 "g_tTex2du4"
|
||||
Name 126 "g_tTex3df4"
|
||||
Name 129 "g_tTex3di4"
|
||||
Name 132 "g_tTex3du4"
|
||||
Name 135 "g_tTexcdf4"
|
||||
Name 138 "g_tTexcdi4"
|
||||
Name 141 "g_tTexcdu4"
|
||||
Name 144 "g_tTexcdf4a"
|
||||
Name 147 "g_tTexcdi4a"
|
||||
Name 150 "g_tTexcdu4a"
|
||||
Name 112 "g_tTex1df4"
|
||||
Name 115 "g_tTex1di4"
|
||||
Name 118 "g_tTex1du4"
|
||||
Name 121 "g_tTex2df4"
|
||||
Name 124 "g_tTex2di4"
|
||||
Name 127 "g_tTex2du4"
|
||||
Name 130 "g_tTex3df4"
|
||||
Name 133 "g_tTex3di4"
|
||||
Name 136 "g_tTex3du4"
|
||||
Name 139 "g_tTexcdf4"
|
||||
Name 142 "g_tTexcdi4"
|
||||
Name 145 "g_tTexcdu4"
|
||||
Name 148 "g_tTexcdf4a"
|
||||
Name 151 "g_tTexcdi4a"
|
||||
Name 154 "g_tTexcdu4a"
|
||||
Decorate 11(g_tTex1df4a) DescriptorSet 0
|
||||
Decorate 15(g_sSamp) DescriptorSet 0
|
||||
Decorate 33(g_tTex1di4a) DescriptorSet 0
|
||||
@@ -326,21 +346,21 @@ gl_FragCoord origin is upper left
|
||||
Decorate 76(g_tTex2di4a) DescriptorSet 0
|
||||
Decorate 88(g_tTex2du4a) DescriptorSet 0
|
||||
MemberDecorate 98(PS_OUTPUT) 1 BuiltIn FragDepth
|
||||
Decorate 108(g_tTex1df4) DescriptorSet 0
|
||||
Decorate 111(g_tTex1di4) DescriptorSet 0
|
||||
Decorate 114(g_tTex1du4) DescriptorSet 0
|
||||
Decorate 117(g_tTex2df4) DescriptorSet 0
|
||||
Decorate 120(g_tTex2di4) DescriptorSet 0
|
||||
Decorate 123(g_tTex2du4) DescriptorSet 0
|
||||
Decorate 126(g_tTex3df4) DescriptorSet 0
|
||||
Decorate 129(g_tTex3di4) DescriptorSet 0
|
||||
Decorate 132(g_tTex3du4) DescriptorSet 0
|
||||
Decorate 135(g_tTexcdf4) DescriptorSet 0
|
||||
Decorate 138(g_tTexcdi4) DescriptorSet 0
|
||||
Decorate 141(g_tTexcdu4) DescriptorSet 0
|
||||
Decorate 144(g_tTexcdf4a) DescriptorSet 0
|
||||
Decorate 147(g_tTexcdi4a) DescriptorSet 0
|
||||
Decorate 150(g_tTexcdu4a) DescriptorSet 0
|
||||
Decorate 112(g_tTex1df4) DescriptorSet 0
|
||||
Decorate 115(g_tTex1di4) DescriptorSet 0
|
||||
Decorate 118(g_tTex1du4) DescriptorSet 0
|
||||
Decorate 121(g_tTex2df4) DescriptorSet 0
|
||||
Decorate 124(g_tTex2di4) DescriptorSet 0
|
||||
Decorate 127(g_tTex2du4) DescriptorSet 0
|
||||
Decorate 130(g_tTex3df4) DescriptorSet 0
|
||||
Decorate 133(g_tTex3di4) DescriptorSet 0
|
||||
Decorate 136(g_tTex3du4) DescriptorSet 0
|
||||
Decorate 139(g_tTexcdf4) DescriptorSet 0
|
||||
Decorate 142(g_tTexcdi4) DescriptorSet 0
|
||||
Decorate 145(g_tTexcdu4) DescriptorSet 0
|
||||
Decorate 148(g_tTexcdf4a) DescriptorSet 0
|
||||
Decorate 151(g_tTexcdi4a) DescriptorSet 0
|
||||
Decorate 154(g_tTexcdu4a) DescriptorSet 0
|
||||
2: TypeVoid
|
||||
3: TypeFunction 2
|
||||
6: TypeFloat 32
|
||||
@@ -395,53 +415,56 @@ gl_FragCoord origin is upper left
|
||||
97: TypeVector 6(float) 4
|
||||
98(PS_OUTPUT): TypeStruct 97(fvec4) 6(float)
|
||||
99: TypePointer Function 98(PS_OUTPUT)
|
||||
101: 26(int) Constant 1
|
||||
101: 26(int) Constant 0
|
||||
102: 6(float) Constant 1065353216
|
||||
106: TypeImage 6(float) 1D sampled format:Unknown
|
||||
107: TypePointer UniformConstant 106
|
||||
108(g_tTex1df4): 107(ptr) Variable UniformConstant
|
||||
109: TypeImage 26(int) 1D sampled format:Unknown
|
||||
110: TypePointer UniformConstant 109
|
||||
111(g_tTex1di4): 110(ptr) Variable UniformConstant
|
||||
112: TypeImage 43(int) 1D sampled format:Unknown
|
||||
113: TypePointer UniformConstant 112
|
||||
114(g_tTex1du4): 113(ptr) Variable UniformConstant
|
||||
115: TypeImage 6(float) 2D sampled format:Unknown
|
||||
116: TypePointer UniformConstant 115
|
||||
117(g_tTex2df4): 116(ptr) Variable UniformConstant
|
||||
118: TypeImage 26(int) 2D sampled format:Unknown
|
||||
119: TypePointer UniformConstant 118
|
||||
120(g_tTex2di4): 119(ptr) Variable UniformConstant
|
||||
121: TypeImage 43(int) 2D sampled format:Unknown
|
||||
122: TypePointer UniformConstant 121
|
||||
123(g_tTex2du4): 122(ptr) Variable UniformConstant
|
||||
124: TypeImage 6(float) 3D sampled format:Unknown
|
||||
125: TypePointer UniformConstant 124
|
||||
126(g_tTex3df4): 125(ptr) Variable UniformConstant
|
||||
127: TypeImage 26(int) 3D sampled format:Unknown
|
||||
128: TypePointer UniformConstant 127
|
||||
129(g_tTex3di4): 128(ptr) Variable UniformConstant
|
||||
130: TypeImage 43(int) 3D sampled format:Unknown
|
||||
131: TypePointer UniformConstant 130
|
||||
132(g_tTex3du4): 131(ptr) Variable UniformConstant
|
||||
133: TypeImage 6(float) Cube sampled format:Unknown
|
||||
134: TypePointer UniformConstant 133
|
||||
135(g_tTexcdf4): 134(ptr) Variable UniformConstant
|
||||
136: TypeImage 26(int) Cube sampled format:Unknown
|
||||
137: TypePointer UniformConstant 136
|
||||
138(g_tTexcdi4): 137(ptr) Variable UniformConstant
|
||||
139: TypeImage 43(int) Cube sampled format:Unknown
|
||||
140: TypePointer UniformConstant 139
|
||||
141(g_tTexcdu4): 140(ptr) Variable UniformConstant
|
||||
142: TypeImage 6(float) Cube array sampled format:Unknown
|
||||
143: TypePointer UniformConstant 142
|
||||
144(g_tTexcdf4a): 143(ptr) Variable UniformConstant
|
||||
145: TypeImage 26(int) Cube array sampled format:Unknown
|
||||
146: TypePointer UniformConstant 145
|
||||
147(g_tTexcdi4a): 146(ptr) Variable UniformConstant
|
||||
148: TypeImage 43(int) Cube array sampled format:Unknown
|
||||
149: TypePointer UniformConstant 148
|
||||
150(g_tTexcdu4a): 149(ptr) Variable UniformConstant
|
||||
103: 97(fvec4) ConstantComposite 102 102 102 102
|
||||
104: TypePointer Function 97(fvec4)
|
||||
106: 26(int) Constant 1
|
||||
110: TypeImage 6(float) 1D sampled format:Unknown
|
||||
111: TypePointer UniformConstant 110
|
||||
112(g_tTex1df4): 111(ptr) Variable UniformConstant
|
||||
113: TypeImage 26(int) 1D sampled format:Unknown
|
||||
114: TypePointer UniformConstant 113
|
||||
115(g_tTex1di4): 114(ptr) Variable UniformConstant
|
||||
116: TypeImage 43(int) 1D sampled format:Unknown
|
||||
117: TypePointer UniformConstant 116
|
||||
118(g_tTex1du4): 117(ptr) Variable UniformConstant
|
||||
119: TypeImage 6(float) 2D sampled format:Unknown
|
||||
120: TypePointer UniformConstant 119
|
||||
121(g_tTex2df4): 120(ptr) Variable UniformConstant
|
||||
122: TypeImage 26(int) 2D sampled format:Unknown
|
||||
123: TypePointer UniformConstant 122
|
||||
124(g_tTex2di4): 123(ptr) Variable UniformConstant
|
||||
125: TypeImage 43(int) 2D sampled format:Unknown
|
||||
126: TypePointer UniformConstant 125
|
||||
127(g_tTex2du4): 126(ptr) Variable UniformConstant
|
||||
128: TypeImage 6(float) 3D sampled format:Unknown
|
||||
129: TypePointer UniformConstant 128
|
||||
130(g_tTex3df4): 129(ptr) Variable UniformConstant
|
||||
131: TypeImage 26(int) 3D sampled format:Unknown
|
||||
132: TypePointer UniformConstant 131
|
||||
133(g_tTex3di4): 132(ptr) Variable UniformConstant
|
||||
134: TypeImage 43(int) 3D sampled format:Unknown
|
||||
135: TypePointer UniformConstant 134
|
||||
136(g_tTex3du4): 135(ptr) Variable UniformConstant
|
||||
137: TypeImage 6(float) Cube sampled format:Unknown
|
||||
138: TypePointer UniformConstant 137
|
||||
139(g_tTexcdf4): 138(ptr) Variable UniformConstant
|
||||
140: TypeImage 26(int) Cube sampled format:Unknown
|
||||
141: TypePointer UniformConstant 140
|
||||
142(g_tTexcdi4): 141(ptr) Variable UniformConstant
|
||||
143: TypeImage 43(int) Cube sampled format:Unknown
|
||||
144: TypePointer UniformConstant 143
|
||||
145(g_tTexcdu4): 144(ptr) Variable UniformConstant
|
||||
146: TypeImage 6(float) Cube array sampled format:Unknown
|
||||
147: TypePointer UniformConstant 146
|
||||
148(g_tTexcdf4a): 147(ptr) Variable UniformConstant
|
||||
149: TypeImage 26(int) Cube array sampled format:Unknown
|
||||
150: TypePointer UniformConstant 149
|
||||
151(g_tTexcdi4a): 150(ptr) Variable UniformConstant
|
||||
152: TypeImage 43(int) Cube array sampled format:Unknown
|
||||
153: TypePointer UniformConstant 152
|
||||
154(g_tTexcdu4a): 153(ptr) Variable UniformConstant
|
||||
4(main): 2 Function None 3
|
||||
5: Label
|
||||
8(r11): 7(ptr) Variable Function
|
||||
@@ -493,8 +516,10 @@ gl_FragCoord origin is upper left
|
||||
95: 6(float) CompositeExtract 94 0
|
||||
96: 6(float) ImageSampleDrefImplicitLod 93 94 95 ConstOffset 70
|
||||
Store 85(r35) 96
|
||||
103: 7(ptr) AccessChain 100(psout) 101
|
||||
Store 103 102
|
||||
104:98(PS_OUTPUT) Load 100(psout)
|
||||
ReturnValue 104
|
||||
105: 104(ptr) AccessChain 100(psout) 101
|
||||
Store 105 103
|
||||
107: 7(ptr) AccessChain 100(psout) 106
|
||||
Store 107 102
|
||||
108:98(PS_OUTPUT) Load 100(psout)
|
||||
ReturnValue 108
|
||||
FunctionEnd
|
||||
|
||||
Reference in New Issue
Block a user