Searched refs:TGSI_OPCODE_KIL (Results 1 - 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c156 { 0, 1, 0, 0, 0, 0, NONE, "KIL", TGSI_OPCODE_KIL },
H A Dtgsi_scan.c246 info->uses_kill = (info->opcode_count[TGSI_OPCODE_KIL] ||
H A Dtgsi_exec.c3600 case TGSI_OPCODE_KIL:
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h366 #define TGSI_OPCODE_KIL 116 /* conditional kill */ macro
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c140 case TGSI_OPCODE_KIL: return RC_OPCODE_KIL;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c386 newInst.Instruction.Opcode = TGSI_OPCODE_KIL;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c68 opcode != TGSI_OPCODE_KIL &&
H A Di915_fpc_translate.c665 case TGSI_OPCODE_KIL:
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c320 newInst.Instruction.Opcode = TGSI_OPCODE_KIL;
H A Ddraw_pipe_aapoint.c313 newInst.Instruction.Opcode = TGSI_OPCODE_KIL;
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c1134 bld_base->op_actions[TGSI_OPCODE_KIL].emit = kil_emit;
1135 bld_base->op_actions[TGSI_OPCODE_KIL].intr_name = "llvm.AMDGPU.kill";
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c672 case TGSI_OPCODE_KIL:
H A Dlp_bld_tgsi_action.c399 /* TGSI_OPCODE_KIL */
799 bld_base->op_actions[TGSI_OPCODE_KIL].fetch_args = kil_fetch_args;
H A Dlp_bld_tgsi_soa.c2118 bld.bld_base.op_actions[TGSI_OPCODE_KIL].emit = kil_emit;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c593 return TGSI_OPCODE_KIL;
H A Dst_glsl_to_tgsi.cpp2805 emit(ir, TGSI_OPCODE_KIL, undef_dst, this->result);
3852 inst = v->emit(NULL, TGSI_OPCODE_KIL, undef_dst, src0);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp223 case TGSI_OPCODE_KIL: /* WriteMask ignored */
2017 case TGSI_OPCODE_KIL:
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c611 case TGSI_OPCODE_KIL:
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c5364 {TGSI_OPCODE_KIL, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_KILLGT, tgsi_kill}, /* conditional kill */
5538 {TGSI_OPCODE_KIL, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_KILLGT, tgsi_kill}, /* conditional kill */
5712 {TGSI_OPCODE_KIL, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_KILLGT, tgsi_kill}, /* conditional kill */
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2595 case TGSI_OPCODE_KIL:

Completed in 281 milliseconds