Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_UMUL_HI (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c149 case TGSI_OPCODE_UMUL_HI: in tgsi_opcode_infer_type()
281 case TGSI_OPCODE_UMUL_HI: in tgsi_opcode_infer_src_type()
H A Dtgsi_exec.c5563 case TGSI_OPCODE_UMUL_HI: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h534 TGSI_OPCODE_UMUL_HI = 181, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c775 /* TGSI_OPCODE_UMUL_HI */
1204 bld_base->op_actions[TGSI_OPCODE_UMUL_HI].emit = umul_hi_emit; in lp_set_default_actions()
2562 bld_base->op_actions[TGSI_OPCODE_UMUL_HI].emit = umul_hi_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp531 case TGSI_OPCODE_UMUL_HI: in inferSrcType()
961 case TGSI_OPCODE_UMUL_HI: in opcodeToSubOp()
3216 case TGSI_OPCODE_UMUL_HI: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1938 [TGSI_OPCODE_UMUL_HI] = nir_op_umul_high,
H A Dnir_to_tgsi.c1430 [nir_op_umul_high] = { TGSI_OPCODE_UMUL_HI }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11966 [TGSI_OPCODE_UMUL_HI] = { ALU_OP2_MULHI_UINT, tgsi_op2_trans},
12163 [TGSI_OPCODE_UMUL_HI] = { ALU_OP2_MULHI_UINT, tgsi_op2_trans},
12390 [TGSI_OPCODE_UMUL_HI] = { ALU_OP2_MULHI_UINT, cayman_mul_int_instr},
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c971 case TGSI_OPCODE_UMUL_HI: in translate_opcode()
11073 case TGSI_OPCODE_UMUL_HI: in emit_instruction()

Completed in 70 milliseconds