1430.vert
2ERROR: 0:3: 'location' : can only apply to uniform, buffer, in, or out storage qualifiers
3ERROR: 0:7: 'input block' : not supported in this stage: vertex
4ERROR: 0:7: 'location qualifier on in/out block' : not supported for this version or the enabled extensions
5ERROR: 0:8: 'location qualifier on in/out block' : not supported for this version or the enabled extensions
6ERROR: 0:23: 'invariant' : can only apply to an output
7ERROR: 0:21: 'g' : cannot use storage or interpolation qualifiers on structure members
8ERROR: 0:22: 'h' : cannot use storage or interpolation qualifiers on structure members
9ERROR: 0:23: 'i' : cannot use invariant qualifier on structure members
10ERROR: 0:24: 'j' : cannot use memory qualifiers on structure members
11ERROR: 0:25: 'm3' : cannot use layout qualifiers on structure members
12ERROR: 0:28: '' : cannot use invariant qualifier on a function parameter
13ERROR: 0:30: '' : cannot use layout qualifiers on a function parameter
14ERROR: 0:31: '' : cannot use auxiliary or interpolation qualifiers on a function parameter
15ERROR: 0:42: 'location' : overlapping use of location 53
16ERROR: 0:47: 'gl_ClipDistance array size' : must be less than or equal to gl_MaxClipDistances (8)
17ERROR: 0:51: 'start' : undeclared identifier
18ERROR: 0:51: '' : constant expression required
19ERROR: 0:51: 'layout-id value' : scalar integer expression required
20ERROR: 0:53: 'input block' : not supported in this stage: vertex
21ERROR: 0:54: 'location on block member' : not supported for this version or the enabled extensions
22ERROR: 0:57: 'input block' : not supported in this stage: vertex
23ERROR: 0:58: 'location on block member' : not supported for this version or the enabled extensions
24ERROR: 0:59: 'location on block member' : not supported for this version or the enabled extensions
25ERROR: 0:62: 'uniform buffer-member align' : not supported for this version or the enabled extensions
26ERROR: 0:64: 'uniform buffer-member align' : not supported for this version or the enabled extensions
27ERROR: 0:65: 'uniform buffer-member align' : not supported for this version or the enabled extensions
28ERROR: 0:65: 'offset on block member' : not supported for this version or the enabled extensions
29ERROR: 0:66: 'offset on block member' : not supported for this version or the enabled extensions
30ERROR: 0:64: 'align' : can only be used with std140 or std430 layout packing
31ERROR: 0:65: 'offset/align' : can only be used with std140 or std430 layout packing
32ERROR: 0:66: 'offset/align' : can only be used with std140 or std430 layout packing
33ERROR: 0:71: 'offset on block member' : not supported for this version or the enabled extensions
34ERROR: 0:74: 'gl_MaxTransformFeedbackBuffers' : required extension not requested: GL_ARB_enhanced_layouts
35ERROR: 0:75: 'gl_MaxTransformFeedbackInterleavedComponents' : required extension not requested: GL_ARB_enhanced_layouts
36ERROR: 0:78: 'transform feedback qualifier' : not supported for this version or the enabled extensions
37ERROR: 0:81: 'transform feedback qualifier' : not supported for this version or the enabled extensions
38ERROR: 0:81: 'transform feedback qualifier' : not supported for this version or the enabled extensions
39ERROR: 0:83: 'transform feedback qualifier' : not supported for this version or the enabled extensions
40ERROR: 0:83: 'transform feedback qualifier' : not supported for this version or the enabled extensions
41ERROR: 0:83: 'transform feedback qualifier' : not supported for this version or the enabled extensions
42ERROR: 0:84: 'transform feedback qualifier' : not supported for this version or the enabled extensions
43ERROR: 0:84: 'transform feedback qualifier' : not supported for this version or the enabled extensions
44ERROR: 0:86: 'transform feedback qualifier' : not supported for this version or the enabled extensions
45ERROR: 0:86: 'transform feedback qualifier' : not supported for this version or the enabled extensions
46ERROR: 0:86: 'transform feedback qualifier' : not supported for this version or the enabled extensions
47ERROR: 0:92: 'transform feedback qualifier' : not supported for this version or the enabled extensions
48ERROR: 0:93: 'transform feedback qualifier' : not supported for this version or the enabled extensions
49ERROR: 0:93: 'transform feedback qualifier' : not supported for this version or the enabled extensions
50ERROR: 0:93: 'transform feedback qualifier' : not supported for this version or the enabled extensions
51ERROR: 0:117: 'input block' : not supported in this stage: vertex
52ERROR: 0:123: 'input block' : not supported in this stage: vertex
53ERROR: 0:146: 'shared' : not supported in this stage: vertex
54ERROR: 0:150: 'barrier' : no matching overloaded function found
55ERROR: 0:154: 'memoryBarrierShared' : no matching overloaded function found
56ERROR: 0:156: 'groupMemoryBarrier' : no matching overloaded function found
57ERROR: 0:159: 'buffer' : buffers can be declared only as blocks
58ERROR: 0:168: 'textureSamples and imageSamples' : not supported for this version or the enabled extensions
59ERROR: 0:169: 'textureSamples and imageSamples' : not supported for this version or the enabled extensions
60ERROR: 0:170: 'textureSamples and imageSamples' : not supported for this version or the enabled extensions
61ERROR: 0:171: 'textureSamples and imageSamples' : not supported for this version or the enabled extensions
62ERROR: 0:221: 'textureQueryLevels' : no matching overloaded function found
63ERROR: 0:221: 'assign' :  cannot convert from ' const float' to ' temp int'
64ERROR: 0:222: 'textureQueryLevels' : no matching overloaded function found
65ERROR: 0:222: 'assign' :  cannot convert from ' const float' to ' temp int'
66ERROR: 64 compilation errors.  No code generated.
67
68
69Shader version: 430
70Requested GL_ARB_enhanced_layouts
71Requested GL_ARB_shader_texture_image_samples
72in xfb mode
73ERROR: node is still EOpNull!
740:14  Function Definition: foo( ( global void)
750:14    Function Parameters:
760:16    Sequence
770:16      move second child to first child ( temp float)
780:16        direct index ( temp float ClipDistance)
790:16          gl_ClipDistance: direct index for structure ( out 17-element array of float ClipDistance)
800:16            'anon@0' ( out block{ out 17-element array of float ClipDistance gl_ClipDistance, })
810:16            Constant:
820:16              2 (const uint)
830:16          Constant:
840:16            2 (const int)
850:16        Constant:
860:16          3.700000
870:31  Function Definition: foo3(vf4;vf3;vf2;vf3; ( global void)
880:31    Function Parameters:
890:31      'v4' ( in 4-component vector of float)
900:31      'v3' ( volatile in 3-component vector of float)
910:31      'v2' ( in 2-component vector of float)
920:31      'cv3' ( in 3-component vector of float)
930:148  Function Definition: fooBarrier( ( global void)
940:148    Function Parameters:
950:150    Sequence
960:150      Constant:
970:150        0.000000
980:151      MemoryBarrier ( global void)
990:152      MemoryBarrierAtomicCounter ( global void)
1000:153      MemoryBarrierBuffer ( global void)
1010:154      Constant:
1020:154        0.000000
1030:155      MemoryBarrierImage ( global void)
1040:156      Constant:
1050:156        0.000000
1060:166  Function Definition: fooq( ( global void)
1070:166    Function Parameters:
1080:168    Sequence
1090:168      Sequence
1100:168        move second child to first child ( temp int)
1110:168          's' ( temp int)
1120:168          textureSamples ( global int)
1130:168            's2dms' ( uniform sampler2DMS)
1140:169      add second child into first child ( temp int)
1150:169        's' ( temp int)
1160:169        textureSamples ( global int)
1170:169          'us2dmsa' ( uniform usampler2DMSArray)
1180:170      add second child into first child ( temp int)
1190:170        's' ( temp int)
1200:170        imageQuerySamples ( global int)
1210:170          'ii2dms' (layout( rgba32i) uniform iimage2DMS)
1220:171      add second child into first child ( temp int)
1230:171        's' ( temp int)
1240:171        imageQuerySamples ( global int)
1250:171          'i2dmsa' (layout( rgba32f) uniform image2DMSArray)
1260:176  Function Definition: fooq2( ( global void)
1270:176    Function Parameters:
1280:178    Sequence
1290:178      Sequence
1300:178        move second child to first child ( temp int)
1310:178          's' ( temp int)
1320:178          textureSamples ( global int)
1330:178            's2dms' ( uniform sampler2DMS)
1340:179      add second child into first child ( temp int)
1350:179        's' ( temp int)
1360:179        textureSamples ( global int)
1370:179          'us2dmsa' ( uniform usampler2DMSArray)
1380:180      add second child into first child ( temp int)
1390:180        's' ( temp int)
1400:180        imageQuerySamples ( global int)
1410:180          'ii2dms' (layout( rgba32i) uniform iimage2DMS)
1420:181      add second child into first child ( temp int)
1430:181        's' ( temp int)
1440:181        imageQuerySamples ( global int)
1450:181          'i2dmsa' (layout( rgba32f) uniform image2DMSArray)
1460:202  Function Definition: qlod( ( global void)
1470:202    Function Parameters:
1480:?     Sequence
1490:206      move second child to first child ( temp int)
1500:206        'levels' ( temp int)
1510:206        textureQueryLevels ( global int)
1520:206          'samp1D' ( uniform sampler1D)
1530:207      move second child to first child ( temp int)
1540:207        'levels' ( temp int)
1550:207        textureQueryLevels ( global int)
1560:207          'usamp2D' ( uniform usampler2D)
1570:208      move second child to first child ( temp int)
1580:208        'levels' ( temp int)
1590:208        textureQueryLevels ( global int)
1600:208          'isamp3D' ( uniform isampler3D)
1610:209      move second child to first child ( temp int)
1620:209        'levels' ( temp int)
1630:209        textureQueryLevels ( global int)
1640:209          'isampCube' ( uniform isamplerCube)
1650:210      move second child to first child ( temp int)
1660:210        'levels' ( temp int)
1670:210        textureQueryLevels ( global int)
1680:210          'isamp1DA' ( uniform isampler1DArray)
1690:211      move second child to first child ( temp int)
1700:211        'levels' ( temp int)
1710:211        textureQueryLevels ( global int)
1720:211          'samp2DA' ( uniform sampler2DArray)
1730:212      move second child to first child ( temp int)
1740:212        'levels' ( temp int)
1750:212        textureQueryLevels ( global int)
1760:212          'usampCubeA' ( uniform usamplerCubeArray)
1770:214      move second child to first child ( temp int)
1780:214        'levels' ( temp int)
1790:214        textureQueryLevels ( global int)
1800:214          'samp1Ds' ( uniform sampler1DShadow)
1810:215      move second child to first child ( temp int)
1820:215        'levels' ( temp int)
1830:215        textureQueryLevels ( global int)
1840:215          'samp2Ds' ( uniform sampler2DShadow)
1850:216      move second child to first child ( temp int)
1860:216        'levels' ( temp int)
1870:216        textureQueryLevels ( global int)
1880:216          'sampCubes' ( uniform samplerCubeShadow)
1890:217      move second child to first child ( temp int)
1900:217        'levels' ( temp int)
1910:217        textureQueryLevels ( global int)
1920:217          'samp1DAs' ( uniform sampler1DArrayShadow)
1930:218      move second child to first child ( temp int)
1940:218        'levels' ( temp int)
1950:218        textureQueryLevels ( global int)
1960:218          'samp2DAs' ( uniform sampler2DArrayShadow)
1970:219      move second child to first child ( temp int)
1980:219        'levels' ( temp int)
1990:219        textureQueryLevels ( global int)
2000:219          'sampCubeAs' ( uniform samplerCubeArrayShadow)
2010:221      'levels' ( temp int)
2020:222      'levels' ( temp int)
2030:?   Linker Objects
2040:?     'v4' (layout( location=3) temp 4-component vector of float)
2050:?     'uv4' (layout( location=4) uniform 4-component vector of float)
2060:?     'b1' (layout( location=2) in block{ in 4-component vector of float v})
2070:?     'b2' (layout( location=2) out block{ out 4-component vector of float v})
2080:?     'anon@0' ( out block{ out 17-element array of float ClipDistance gl_ClipDistance, })
2090:?     'cs' (layout( location=10) smooth out 2-element array of structure{ global 7-element array of 3X2 matrix of float m,  global float f})
2100:?     'cf' (layout( location=54) smooth out float)
2110:?     'cg' (layout( location=53) smooth out float)
2120:?     'alias1' (layout( location=10) in 4-component vector of float)
2130:?     'alias2' (layout( location=10) in 4-component vector of float)
2140:?     'v6e' (layout( location=0) in 4-component vector of float)
2150:?     'ininst2e' ( in block{layout( location=25) in float f2})
2160:?     'in4e' ( in block{layout( location=50) in float f1, layout( location=51) in float f2})
2170:?     'inst4e' (layout( column_major std140 align=16) uniform block{layout( column_major std140 offset=0 align=16) uniform int a})
2180:?     'inst9e' (layout( column_major shared align=32) uniform block{layout( column_major shared offset=12 align=4) uniform float f, layout( column_major shared offset=20) uniform float g})
2190:?     'spinste' (layout( column_major std140) uniform block{layout( column_major std140 offset=0) uniform 4-component vector of float a, layout( column_major std140 offset=32) uniform 3-component vector of float b})
2200:?     'aconste' ( global 4-element array of int)
2210:?     'bconste' ( global 64-element array of int)
2220:?     'bbinst2' ( out block{layout( xfb_buffer=0 xfb_offset=64) out 4-component vector of float bbv})
2230:?     'bge' (layout( xfb_buffer=2 xfb_offset=48 xfb_stride=80) smooth out 4-component vector of float)
2240:?     'bhe' (layout( xfb_buffer=3 xfb_offset=32 xfb_stride=64) smooth out 4-component vector of float)
2250:?     'bbinst4e' (layout( xfb_stride=80) out block{layout( xfb_buffer=2 xfb_offset=16) out 4-component vector of float bbv1, layout( xfb_buffer=2 xfb_offset=32) out 4-component vector of float bbv2})
2260:?     'bbinst5e' ( out block{layout( xfb_buffer=3 xfb_offset=0) out 4-component vector of float bbv1, layout( xfb_buffer=3 xfb_offset=48 xfb_stride=64) out 4-component vector of float bbv2})
2270:?     'inst4' (layout( column_major std140 align=16) uniform block{layout( column_major std140 offset=0 align=16) uniform int a})
2280:?     'inst9' (layout( column_major std430 align=32) uniform block{layout( column_major std430 offset=12 align=4) uniform float f, layout( column_major std430 offset=20 align=32) uniform float g})
2290:?     'spinst' (layout( column_major std140) uniform block{layout( column_major std140 offset=0) uniform 4-component vector of float a, layout( column_major std140 offset=32) uniform 3-component vector of float b})
2300:?     'aconst' ( global 4-element array of int)
2310:?     'bconst' ( global 64-element array of int)
2320:?     'start2' ( const int)
2330:?       5 (const int)
2340:?     'v6' (layout( location=19) in 4-component vector of float)
2350:?     'ininst2' ( in block{layout( location=28) in bool b1, layout( location=29) in float f1, layout( location=25) in float f2})
2360:?     'in4' ( in block{layout( location=50) in float f1, layout( location=51) in float f2})
2370:?     'bbinst2g' ( out block{layout( xfb_buffer=3 xfb_offset=64) out 4-component vector of float bbv})
2380:?     'bg' (layout( xfb_buffer=1 xfb_offset=48 xfb_stride=80) smooth out 4-component vector of float)
2390:?     'bh' (layout( xfb_buffer=1 xfb_offset=32 xfb_stride=80) smooth out 4-component vector of float)
2400:?     'bbinst4' (layout( xfb_stride=80) out block{layout( xfb_buffer=1 xfb_offset=16) out 4-component vector of float bbv1})
2410:?     'bbinst5' ( out block{layout( xfb_buffer=1 xfb_offset=0) out 4-component vector of float bbv1, layout( xfb_buffer=1 xfb_offset=64 xfb_stride=80) out 4-component vector of float bbv2})
2420:?     'sharedv' ( shared 4-component vector of float)
2430:?     'v' ( buffer 4-component vector of float)
2440:?     's2dms' ( uniform sampler2DMS)
2450:?     'us2dmsa' ( uniform usampler2DMSArray)
2460:?     'ii2dms' (layout( rgba32i) uniform iimage2DMS)
2470:?     'i2dmsa' (layout( rgba32f) uniform image2DMSArray)
2480:?     'samp1D' ( uniform sampler1D)
2490:?     'usamp2D' ( uniform usampler2D)
2500:?     'isamp3D' ( uniform isampler3D)
2510:?     'isampCube' ( uniform isamplerCube)
2520:?     'isamp1DA' ( uniform isampler1DArray)
2530:?     'samp2DA' ( uniform sampler2DArray)
2540:?     'usampCubeA' ( uniform usamplerCubeArray)
2550:?     'samp1Ds' ( uniform sampler1DShadow)
2560:?     'samp2Ds' ( uniform sampler2DShadow)
2570:?     'sampCubes' ( uniform samplerCubeShadow)
2580:?     'samp1DAs' ( uniform sampler1DArrayShadow)
2590:?     'samp2DAs' ( uniform sampler2DArrayShadow)
2600:?     'sampCubeAs' ( uniform samplerCubeArrayShadow)
2610:?     'sampBuf' ( uniform samplerBuffer)
2620:?     'sampRect' ( uniform sampler2DRect)
2630:?     'gl_VertexID' ( gl_VertexId int VertexId)
2640:?     'gl_InstanceID' ( gl_InstanceId int InstanceId)
265
266
267Linked vertex stage:
268
269ERROR: Linking vertex stage: Missing entry point: Each stage requires one entry point
270ERROR: Linking vertex stage: xfb_stride is too small to hold all buffer entries:
271ERROR:     xfb_buffer 3, xfb_stride 64, minimum stride needed: 80
272
273Shader version: 430
274Requested GL_ARB_enhanced_layouts
275Requested GL_ARB_shader_texture_image_samples
276in xfb mode
277ERROR: node is still EOpNull!
2780:?   Linker Objects
2790:?     'v4' (layout( location=3) temp 4-component vector of float)
2800:?     'uv4' (layout( location=4) uniform 4-component vector of float)
2810:?     'b1' (layout( location=2) in block{ in 4-component vector of float v})
2820:?     'b2' (layout( location=2) out block{ out 4-component vector of float v})
2830:?     'anon@0' ( out block{ out 17-element array of float ClipDistance gl_ClipDistance, })
2840:?     'cs' (layout( location=10) smooth out 2-element array of structure{ global 7-element array of 3X2 matrix of float m,  global float f})
2850:?     'cf' (layout( location=54) smooth out float)
2860:?     'cg' (layout( location=53) smooth out float)
2870:?     'alias1' (layout( location=10) in 4-component vector of float)
2880:?     'alias2' (layout( location=10) in 4-component vector of float)
2890:?     'v6e' (layout( location=0) in 4-component vector of float)
2900:?     'ininst2e' ( in block{layout( location=25) in float f2})
2910:?     'in4e' ( in block{layout( location=50) in float f1, layout( location=51) in float f2})
2920:?     'inst4e' (layout( column_major std140 align=16) uniform block{layout( column_major std140 offset=0 align=16) uniform int a})
2930:?     'inst9e' (layout( column_major shared align=32) uniform block{layout( column_major shared offset=12 align=4) uniform float f, layout( column_major shared offset=20) uniform float g})
2940:?     'spinste' (layout( column_major std140) uniform block{layout( column_major std140 offset=0) uniform 4-component vector of float a, layout( column_major std140 offset=32) uniform 3-component vector of float b})
2950:?     'aconste' ( global 4-element array of int)
2960:?     'bconste' ( global 64-element array of int)
2970:?     'bbinst2' ( out block{layout( xfb_buffer=0 xfb_offset=64) out 4-component vector of float bbv})
2980:?     'bge' (layout( xfb_buffer=2 xfb_offset=48 xfb_stride=80) smooth out 4-component vector of float)
2990:?     'bhe' (layout( xfb_buffer=3 xfb_offset=32 xfb_stride=64) smooth out 4-component vector of float)
3000:?     'bbinst4e' (layout( xfb_stride=80) out block{layout( xfb_buffer=2 xfb_offset=16) out 4-component vector of float bbv1, layout( xfb_buffer=2 xfb_offset=32) out 4-component vector of float bbv2})
3010:?     'bbinst5e' ( out block{layout( xfb_buffer=3 xfb_offset=0) out 4-component vector of float bbv1, layout( xfb_buffer=3 xfb_offset=48 xfb_stride=64) out 4-component vector of float bbv2})
3020:?     'inst4' (layout( column_major std140 align=16) uniform block{layout( column_major std140 offset=0 align=16) uniform int a})
3030:?     'inst9' (layout( column_major std430 align=32) uniform block{layout( column_major std430 offset=12 align=4) uniform float f, layout( column_major std430 offset=20 align=32) uniform float g})
3040:?     'spinst' (layout( column_major std140) uniform block{layout( column_major std140 offset=0) uniform 4-component vector of float a, layout( column_major std140 offset=32) uniform 3-component vector of float b})
3050:?     'aconst' ( global 4-element array of int)
3060:?     'bconst' ( global 64-element array of int)
3070:?     'start2' ( const int)
3080:?       5 (const int)
3090:?     'v6' (layout( location=19) in 4-component vector of float)
3100:?     'ininst2' ( in block{layout( location=28) in bool b1, layout( location=29) in float f1, layout( location=25) in float f2})
3110:?     'in4' ( in block{layout( location=50) in float f1, layout( location=51) in float f2})
3120:?     'bbinst2g' ( out block{layout( xfb_buffer=3 xfb_offset=64) out 4-component vector of float bbv})
3130:?     'bg' (layout( xfb_buffer=1 xfb_offset=48 xfb_stride=80) smooth out 4-component vector of float)
3140:?     'bh' (layout( xfb_buffer=1 xfb_offset=32 xfb_stride=80) smooth out 4-component vector of float)
3150:?     'bbinst4' (layout( xfb_stride=80) out block{layout( xfb_buffer=1 xfb_offset=16) out 4-component vector of float bbv1})
3160:?     'bbinst5' ( out block{layout( xfb_buffer=1 xfb_offset=0) out 4-component vector of float bbv1, layout( xfb_buffer=1 xfb_offset=64 xfb_stride=80) out 4-component vector of float bbv2})
3170:?     'sharedv' ( shared 4-component vector of float)
3180:?     'v' ( buffer 4-component vector of float)
3190:?     's2dms' ( uniform sampler2DMS)
3200:?     'us2dmsa' ( uniform usampler2DMSArray)
3210:?     'ii2dms' (layout( rgba32i) uniform iimage2DMS)
3220:?     'i2dmsa' (layout( rgba32f) uniform image2DMSArray)
3230:?     'samp1D' ( uniform sampler1D)
3240:?     'usamp2D' ( uniform usampler2D)
3250:?     'isamp3D' ( uniform isampler3D)
3260:?     'isampCube' ( uniform isamplerCube)
3270:?     'isamp1DA' ( uniform isampler1DArray)
3280:?     'samp2DA' ( uniform sampler2DArray)
3290:?     'usampCubeA' ( uniform usamplerCubeArray)
3300:?     'samp1Ds' ( uniform sampler1DShadow)
3310:?     'samp2Ds' ( uniform sampler2DShadow)
3320:?     'sampCubes' ( uniform samplerCubeShadow)
3330:?     'samp1DAs' ( uniform sampler1DArrayShadow)
3340:?     'samp2DAs' ( uniform sampler2DArrayShadow)
3350:?     'sampCubeAs' ( uniform samplerCubeArrayShadow)
3360:?     'sampBuf' ( uniform samplerBuffer)
3370:?     'sampRect' ( uniform sampler2DRect)
3380:?     'gl_VertexID' ( gl_VertexId int VertexId)
3390:?     'gl_InstanceID' ( gl_InstanceId int InstanceId)
340
341