dawn-cmake/test/tint/builtins/gen/literal/countLeadingZeros/858d40.wgsl.expected.dxc.hlsl

31 lines
543 B
HLSL

void countLeadingZeros_858d40() {
int2 res = (31).xx;
}
struct tint_symbol {
float4 value : SV_Position;
};
float4 vertex_main_inner() {
countLeadingZeros_858d40();
return (0.0f).xxxx;
}
tint_symbol vertex_main() {
const float4 inner_result = vertex_main_inner();
tint_symbol wrapper_result = (tint_symbol)0;
wrapper_result.value = inner_result;
return wrapper_result;
}
void fragment_main() {
countLeadingZeros_858d40();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
countLeadingZeros_858d40();
return;
}