Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_IMUL_HI (Results 1 – 10 of 10) 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.c5638 case TGSI_OPCODE_IMUL_HI: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h532 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/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp560 case TGSI_OPCODE_IMUL_HI: in inferSrcType()
960 case TGSI_OPCODE_IMUL_HI: in opcodeToSubOp()
3211 case TGSI_OPCODE_IMUL_HI: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1933 [TGSI_OPCODE_IMUL_HI] = nir_op_imul_high,
Dnir_to_tgsi.c944 [nir_op_imul_high] = { TGSI_OPCODE_IMUL_HI }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c871 case TGSI_OPCODE_IMUL_HI: in translate_opcode()
9462 case TGSI_OPCODE_IMUL_HI: in emit_vgpu10_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11937 [TGSI_OPCODE_IMUL_HI] = { ALU_OP2_MULHI_INT, tgsi_op2_trans},
12134 [TGSI_OPCODE_IMUL_HI] = { ALU_OP2_MULHI_INT, tgsi_op2_trans},
12361 [TGSI_OPCODE_IMUL_HI] = { ALU_OP2_MULHI_INT, cayman_mul_int_instr},
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2223 emit_asm(ir, TGSI_OPCODE_IMUL_HI, result_dst, op[0], op[1]); in visit_expression()