Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_ABS (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c203 case TGSI_OPCODE_ABS: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c73 { 1, 1, 0, 0, 0, 0, COMP, "ABS", TGSI_OPCODE_ABS },
Dtgsi_ppc.c590 case TGSI_OPCODE_ABS: in emit_unaryop()
1095 case TGSI_OPCODE_ABS: in emit_instruction()
Dtgsi_exec.c3572 case TGSI_OPCODE_ABS: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h290 #define TGSI_OPCODE_ABS 33 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c314 res = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_ABS, res); in lp_build_emit_fetch()
Dlp_bld_tgsi_action.c500 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()
Dlp_bld_tgsi_aos.c504 tmp0 = lp_build_emit_llvm_unary(&bld->bld_base, TGSI_OPCODE_ABS, src0); in lp_emit_instruction_aos()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c66 case TGSI_OPCODE_ABS: return RC_OPCODE_ABS; in translate_opcode()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c1109 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/
Dst_mesa_to_tgsi.c533 return TGSI_OPCODE_ABS; in translate_opcode()
Dst_glsl_to_tgsi.cpp1424 emit(ir, TGSI_OPCODE_ABS, result_dst, op[0]); in visit()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c502 case TGSI_OPCODE_ABS: in i915_translate_instruction()
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c551 case TGSI_OPCODE_ABS: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c531 case TGSI_OPCODE_ABS: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1807 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/
Dsvga_tgsi_insn.c46 case TGSI_OPCODE_ABS: return SVGA3DOP_ABS; in translate_opcode()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp1792 case TGSI_OPCODE_ABS: in handleInstruction()