Searched refs:vtn_src (Results 1 – 1 of 1) sorted by relevance
335 struct vtn_ssa_value *vtn_src[4] = { NULL, }; in vtn_handle_alu() local337 vtn_src[i] = vtn_ssa_value(b, w[i + 3]); in vtn_handle_alu()339 if (glsl_type_is_matrix(vtn_src[0]->type) || in vtn_handle_alu()340 (num_inputs >= 2 && glsl_type_is_matrix(vtn_src[1]->type))) { in vtn_handle_alu()341 vtn_handle_matrix_alu(b, opcode, val, vtn_src[0], vtn_src[1]); in vtn_handle_alu()349 assert(glsl_type_is_vector_or_scalar(vtn_src[i]->type)); in vtn_handle_alu()350 src[i] = vtn_src[i]->def; in vtn_handle_alu()461 nir_alu_type src_alu_type = nir_get_nir_type_for_glsl_type(vtn_src[0]->type); in vtn_handle_alu()487 nir_alu_type src_alu_type = nir_get_nir_type_for_glsl_type(vtn_src[0]->type); in vtn_handle_alu()508 nir_alu_type src_alu_type = nir_get_nir_type_for_glsl_type(vtn_src[0]->type); in vtn_handle_alu()