Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_KILL_IF (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h461 TGSI_OPCODE_KILL_IF = 116 /* conditional kill */, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c119 case TGSI_OPCODE_KILL_IF: return RC_OPCODE_KIL; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c98 [TGSI_OPCODE_KILL_IF] = {false, false, 0, 0, 1},
H A Di915_fpc_translate.c563 case TGSI_OPCODE_KILL_IF: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.h534 inst.Instruction.Opcode = TGSI_OPCODE_KILL_IF; in tgsi_transform_kill_inst()
H A Dtgsi_scan.c920 info->uses_kill = (info->opcode_count[TGSI_OPCODE_KILL_IF] || in tgsi_scan_shader()
H A Dtgsi_exec.c5057 case TGSI_OPCODE_KILL_IF: in exec_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c609 case TGSI_OPCODE_KILL_IF: in lp_emit_instruction_aos()
H A Dlp_bld_tgsi_action.c342 /* TGSI_OPCODE_KILL_IF */
1181 bld_base->op_actions[TGSI_OPCODE_KILL_IF].fetch_args = kil_fetch_args; in lp_set_default_actions()
H A Dlp_bld_tgsi_soa.c4525 bld.bld_base.op_actions[TGSI_OPCODE_KILL_IF].emit = kill_if_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1889 [TGSI_OPCODE_KILL_IF] = 0,
2095 case TGSI_OPCODE_KILL_IF: in ttn_emit_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c609 case TGSI_OPCODE_KILL_IF: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp294 case TGSI_OPCODE_KILL_IF: /* WriteMask ignored */ in srcMask()
3491 case TGSI_OPCODE_KILL_IF: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2890 case TGSI_OPCODE_KILL_IF: in svga_emit_instruction()
H A Dsvga_tgsi_vgpu10.c11013 case TGSI_OPCODE_KILL_IF: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11901 [TGSI_OPCODE_KILL_IF] = { ALU_OP2_KILLGT, tgsi_kill}, /* conditional kill */
12098 [TGSI_OPCODE_KILL_IF] = { ALU_OP2_KILLGT, tgsi_kill}, /* conditional kill */
12325 [TGSI_OPCODE_KILL_IF] = { ALU_OP2_KILLGT, tgsi_kill}, /* conditional kill */

Completed in 74 milliseconds