Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
3f0d4bcd6ab30e21c0048586419f110163282bc5
/
.
/
Test
/
460.frag
blob: 43a7c3b389476b1b0e804891c31873ce650f1e7b [
file
] [
log
] [
blame
]
#version 460 core
struct
S
{
float
f
;
vec4 v
;
};
in
S s
;
void
main
()
{
interpolateAtCentroid
(
s
.
v
);
bool
b1
;
b1
=
anyInvocation
(
b1
);
b1
=
allInvocations
(
b1
);
b1
=
allInvocationsEqual
(
b1
);
}