Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryBitTest_BitReverse_Int_Int.spvasm.expected.hlsl
blob: a73c3bb8469487fcabd4939e99aea0b2c22e7b39 [
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
=
reversebits
(
i1
);
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}