Searched refs:TGSI_OPCODE_LRP (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 195 case TGSI_OPCODE_LRP: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 58 { 1, 3, 0, 0, 0, 0, COMP, "LRP", TGSI_OPCODE_LRP },
|
D | tgsi_ppc.c | 691 case TGSI_OPCODE_LRP: in emit_triop() 1122 case TGSI_OPCODE_LRP: in emit_instruction()
|
D | tgsi_exec.c | 3528 case TGSI_OPCODE_LRP: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 276 #define TGSI_OPCODE_LRP 18 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 53 case TGSI_OPCODE_LRP: return RC_OPCODE_LRP; in translate_opcode()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 1140 bld_base->op_actions[TGSI_OPCODE_LRP].emit = build_tgsi_intrinsic_nomem; in radeon_llvm_context_init() 1141 bld_base->op_actions[TGSI_OPCODE_LRP].intr_name = "llvm.AMDGPU.lrp"; in radeon_llvm_context_init()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 603 return TGSI_OPCODE_LRP; in translate_opcode()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 580 case TGSI_OPCODE_LRP: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 810 bld_base->op_actions[TGSI_OPCODE_LRP].emit = lrp_emit; in lp_set_default_actions()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_translate.c | 737 case TGSI_OPCODE_LRP: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 619 case TGSI_OPCODE_LRP: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 644 case TGSI_OPCODE_LRP: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 5258 {TGSI_OPCODE_LRP, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_lrp}, 5432 {TGSI_OPCODE_LRP, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_lrp}, 5606 {TGSI_OPCODE_LRP, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_lrp},
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1918 case TGSI_OPCODE_LRP: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2690 case TGSI_OPCODE_LRP: in svga_emit_instruction()
|