Home
last modified time | relevance | path

Searched defs:LUID_SIZE (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dconstants.rs4 pub const LUID_SIZE: usize = 8; constant
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dscreen.rs27 const LUID_SIZE: usize = PIPE_LUID_SIZE as usize; constant
320 pub fn device_luid(&self) -> Option<[c_uchar; LUID_SIZE]> { in device_luid()