Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_IMUL_HI (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c175 case TGSI_OPCODE_IMUL_HI: in tgsi_opcode_infer_type()
287 case TGSI_OPCODE_IMUL_HI: in tgsi_opcode_infer_src_type()
Dtgsi_exec.c5559 case TGSI_OPCODE_IMUL_HI: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h533 TGSI_OPCODE_IMUL_HI = 180, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1203 bld_base->op_actions[TGSI_OPCODE_IMUL_HI].emit = imul_hi_emit; in lp_set_default_actions()
2561 bld_base->op_actions[TGSI_OPCODE_IMUL_HI].emit = imul_hi_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp560 case TGSI_OPCODE_IMUL_HI: in inferSrcType()
960 case TGSI_OPCODE_IMUL_HI: in opcodeToSubOp()
3215 case TGSI_OPCODE_IMUL_HI: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1937 [TGSI_OPCODE_IMUL_HI] = nir_op_imul_high,
Dnir_to_tgsi.c1429 [nir_op_imul_high] = { TGSI_OPCODE_IMUL_HI }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11965 [TGSI_OPCODE_IMUL_HI] = { ALU_OP2_MULHI_INT, tgsi_op2_trans},
12162 [TGSI_OPCODE_IMUL_HI] = { ALU_OP2_MULHI_INT, tgsi_op2_trans},
12389 [TGSI_OPCODE_IMUL_HI] = { ALU_OP2_MULHI_INT, cayman_mul_int_instr},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c946 case TGSI_OPCODE_IMUL_HI: in translate_opcode()
11074 case TGSI_OPCODE_IMUL_HI: in emit_instruction()