dawn-cmake/test/tint/builtins/gen/literal/normalize/b8cb8d.wgsl.expected.fxc.hlsl

33 lines
567 B
HLSL

SKIP: FAILED
void normalize_b8cb8d() {
vector<float16_t, 4> res = normalize((float16_t(0.0h)).xxxx);
}
struct tint_symbol {
float4 value : SV_Position;
};
float4 vertex_main_inner() {
normalize_b8cb8d();
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() {
normalize_b8cb8d();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
normalize_b8cb8d();
return;
}