Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_KILL (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h370 #define TGSI_OPCODE_KILL 39 /* unconditional */ macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c67 case TGSI_OPCODE_KILL: return RC_OPCODE_KILP; in translate_opcode()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c79 { 0, 0, 0, 0, 0, 0, 0, NONE, "KILL", TGSI_OPCODE_KILL },
Dtgsi_scan.c731 info->opcode_count[TGSI_OPCODE_KILL]); in tgsi_scan_shader()
Dtgsi_exec.c5281 case TGSI_OPCODE_KILL: in exec_instruction()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c62 [TGSI_OPCODE_KILL] = { TOY_OPCODE_KIL, 0, 0 },
790 [TGSI_OPCODE_KILL] = aos_simple,
1331 [TGSI_OPCODE_KILL] = soa_passthrough,
2075 case TGSI_OPCODE_KILL: in parse_instruction()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c830 bld_base->op_actions[TGSI_OPCODE_KILL].emit = lp_build_tgsi_intrinsic; in si_shader_context_init_alu()
831 bld_base->op_actions[TGSI_OPCODE_KILL].intr_name = "llvm.AMDGPU.kilp"; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c95 [ TGSI_OPCODE_KILL ] = { false, false, 0, 0, 0 },
Di915_fpc_translate.c671 case TGSI_OPCODE_KILL: in i915_translate_instruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1553 [TGSI_OPCODE_KILL] = 0,
1804 case TGSI_OPCODE_KILL: in ttn_emit_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c668 case TGSI_OPCODE_KILL: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c1326 bld_base->op_actions[TGSI_OPCODE_KILL].fetch_args = kilp_fetch_args; in lp_set_default_actions()
Dlp_bld_tgsi_soa.c4004 bld.bld_base.op_actions[TGSI_OPCODE_KILL].emit = kill_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c3030 case TGSI_OPCODE_KILL: in svga_emit_instruction()
3646 emit->info.opcode_count[TGSI_OPCODE_KILL] >= 1) in needs_to_create_common_immediate()
Dsvga_tgsi_vgpu10.c5741 case TGSI_OPCODE_KILL: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c610 case TGSI_OPCODE_KILL: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c4735 if (inst->Instruction.Opcode == TGSI_OPCODE_KILL) { in tgsi_kill()
9100 [TGSI_OPCODE_KILL] = { ALU_OP2_KILLGT, tgsi_kill}, /* unconditional kill */
9298 [TGSI_OPCODE_KILL] = { ALU_OP2_KILLGT, tgsi_kill}, /* unconditional kill */
9521 [TGSI_OPCODE_KILL] = { ALU_OP2_KILLGT, tgsi_kill}, /* unconditional kill */
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3311 case TGSI_OPCODE_KILL: in handleInstruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4298 emit_asm(ir, TGSI_OPCODE_KILL); in visit()