Results for glslparsertest/preprocess6.frag

Overview

Status: pass
Result: pass

Back to summary

Details

Detail Value
returncode 0
time 0.25
command Z:\piglit\framework/../bin/glslparsertest tests/glslparsertest/shaders\preprocess6.frag fail 1.10
info
Returncode: 0

Errors:


Output:
Failed to compile fragment shader tests/glslparsertest/shaders\preprocess6.frag: ERROR: 0:27: '&' :  supported in pack/unpack shaders only  
ERROR: 0:27: '|' :  supported in pack/unpack shaders only  
ERROR: 0:28: '%' :  supported in pack/unpack shaders only  
ERROR: 0:28: '%' :  wrong operand types  no operation '%' exists that takes a left-hand operand of type 'const int' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:29: '%' :  supported in pack/unpack shaders only  
ERROR: 0:29: '%' :  wrong operand types  no operation '%' exists that takes a left-hand operand of type 'const int' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:29: '>>' :  supported in pack/unpack shaders only  
ERROR: 0:29: '&' :  supported in pack/unpack shaders only  
ERROR: 0:29: '|' :  supported in pack/unpack shaders only  
ERROR: 0:29: '<<' :  supported in pack/unpack shaders only  
ERROR: 0:29: '<<' :  supported in pack/unpack shaders only  
ERROR: 0:29: '&' :  supported in pack/unpack shaders only  
ERROR: 0:29: '|' :  supported in pack/unpack shaders only  
ERROR: 0:29: '!' :  wrong operand type no operation '!' exists that takes an operand of type const int (or there is no acceptable conversion)
ERROR: 0:29: '~' :  supported in pack/unpack shaders only  
ERROR: 0:29: Unary operation not folded into constant
ERROR: 0:29: '&&' :  wrong operand types  no operation '&&' exists that takes a left-hand operand of type 'const int' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:29: '||' :  wrong operand types  no operation '||' exists that takes a left-hand operand of type 'const int' and a right operand of type 'const bool' (or there is no acceptable conversion)
ERROR: 0:29: '%' :  supported in pack/unpack shaders only  
ERROR: 0:29: '%' :  wrong operand types  no operation '%' exists that takes a left-hand operand of type 'const int' and a right operand of type 'const bool' (or there is no acceptable conversion)
ERROR: 0:30: '!' :  wrong operand type no operation '!' exists that takes an operand of type const int (or there is no acceptable conversion)
ERROR: 0:30: '~' :  supported in pack/unpack shaders only  
ERROR: 0:30: Unary operation not folded into constant

Back to summary