dawn-cmake/test/intrinsics/gen/frexp/841515.wgsl.expected.hlsl

15 lines
269 B
HLSL

groupshared uint4 arg_1;
void frexp_841515() {
float4 tint_tmp;
float4 tint_tmp_1 = frexp(float4(0.0f, 0.0f, 0.0f, 0.0f), tint_tmp);
arg_1 = uint4(tint_tmp);
float4 res = tint_tmp_1;
}
[numthreads(1, 1, 1)]
void compute_main() {
frexp_841515();
return;
}