Searched refs:TGSI_OPCODE_KILL (Results 1 – 20 of 20) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 390 TGSI_OPCODE_KILL = 39 /* unconditional */, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 374 #define TGSI_OPCODE_KILL 39 /* unconditional */ macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 63 case TGSI_OPCODE_KILL: return RC_OPCODE_KILP; in translate_opcode()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 79 { 0, 0, 0, 0, 0, 0, NONE, "KILL", TGSI_OPCODE_KILL },
|
D | tgsi_scan.c | 455 info->opcode_count[TGSI_OPCODE_KILL]); in tgsi_scan_shader()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 94 [ TGSI_OPCODE_KILL ] = { false, false, 0, 0, 0 },
|
D | i915_fpc_translate.c | 644 case TGSI_OPCODE_KILL: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 605 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 | 4519 bld.bld_base.op_actions[TGSI_OPCODE_KILL].emit = kill_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 920 info->opcode_count[TGSI_OPCODE_KILL]); in tgsi_scan_shader()
|
D | tgsi_exec.c | 5369 case TGSI_OPCODE_KILL: in exec_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1821 [TGSI_OPCODE_KILL] = 0, 2068 case TGSI_OPCODE_KILL: in ttn_emit_instruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2906 case TGSI_OPCODE_KILL: in svga_emit_instruction() 3522 emit->info.opcode_count[TGSI_OPCODE_KILL] >= 1) in needs_to_create_common_immediate()
|
D | svga_tgsi_vgpu10.c | 9344 case TGSI_OPCODE_KILL: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 606 case TGSI_OPCODE_KILL: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 5475 if (inst->Instruction.Opcode == TGSI_OPCODE_KILL) { in tgsi_kill() 11712 [TGSI_OPCODE_KILL] = { ALU_OP2_KILLGT, tgsi_kill}, /* unconditional kill */ 11910 [TGSI_OPCODE_KILL] = { ALU_OP2_KILLGT, tgsi_kill}, /* unconditional kill */ 12136 [TGSI_OPCODE_KILL] = { ALU_OP2_KILLGT, tgsi_kill}, /* unconditional kill */
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3438 case TGSI_OPCODE_KILL: in handleInstruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4662 emit_asm(ir, TGSI_OPCODE_KILL); in visit()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 4908 case TGSI_OPCODE_KILL: in iter_instruction()
|