Searched refs:TGSI_OPCODE_KILL (Results 1 – 16 of 16) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 385 TGSI_OPCODE_KILL = 39 /* unconditional */, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 65 case TGSI_OPCODE_KILL: return RC_OPCODE_KILP; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 99 [TGSI_OPCODE_KILL] = {false, false, 0, 0, 0},
|
D | i915_fpc_translate.c | 576 case TGSI_OPCODE_KILL: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 606 case TGSI_OPCODE_KILL: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1182 bld_base->op_actions[TGSI_OPCODE_KILL].fetch_args = kilp_fetch_args; in lp_set_default_actions()
|
D | lp_bld_tgsi_soa.c | 4526 bld.bld_base.op_actions[TGSI_OPCODE_KILL].emit = kill_emit; in lp_build_tgsi_soa()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 921 info->opcode_count[TGSI_OPCODE_KILL]); in tgsi_scan_shader()
|
D | tgsi_exec.c | 5053 case TGSI_OPCODE_KILL: in exec_instruction()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2972 case TGSI_OPCODE_KILL: in svga_emit_instruction() 3591 emit->info.opcode_count[TGSI_OPCODE_KILL] >= 1 || in needs_to_create_common_immediate()
|
D | svga_tgsi_vgpu10.c | 11011 case TGSI_OPCODE_KILL: in emit_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1822 [TGSI_OPCODE_KILL] = 0, 2071 case TGSI_OPCODE_KILL: in ttn_emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 606 case TGSI_OPCODE_KILL: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 5493 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/ |
D | nv50_ir_from_tgsi.cpp | 3503 case TGSI_OPCODE_KILL: in handleInstruction()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.0.rst | 1987 - i915g: Fix undefined results for TGSI_OPCODE_KILL
|