Home
last modified time | relevance | path

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

/external/rust/crates/gdbstub/src/stub/
Dcore_impl.rs171 let is_kill = matches!(disconnect_reason, Some(DisconnectReason::Kill)); in handle_packet() localVariable
/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp874 bool is_kill = false; in get_regs_for_copies() local
/external/mesa3d/src/freedreno/ir3/
Dir3.h652 static inline bool is_kill(struct ir3_instruction *instr) in is_kill() function