Searched refs:TGSI_OPCODE_KIL (Results 1 – 20 of 20) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 366 #define TGSI_OPCODE_KIL 116 /* conditional kill */ macro
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 156 { 0, 1, 0, 0, 0, 0, NONE, "KIL", TGSI_OPCODE_KIL },
|
D | tgsi_scan.c | 246 info->uses_kill = (info->opcode_count[TGSI_OPCODE_KIL] || in tgsi_scan_shader()
|
D | tgsi_exec.c | 3600 case TGSI_OPCODE_KIL: in exec_instruction()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 140 case TGSI_OPCODE_KIL: return RC_OPCODE_KIL; in translate_opcode()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pstipple.c | 386 newInst.Instruction.Opcode = TGSI_OPCODE_KIL; in pstip_transform_inst()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 68 opcode != TGSI_OPCODE_KIL && in has_destination()
|
D | i915_fpc_translate.c | 665 case TGSI_OPCODE_KIL: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 1134 bld_base->op_actions[TGSI_OPCODE_KIL].emit = kil_emit; in radeon_llvm_context_init() 1135 bld_base->op_actions[TGSI_OPCODE_KIL].intr_name = "llvm.AMDGPU.kill"; in radeon_llvm_context_init()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_pstipple.c | 320 newInst.Instruction.Opcode = TGSI_OPCODE_KIL; in pstip_transform_inst()
|
D | draw_pipe_aapoint.c | 313 newInst.Instruction.Opcode = TGSI_OPCODE_KIL; in aa_transform_inst()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 593 return TGSI_OPCODE_KIL; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 2805 emit(ir, TGSI_OPCODE_KIL, undef_dst, this->result); in visit() 3852 inst = v->emit(NULL, TGSI_OPCODE_KIL, undef_dst, src0); in get_bitmap_visitor()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 672 case TGSI_OPCODE_KIL: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 799 bld_base->op_actions[TGSI_OPCODE_KIL].fetch_args = kil_fetch_args; in lp_set_default_actions()
|
D | lp_bld_tgsi_soa.c | 2118 bld.bld_base.op_actions[TGSI_OPCODE_KIL].emit = kil_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 223 case TGSI_OPCODE_KIL: /* WriteMask ignored */ in srcMask() 2017 case TGSI_OPCODE_KIL: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_fragprog.c | 611 case TGSI_OPCODE_KIL: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 5364 {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/ |
D | svga_tgsi_insn.c | 2595 case TGSI_OPCODE_KIL: in svga_emit_instruction()
|