Searched refs:TGSI_OPCODE_IMUL_HI (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 175 case TGSI_OPCODE_IMUL_HI: in tgsi_opcode_infer_type() 287 case TGSI_OPCODE_IMUL_HI: in tgsi_opcode_infer_src_type()
|
D | tgsi_exec.c | 5638 case TGSI_OPCODE_IMUL_HI: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 532 TGSI_OPCODE_IMUL_HI = 180, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 1203 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/ |
D | nv50_ir_from_tgsi.cpp | 560 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/ |
D | tgsi_to_nir.c | 1933 [TGSI_OPCODE_IMUL_HI] = nir_op_imul_high,
|
D | nir_to_tgsi.c | 944 [nir_op_imul_high] = { TGSI_OPCODE_IMUL_HI }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 871 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/ |
D | r600_shader.c | 11937 [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/ |
D | st_glsl_to_tgsi.cpp | 2223 emit_asm(ir, TGSI_OPCODE_IMUL_HI, result_dst, op[0], op[1]); in visit_expression()
|