Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
Dscreen.rs27 const LUID_SIZE: usize = PIPE_LUID_SIZE as usize; constant
330 pub fn device_luid(&self) -> Option<[c_uchar; LUID_SIZE]> { in device_luid()