Lines Matching refs:vtn_src
418 struct vtn_ssa_value *vtn_src[4] = { NULL, }; in vtn_handle_alu() local
420 vtn_src[i] = vtn_ssa_value(b, w[i + 3]); in vtn_handle_alu()
422 if (glsl_type_is_matrix(vtn_src[0]->type) || in vtn_handle_alu()
423 (num_inputs >= 2 && glsl_type_is_matrix(vtn_src[1]->type))) { in vtn_handle_alu()
424 vtn_handle_matrix_alu(b, opcode, val, vtn_src[0], vtn_src[1]); in vtn_handle_alu()
432 vtn_assert(glsl_type_is_vector_or_scalar(vtn_src[i]->type)); in vtn_handle_alu()
433 src[i] = vtn_src[i]->def; in vtn_handle_alu()
544 nir_alu_type src_alu_type = nir_get_nir_type_for_glsl_type(vtn_src[0]->type); in vtn_handle_alu()
571 nir_alu_type src_alu_type = nir_get_nir_type_for_glsl_type(vtn_src[0]->type); in vtn_handle_alu()
596 nir_alu_type src_alu_type = nir_get_nir_type_for_glsl_type(vtn_src[0]->type); in vtn_handle_alu()
609 nir_alu_type src_alu_type = nir_get_nir_type_for_glsl_type(vtn_src[0]->type); in vtn_handle_alu()