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