Sign in
dawn
/
tint
/
85d2e448de2b7e0de92f14235424e623b22f60d2
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryBitTest_BitCount_Uint_Int.spvasm.expected.hlsl
blob: f63081785b2ef190cadcc93e5b56b8a71dedd233 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
uint
u1
=
10u
;
const
int
i1
=
30
;
const
uint2 v2u1
=
uint2
(
10u
,
20u
);
const
int2 v2i1
=
int2
(
30
,
40
);
const
uint
x_1
=
asuint
(
countbits
(
i1
));
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}