blob: 1957996dca4a8df00a4fa06fc1439fe69bf3ffb0 [file] [log] [blame]
SKIP: INVALID
vector<float16_t, 3> tint_atanh(vector<float16_t, 3> x) {
return (log(((float16_t(1.0h) + x) / (float16_t(1.0h) - x))) * float16_t(0.5h));
}
RWByteAddressBuffer prevent_dce : register(u0);
vector<float16_t, 3> atanh_ec4b06() {
vector<float16_t, 3> arg_0 = (float16_t(0.5h)).xxx;
vector<float16_t, 3> res = tint_atanh(arg_0);
return res;
}
void fragment_main() {
prevent_dce.Store<vector<float16_t, 3> >(0u, atanh_ec4b06());
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store<vector<float16_t, 3> >(0u, atanh_ec4b06());
return;
}
struct VertexOutput {
float4 pos;
vector<float16_t, 3> prevent_dce;
};
struct tint_symbol_1 {
nointerpolation vector<float16_t, 3> prevent_dce : TEXCOORD0;
float4 pos : SV_Position;
};
VertexOutput vertex_main_inner() {
VertexOutput tint_symbol = (VertexOutput)0;
tint_symbol.pos = (0.0f).xxxx;
tint_symbol.prevent_dce = atanh_ec4b06();
return tint_symbol;
}
tint_symbol_1 vertex_main() {
VertexOutput inner_result = vertex_main_inner();
tint_symbol_1 wrapper_result = (tint_symbol_1)0;
wrapper_result.pos = inner_result.pos;
wrapper_result.prevent_dce = inner_result.prevent_dce;
return wrapper_result;
}
FXC validation failure:
<scrubbed_path>(1,8-16): error X3000: syntax error: unexpected token 'float16_t'