Sign in
dawn
/
tint
/
d1a026ecd0e03331d87e3cf131b2a5702af58f28
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_VectorShuffle_ConstantOperands_AllOnesMapToNull.spvasm.expected.msl
blob: f67f345d762a457a83e885803cfc26a89f6d3586 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
float2 field0
;
uint
field1
;
int
field2
;
};
void
main_1
()
{
uint2
const
x_1
=
uint2
(
4u
,
3u
);
uint2
const
x_10
=
uint2
(
0u
,
x_1
.
y
);
return
;
}
kernel
void
tint_symbol
()
{
main_1
();
return
;
}