Searched refs:TGSI_OPCODE_LRP (Results 1 – 22 of 22) 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, 0, COMP, "LRP", TGSI_OPCODE_LRP },
|
D | tgsi_lowering.c | 1506 case TGSI_OPCODE_LRP: in transform_instr()
|
D | tgsi_exec.c | 5221 case TGSI_OPCODE_LRP: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 349 #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/mesa/state_tracker/ |
D | st_atifs_to_tgsi.c | 73 {TGSI_OPCODE_LRP, "LERP", 3}, 807 inst.Instruction.Opcode = TGSI_OPCODE_LRP; in transform_instr()
|
D | st_mesa_to_tgsi.c | 461 return TGSI_OPCODE_LRP; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 2174 emit_asm(ir, TGSI_OPCODE_LRP, result_dst, op[2], op[1], op[0]); in visit_expression()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 98 [ TGSI_OPCODE_LRP ] = { false, false, 0, 1, 3 },
|
D | i915_fpc_translate.c | 727 case TGSI_OPCODE_LRP: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1538 [TGSI_OPCODE_LRP] = 0, 1800 case TGSI_OPCODE_LRP: in ttn_emit_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 594 case TGSI_OPCODE_LRP: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1336 bld_base->op_actions[TGSI_OPCODE_LRP].emit = lrp_emit; in lp_set_default_actions()
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_tgsi.c | 775 [TGSI_OPCODE_LRP] = aos_LRP, 1316 [TGSI_OPCODE_LRP] = soa_per_channel,
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_compiler.c | 1065 case TGSI_OPCODE_LRP: in translate_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 617 case TGSI_OPCODE_LRP: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 646 case TGSI_OPCODE_LRP: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 3039 case TGSI_OPCODE_LRP: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 5751 case TGSI_OPCODE_LRP: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 9079 [TGSI_OPCODE_LRP] = { ALU_OP0_NOP, tgsi_lrp}, 9277 [TGSI_OPCODE_LRP] = { ALU_OP0_NOP, tgsi_lrp}, 9500 [TGSI_OPCODE_LRP] = { ALU_OP0_NOP, tgsi_lrp},
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3185 case TGSI_OPCODE_LRP: in handleInstruction()
|