Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_VectorShuffle_ConstantOperands_AllOnesMapToNull.spvasm.expected.hlsl
blob: d4440e7488830dfe85c4abe24feb158143043243 [
file
] [
log
] [
blame
] [
edit
]
void
main_1
()
{
const
uint2 x_1
=
uint2
(
4u
,
3u
);
const
uint2 x_10
=
uint2
(
0u
,
x_1
.
y
);
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}