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
framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git]
/
tests
/
glslparsertest
/
shaders
/
conditional2.frag
blob
c8fef325e4fbb5bf92c543f387e9f2dac8b90a9c
1
// [config]
2
// expect_result: fail
3
// glsl_version: 1.10
4
//
5
// [end config]
6
7
void main()
8
{
9
float f1,f2;
10
int i;
11
bool b;
12
float f3 = b ? i : f2; // second and third expression should of the type float
13
}