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