Sign in
dawn
/
dawn
/
3d64565e2eb8fe4a377b18e288edac70d28d586f
/
.
/
test
/
tint
/
builtins
/
extractBits
/
vec3
/
u32.spvasm.expected.ir.msl
blob: a43886de2cc798b0091d207a9f79519d6e808b1d [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f_1
()
{
uint3 v
=
uint3
(
0u
);
uint
offset_1
=
0u
;
uint
count
=
0u
;
uint
const
v_1
=
min
(
offset_1
,
32u
);
uint3
const
x_14
=
extract_bits
(
v
,
v_1
,
min
(
count
,
(
32u
-
v_1
)));
}
kernel
void
f
()
{
f_1
();
}