Searched refs:nir_op_umul_32x16 (Results 1 – 5 of 5) sorted by relevance
361 nir_op_umul_32x16, enumerator
1676 return nir_build_alu(build, nir_op_umul_32x16, src0, src1, NULL, NULL); in nir_umul_32x16()
47452 case nir_op_umul_32x16: in nir_eval_const_opcode()
318 case SpvOpUMul32x16INTEL: return nir_op_umul_32x16; in vtn_nir_alu_op_for_spirv_opcode()
1302 case nir_op_umul_32x16: { in nir_emit_alu()1303 const bool ud = instr->op == nir_op_umul_32x16; in nir_emit_alu()