Home | History | Annotate | Download | only in spirv

Lines Matching refs:dst_alu_type

1270          nir_alu_type dst_alu_type = nir_get_nir_type_for_glsl_type(val->const_type);
1271 nir_alu_type src_alu_type = dst_alu_type;
1272 nir_op op = vtn_nir_alu_op_for_spirv_opcode(opcode, &swap, src_alu_type, dst_alu_type);