Test Results Only: Include size in implicitly sized arrays (change to unsized).

This effects 60 tests, in a trivial way, but is critical to factor out this
noise from future planned changes.
This commit is contained in:
John Kessenich
2018-03-25 11:46:06 -06:00
parent 7cec64fc42
commit 1c3ab274b1
62 changed files with 2986 additions and 2982 deletions

View File

@@ -569,12 +569,12 @@ ERROR: node is still EOpNull!
0:259 move second child to first child ( temp highp int)
0:259 'a3' ( temp highp int)
0:259 direct index ( flat temp highp int SampleMaskIn)
0:259 'gl_SampleMaskIn' ( flat in implicitly-sized array of highp int SampleMaskIn)
0:259 'gl_SampleMaskIn' ( flat in unsized 1-element array of highp int SampleMaskIn)
0:259 Constant:
0:259 0 (const int)
0:260 move second child to first child ( temp highp int)
0:260 direct index ( temp highp int SampleMaskIn)
0:260 'gl_SampleMask' ( out implicitly-sized array of highp int SampleMaskIn)
0:260 'gl_SampleMask' ( out unsized 1-element array of highp int SampleMaskIn)
0:260 Constant:
0:260 0 (const int)
0:260 'a3' ( temp highp int)
@@ -597,12 +597,12 @@ ERROR: node is still EOpNull!
0:272 move second child to first child ( temp highp int)
0:272 'a3' ( temp highp int)
0:272 direct index ( flat temp highp int SampleMaskIn)
0:272 'gl_SampleMaskIn' ( flat in implicitly-sized array of highp int SampleMaskIn)
0:272 'gl_SampleMaskIn' ( flat in unsized 1-element array of highp int SampleMaskIn)
0:272 Constant:
0:272 0 (const int)
0:273 move second child to first child ( temp highp int)
0:273 direct index ( temp highp int SampleMaskIn)
0:273 'gl_SampleMask' ( out implicitly-sized array of highp int SampleMaskIn)
0:273 'gl_SampleMask' ( out unsized 1-element array of highp int SampleMaskIn)
0:273 Constant:
0:273 0 (const int)
0:273 'a3' ( temp highp int)
@@ -1001,8 +1001,8 @@ ERROR: node is still EOpNull!
0:? 'CA5' ( uniform highp samplerCubeArrayShadow)
0:? 'CA6' ( uniform highp isamplerCubeArray)
0:? 'CA7' ( uniform highp usamplerCubeArray)
0:? 'gl_SampleMaskIn' ( flat in implicitly-sized array of highp int SampleMaskIn)
0:? 'gl_SampleMask' ( out implicitly-sized array of highp int SampleMaskIn)
0:? 'gl_SampleMaskIn' ( flat in unsized 1-element array of highp int SampleMaskIn)
0:? 'gl_SampleMask' ( out unsized 1-element array of highp int SampleMaskIn)
0:? 'im2Df' (layout( r32f) uniform highp image2D)
0:? 'im2Du' (layout( r32ui) uniform highp uimage2D)
0:? 'im2Di' (layout( r32i) uniform highp iimage2D)