Results for shaders/glsl-vs-mov-after-deref

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.245039224625
note Returncode was 1
command /usr/local/src/piglit/framework/../bin/glsl-vs-mov-after-deref -auto
errors
  • Failed to link: Vertex info
  • -----------
  • 0(5) : warning C7050: "temp[0]" might be used before being initialized
  • 0(5) : warning C7050: "temp[1]" might be used before being initialized
  • 0(5) : warning C7050: "temp[2]" might be used before being initialized
  • 0(10) : error C6016: Profile requires arrays with non-constant indexes to be uniform
info
Returncode: 1

Errors:
Failed to link: Vertex info
-----------
0(5) : warning C7050: "temp[0]" might be used before being initialized
0(5) : warning C7050: "temp[1]" might be used before being initialized
0(5) : warning C7050: "temp[2]" might be used before being initialized
0(10) : error C6016: Profile requires arrays with non-constant indexes to be uniform



Output:
Probe at (15,15)
  Expected: 0.000000 1.000000 0.000000
  Observed: 1.000000 1.000000 1.000000

Back to summary