Sign in
dawn
/
tint
/
d1a026ecd0e03331d87e3cf131b2a5702af58f28
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ShiftRightArithmetic_BitcastResult_SpvBinaryBitGeneralTest_EmitExpression_1.spvasm.expected.hlsl
blob: c5ef15540ccd681ef8d90730e9f3b2d9f0d94b68 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
uint2 x_1
=
asuint
((
int2
(
30
,
40
)
>>
uint2
(
20u
,
10u
)));
return
;
}
void
main
()
{
main_1
();
return
;
}