Searched refs:TGSI_OPCODE_TRUNC (Results 1 - 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c214 case TGSI_OPCODE_TRUNC:
H A Dtgsi_info.c126 { 1, 1, 0, 0, 0, 0, COMP, "TRUNC", TGSI_OPCODE_TRUNC },
H A Dtgsi_exec.c3902 case TGSI_OPCODE_TRUNC:
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h341 #define TGSI_OPCODE_TRUNC 86 macro
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c117 case TGSI_OPCODE_TRUNC: return RC_OPCODE_TRUNC;
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c1174 bld_base->op_actions[TGSI_OPCODE_TRUNC].emit = build_tgsi_intrinsic_nomem;
1175 bld_base->op_actions[TGSI_OPCODE_TRUNC].intr_name = "llvm.AMDGPU.trunc";
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c897 case TGSI_OPCODE_TRUNC:
H A Dlp_bld_tgsi_action.c1408 /* TGSI_OPCODE_TRUNC (CPU Only) */
1610 bld_base->op_actions[TGSI_OPCODE_TRUNC].emit = trunc_emit_cpu;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c591 return TGSI_OPCODE_TRUNC;
H A Dst_glsl_to_tgsi.cpp1791 emit(ir, TGSI_OPCODE_TRUNC, result_dst, op[0]);
1797 emit(ir, TGSI_OPCODE_TRUNC, result_dst, op[0]);
1815 emit(ir, TGSI_OPCODE_TRUNC, result_dst, op[0]);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c1064 case TGSI_OPCODE_TRUNC:
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c776 case TGSI_OPCODE_TRUNC:
H A Dnvfx_vertprog.c686 case TGSI_OPCODE_TRUNC:
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c5331 {TGSI_OPCODE_TRUNC, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_TRUNC, tgsi_op2},
5505 {TGSI_OPCODE_TRUNC, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_TRUNC, tgsi_op2},
5679 {TGSI_OPCODE_TRUNC, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_TRUNC, tgsi_op2},
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp1795 case TGSI_OPCODE_TRUNC:
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2558 case TGSI_OPCODE_TRUNC:

Completed in 221 milliseconds