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