Sign in
dawn
/
dawn
/
7c14dbaaf61a7cf95f852c07570dcd275385b6ff
/
.
/
test
/
tint
/
builtins
/
insertBits
/
scalar
/
u32.spvasm.expected.ir.msl
blob: 0714695867b24243c2f578cad07a9acf058e5e60 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f_1
()
{
uint
v
=
0u
;
uint
n
=
0u
;
uint
offset_1
=
0u
;
uint
count
=
0u
;
uint
const
x_12
=
insert_bits
(
v
,
n
,
offset_1
,
count
);
}
kernel
void
f
()
{
f_1
();
}