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