Searched refs:TGSI_OPCODE_ABS (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 203 case TGSI_OPCODE_ABS: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 73 { 1, 1, 0, 0, 0, 0, COMP, "ABS", TGSI_OPCODE_ABS },
|
D | tgsi_ppc.c | 590 case TGSI_OPCODE_ABS: in emit_unaryop() 1095 case TGSI_OPCODE_ABS: in emit_instruction()
|
D | tgsi_exec.c | 3572 case TGSI_OPCODE_ABS: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 290 #define TGSI_OPCODE_ABS 33 macro
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.c | 314 res = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_ABS, res); in lp_build_emit_fetch()
|
D | lp_bld_tgsi_action.c | 500 abs_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_ABS, in log_emit() 612 emit_data->args[0] = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_ABS, in rsq_emit() 1563 bld_base->op_actions[TGSI_OPCODE_ABS].emit = abs_emit_cpu; in lp_set_default_actions_cpu()
|
D | lp_bld_tgsi_aos.c | 504 tmp0 = lp_build_emit_llvm_unary(&bld->bld_base, TGSI_OPCODE_ABS, src0); in lp_emit_instruction_aos()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 66 case TGSI_OPCODE_ABS: return RC_OPCODE_ABS; in translate_opcode()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 1109 bld_base->op_actions[TGSI_OPCODE_ABS].emit = build_tgsi_intrinsic_nomem; in radeon_llvm_context_init() 1110 bld_base->op_actions[TGSI_OPCODE_ABS].intr_name = "llvm.AMDIL.fabs."; in radeon_llvm_context_init()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 533 return TGSI_OPCODE_ABS; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 1424 emit(ir, TGSI_OPCODE_ABS, result_dst, op[0]); in visit()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_translate.c | 502 case TGSI_OPCODE_ABS: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 551 case TGSI_OPCODE_ABS: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 531 case TGSI_OPCODE_ABS: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 1807 case TGSI_OPCODE_ABS: in tgsi_op2_s() 5276 {TGSI_OPCODE_ABS, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MOV, tgsi_op2}, 5450 {TGSI_OPCODE_ABS, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MOV, tgsi_op2}, 5624 {TGSI_OPCODE_ABS, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MOV, tgsi_op2},
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 46 case TGSI_OPCODE_ABS: return SVGA3DOP_ABS; in translate_opcode()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1792 case TGSI_OPCODE_ABS: in handleInstruction()
|