repo.or.cz
/
piglit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
perf/pixel-rate: new pixel throughput microbenchmark
[piglit.git]
/
tests
/
spec
/
glsl-1.50
/
compiler
/
invariant-qualifier-02.geom
blob
f9fdcbb28d22ca7ca771e6d33cf8c5cbe44c51e2
1
// [config]
2
// expect_result: fail
3
// glsl_version: 1.50
4
// [end config]
5
//
6
// Verify that the invariant-qualifier cannot be used on temps in the GS.
7
8
#version 150
9
10
invariant vec4 junk; /* not allowed */