Searched refs:TGSI_OPCODE_KILL (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 370 #define TGSI_OPCODE_KILL 39 /* unconditional */ macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 67 case TGSI_OPCODE_KILL: return RC_OPCODE_KILP; in translate_opcode()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 79 { 0, 0, 0, 0, 0, 0, 0, NONE, "KILL", TGSI_OPCODE_KILL },
|
D | tgsi_scan.c | 731 info->opcode_count[TGSI_OPCODE_KILL]); in tgsi_scan_shader()
|
D | tgsi_exec.c | 5281 case TGSI_OPCODE_KILL: in exec_instruction()
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_tgsi.c | 62 [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/ |
D | si_shader_tgsi_alu.c | 830 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/ |
D | i915_fpc_optimize.c | 95 [ TGSI_OPCODE_KILL ] = { false, false, 0, 0, 0 },
|
D | i915_fpc_translate.c | 671 case TGSI_OPCODE_KILL: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1553 [TGSI_OPCODE_KILL] = 0, 1804 case TGSI_OPCODE_KILL: in ttn_emit_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 668 case TGSI_OPCODE_KILL: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1326 bld_base->op_actions[TGSI_OPCODE_KILL].fetch_args = kilp_fetch_args; in lp_set_default_actions()
|
D | lp_bld_tgsi_soa.c | 4004 bld.bld_base.op_actions[TGSI_OPCODE_KILL].emit = kill_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 3030 case TGSI_OPCODE_KILL: in svga_emit_instruction() 3646 emit->info.opcode_count[TGSI_OPCODE_KILL] >= 1) in needs_to_create_common_immediate()
|
D | svga_tgsi_vgpu10.c | 5741 case TGSI_OPCODE_KILL: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 610 case TGSI_OPCODE_KILL: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 4735 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/ |
D | nv50_ir_from_tgsi.cpp | 3311 case TGSI_OPCODE_KILL: in handleInstruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4298 emit_asm(ir, TGSI_OPCODE_KILL); in visit()
|