Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
dbd4c3ce11a6f08eb6cb893602b5ed7f179a300a
/
.
/
Test
/
hlsl.amend.frag
blob: 7c182739cdc62c683693c68ea0d38dd718ce61d7 [
file
] [
log
] [
blame
]
float4 a
;
float
b
;
static
float4 m
=
a
*
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
;