Sign in
dawn
/
dawn
/
a5d73ce965a7fa63c64d67caeb2f0d83245b7e6f
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryBitTest_BitCount_Int_Int.spvasm.expected.hlsl
blob: 7b091c888e88337869de8ce95f00e662776c8fbc [
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
int
x_1
=
countbits
(
i1
);
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}