Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h385 TGSI_OPCODE_KILL = 39 /* unconditional */, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c65 case TGSI_OPCODE_KILL: return RC_OPCODE_KILP; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c99 [TGSI_OPCODE_KILL] = {false, false, 0, 0, 0},
Di915_fpc_translate.c576 case TGSI_OPCODE_KILL: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c606 case TGSI_OPCODE_KILL: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c1182 bld_base->op_actions[TGSI_OPCODE_KILL].fetch_args = kilp_fetch_args; in lp_set_default_actions()
Dlp_bld_tgsi_soa.c4526 bld.bld_base.op_actions[TGSI_OPCODE_KILL].emit = kill_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c921 info->opcode_count[TGSI_OPCODE_KILL]); in tgsi_scan_shader()
Dtgsi_exec.c5053 case TGSI_OPCODE_KILL: in exec_instruction()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2972 case TGSI_OPCODE_KILL: in svga_emit_instruction()
3591 emit->info.opcode_count[TGSI_OPCODE_KILL] >= 1 || in needs_to_create_common_immediate()
Dsvga_tgsi_vgpu10.c11011 case TGSI_OPCODE_KILL: in emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1822 [TGSI_OPCODE_KILL] = 0,
2071 case TGSI_OPCODE_KILL: in ttn_emit_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c606 case TGSI_OPCODE_KILL: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c5493 if (inst->Instruction.Opcode == TGSI_OPCODE_KILL) { in tgsi_kill()
11824 [TGSI_OPCODE_KILL] = { ALU_OP2_KILLGT, tgsi_kill}, /* unconditional kill */
12022 [TGSI_OPCODE_KILL] = { ALU_OP2_KILLGT, tgsi_kill}, /* unconditional kill */
12249 [TGSI_OPCODE_KILL] = { ALU_OP2_KILLGT, tgsi_kill}, /* unconditional kill */
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3503 case TGSI_OPCODE_KILL: in handleInstruction()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst1987 - i915g: Fix undefined results for TGSI_OPCODE_KILL