Results for shaders/vp-max-array

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.25
note Returncode was 1
command Z:\piglit\framework/../bin/vp-max-array -auto
info
Returncode: 1

Errors:
Compiler Error (pos=87 line=-1): Error, line 3: invalid param binding.
Error, line 3: incorrect array length, 512 != 0.
Error, line 5: invalid source register.

[0..511] };

MOV	res
in program:
!!ARBvp1.0
OPTION	ARB_position_invariant;
PARAM	colors[512] = { program.local[0..511] };

MOV	result.color, colors[0];
END


Output:
errors
  • Compiler Error (pos=87 line=-1): Error, line 3: invalid param binding.
  • Error, line 3: incorrect array length, 512 != 0.
  • Error, line 5: invalid source register.
  • [0..511] };
  • MOV\tres
  • in program:
  • !!ARBvp1.0
  • OPTION\tARB_position_invariant;
  • PARAM\tcolors[512] = { program.local[0..511] };
  • MOV\tresult.color, colors[0];
  • END

Back to summary