Sign in
dawn
/
dawn
/
ea0fda3e68e565d4f4610b4521f6cafe663bfa84
/
.
/
test
/
tint
/
builtins
/
extractBits
/
vec3
/
i32.spvasm.expected.ir.msl
blob: 12ea4384eb6248090db08f1ac4d12d88522a4777 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f_1
()
{
int3 v
=
int3
(
0
);
uint
offset_1
=
0u
;
uint
count
=
0u
;
int3
const
x_15
=
extract_bits
(
v
,
offset_1
,
count
);
}
kernel
void
f
()
{
f_1
();
}