Home
last modified time | relevance | path

Searched defs:is_kill (Results 1 – 6 of 6) sorted by relevance

/external/rust/android-crates-io/crates/gdbstub/src/stub/
Dcore_impl.rs177 let is_kill = matches!(disconnect_reason, Some(DisconnectReason::Kill)); in handle_packet() localVariable
/external/mesa3d/src/gallium/drivers/zink/
Dzink_kopper.h96 bool is_kill; member
Dzink_kopper.c669 bool is_kill = is_swapchain_kill(ret); in zink_kopper_acquire() local
/external/python/cpython3/Lib/_pyrepl/
Dcommands.py95 def is_kill(command: type[Command] | None) -> bool: function
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alu.cpp1296 bool AluInstr::is_kill() const in is_kill() function in r600::AluInstr
/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp1211 bool is_kill = false; in get_regs_for_copies() local