Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/src/
Dpadded.rs172 pub struct Padded<T, const N: usize> { struct
180 pub const fn Padded<T, const N: usize>(value: T) -> Padded<T, N> { in Padded() argument
187 impl<T, const N: usize> AsRef<T> for Padded<T, N> { implementation
193 impl<T, const N: usize> AsMut<T> for Padded<T, N> { implementation
199 impl<T, const N: usize> Clone for Padded<T, N> implementation
208 impl<T, const N: usize> Copy for Padded<T, N> where T: Copy {} implementation
210 impl<T, const N: usize> Debug for Padded<T, N> implementation
219 impl<T, const N: usize> Default for Padded<T, N> implementation
228 impl<T, const N: usize> Deref for Padded<T, N> { implementation
236 impl<T, const N: usize> DerefMut for Padded<T, N> { implementation
[all …]
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp85 bool Padded = false; in printInfoComment() local
/external/mesa3d/src/mesa/program/
Dprog_parameter.h93 bool Padded:1; member