Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_SGreaterThanEqual_SpvBinaryLogicalTest_EmitExpression_4.spvasm.expected.hlsl
blob: 7666b7d135d62a4ea34925caba5ef4effeb68431 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
bool2 x_1
=
(
asint
(
uint2
(
10u
,
20u
))
>=
int2
(
40
,
30
));
return
;
}
void
main
()
{
main_1
();
return
;
}