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.10
/
execution
/
swizzled-writemask.shader_test
blob
d1ab7a6f17aa35eedb490456d2694db20b69cec9
1
[require]
2
GLSL >= 1.10
3
4
[fragment shader]
5
void main()
6
{
7
gl_FragColor.zwxy = vec4(1.0, 0.5, 0.25, 0.75);
8
}
9
10
11
[test]
12
draw rect -1 -1 2 2
13
relative probe rgba (0.5, 0.5) (0.25, 0.75, 1.0, 0.5)