Searched refs:TGSI_OPCODE_KILL (Results 1 - 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 385 TGSI_OPCODE_KILL = 39 /* unconditional */, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A 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/ |
H A D | i915_fpc_optimize.c | 99 [TGSI_OPCODE_KILL] = {false, false, 0, 0, 0},
|
H A D | i915_fpc_translate.c | 576 case TGSI_OPCODE_KILL: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_aos.c | 606 case TGSI_OPCODE_KILL: in lp_emit_instruction_aos()
|
H A D | lp_bld_tgsi_action.c | 365 /* TGSI_OPCODE_KILL */ 1182 bld_base->op_actions[TGSI_OPCODE_KILL].fetch_args = kilp_fetch_args; in lp_set_default_actions()
|
H A 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/nir/ |
H A D | tgsi_to_nir.c | 1822 [TGSI_OPCODE_KILL] = 0, 2071 case TGSI_OPCODE_KILL: in ttn_emit_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_scan.c | 921 info->opcode_count[TGSI_OPCODE_KILL]); in tgsi_scan_shader()
|
H A D | tgsi_exec.c | 5053 case TGSI_OPCODE_KILL: in exec_instruction()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A 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()
|
H A D | svga_tgsi_vgpu10.c | 11011 case TGSI_OPCODE_KILL: in emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_fragprog.c | 606 case TGSI_OPCODE_KILL: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A 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/ |
H A D | nv50_ir_from_tgsi.cpp | 3503 case TGSI_OPCODE_KILL: in handleInstruction()
|
Completed in 65 milliseconds