blob: 7cf8ba21582d7404a0e841e2ec2e71617778f123 [file] [log] [blame]
void acos_f47057() {
vector<float16_t, 3> res = acos((float16_t(0.0h)).xxx);
}
struct tint_symbol {
float4 value : SV_Position;
};
float4 vertex_main_inner() {
acos_f47057();
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() {
acos_f47057();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
acos_f47057();
return;
}