blob: 733f9e5858b5e6dad8edb6f06c00dfede9570434 [file] [log] [blame]
SKIP: FAILED
int tint_dot4I8Packed(uint param_0, uint param_1) {
int accumulator = 0;
return dot4add_i8packed(param_0, param_1, accumulator);
}
void dot4I8Packed_881e62() {
uint arg_0 = 1u;
uint arg_1 = 1u;
int res = tint_dot4I8Packed(arg_0, arg_1);
}
struct tint_symbol {
float4 value : SV_Position;
};
float4 vertex_main_inner() {
dot4I8Packed_881e62();
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() {
dot4I8Packed_881e62();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
dot4I8Packed_881e62();
return;
}
FXC validation failure:
D:\Projects\RampUp\dawn\test\tint\builtins\Shader@0x000001A416C12830(3,10-56): error X3004: undeclared identifier 'dot4add_i8packed'