Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
dd8287a10969b863dd510ed13ba8be8eb38f064e
/
.
/
Test
/
hlsl.amend.frag
blob: c9fd69bd3ef2e35d4afd5f6c8e86d1c69d07f478 [
file
] [
log
] [
blame
]
float4 a
;
float
b
;
void
f1
()
{
a
*
b
;
}
float3 c
;
void
f2
()
{
a
.
x
+
b
+
c
.
x
;
}
void
f3
()
{
c
;
}
int
d
;
void
f4
()
{
d
*
a
;
}
int
e
;