Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
df3956c50f1147b3fb0760e70189414f8d9410d8
/
.
/
Test
/
hlsl.doLoop.frag
blob: 251a8c120638a2d7e051faa2cd19f70fc9fb5039 [
file
] [
log
] [
blame
]
float4
PixelShaderFunction
(
float4 input
)
:
COLOR0
{
[
unroll
]
do
{}
while
(
false
);
[
unroll
]
do
{;}
while
(
false
);
do
{
return
input
;
}
while
(
all
(
input
==
input
));
}