Searched refs:vtn_src (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c479 struct vtn_ssa_value *vtn_src[4] = { NULL, }; local in function:vtn_handle_alu
481 vtn_src[i] = vtn_ssa_value(b, w[i + 3]);
483 if (glsl_type_is_matrix(vtn_src[0]->type) ||
484 (num_inputs >= 2 && glsl_type_is_matrix(vtn_src[1]->type))) {
486 vtn_handle_matrix_alu(b, opcode, vtn_src[0], vtn_src[1]));
494 vtn_assert(glsl_type_is_vector_or_scalar(vtn_src[i]->type));
495 src[i] = vtn_src[i]->def;
632 unsigned src_bit_size = glsl_get_bit_size(vtn_src[0]->type);
700 unsigned src_bit_size = glsl_get_bit_size(vtn_src[
880 struct vtn_ssa_value *vtn_src[3] = { NULL, }; local in function:vtn_handle_integer_dot
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_alu.c392 struct vtn_ssa_value *vtn_src[4] = { NULL, }; local in function:vtn_handle_alu
394 vtn_src[i] = vtn_ssa_value(b, w[i + 3]);
396 if (glsl_type_is_matrix(vtn_src[0]->type) ||
397 (num_inputs >= 2 && glsl_type_is_matrix(vtn_src[1]->type))) {
398 vtn_handle_matrix_alu(b, opcode, val, vtn_src[0], vtn_src[1]);
406 vtn_assert(glsl_type_is_vector_or_scalar(vtn_src[i]->type));
407 src[i] = vtn_src[i]->def;
523 unsigned src_bit_size = glsl_get_bit_size(vtn_src[0]->type);
549 unsigned src_bit_size = glsl_get_bit_size(vtn_src[
681 struct vtn_ssa_value *vtn_src = vtn_ssa_value(b, w[3]); local in function:vtn_handle_bitcast
[all...]

Completed in 3 milliseconds