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