Home
last modified time | relevance | path

Searched refs:ERROR_DEVICE_LOST (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/vulkano/src/
Dlib.rs190 DeviceLost = ash::vk::Result::ERROR_DEVICE_LOST.as_raw(),
219 ash::vk::Result::ERROR_DEVICE_LOST => Err(Error::DeviceLost), in check_errors()
/external/rust/crates/ash/src/vk/
Denums.rs902 pub const ERROR_DEVICE_LOST: Self = Self(-4); constant
935 Result::ERROR_DEVICE_LOST => { in fmt()
Dconst_debugs.rs3494 Self::ERROR_DEVICE_LOST => Some("ERROR_DEVICE_LOST"), in fmt()