Status: fail
Result: fail
| Detail | Value |
|---|---|
| returncode | 1 |
| time | 0.25 |
| note | Returncode was 1 |
| errors_ignored |
|
| command | Z:\piglit\framework/../bin/vpfp-generic -auto Z:\piglit\framework/../bin/../tests/shaders/generic/big-param.vpfp |
| info | Returncode: 1
Errors:
Compiler Error (pos=260 line=-1): Error, line 6: invalid param binding.
Error, line 6: incorrect array length, 1021 != 0.
Error, line 8: invalid source register.
0..1020] };
#PARAM p
in program:
!!ARBvp1.0
OPTION ARB_position_invariant;
TEMP tmp1, tmp2, tmp3;
# This line causes an assertion failure in the i965 driver in Mesa 7.6.
# Replacing it with the line below it eliminates the assertion failure.
PARAM prog_param[1021] = { program.local[0..1020] };
#PARAM prog_param[1] = { program.local[0] };
MOV tmp1, prog_param[0];
ABS tmp1, tmp1;
MOV tmp3, {0, 0, 0, 256.0};
FLR tmp3.x, tmp1.x;
FRC tmp2.x, tmp1.x;
MUL tmp2.x, tmp2.x, 256.0;
FLR tmp3.y, tmp2.x;
FRC tmp2.x, tmp2.x;
MUL tmp2.x, tmp2.x, 256.0;
FLR tmp3.z, tmp2.x;
MUL result.color, tmp3, 0.00390625;
END
Output:
|
| errors |
|