Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ShiftLeftLogical_Arg2Unsigned_SpvBinaryBitTest_EmitExpression_1.spvasm.expected.msl
blob: 49e4eba1d1d78e429a9dfeb63b34f3614585764f [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
int
const
x_1
=
as_type
<int>
((
as_type
<uint>
(
30
)
<<
20u
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}