Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ShiftRightLogical_BitcastResult_SpvBinaryBitGeneralTest_EmitExpression_1.spvasm.expected.msl
blob: 1f77cfb100c1d71f7fc2780c82fca50bf2a7edc0 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
int2
const
x_1
=
as_type
<int2>
((
uint2
(
10u
,
20u
)
>>
uint2
(
20u
,
10u
)));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}