Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_SLessThan_SpvBinaryLogicalTest_EmitExpression_4.spvasm.expected.hlsl
blob: a8908da542d52d242d715c8e368f1eb14e386c4e [
file
] [
log
] [
blame
] [
edit
]
void
main_1
()
{
const
bool2 x_1
=
(
asint
(
uint2
(
10u
,
20u
))
<
int2
(
40
,
30
));
return
;
}
void
main
()
{
main_1
();
return
;
}