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/
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()
Dtgsi_exec.c5563 case TGSI_OPCODE_UMUL_HI: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h534 TGSI_OPCODE_UMUL_HI = 181, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1204 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/
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/
Dtgsi_to_nir.c1938 [TGSI_OPCODE_UMUL_HI] = nir_op_umul_high,
Dnir_to_tgsi.c1430 [nir_op_umul_high] = { TGSI_OPCODE_UMUL_HI }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
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/
Dsvga_tgsi_vgpu10.c971 case TGSI_OPCODE_UMUL_HI: in translate_opcode()
11073 case TGSI_OPCODE_UMUL_HI: in emit_instruction()