Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dmemory.rs83 pub struct ConstMemoryPtr { struct
86 unsafe impl Send for ConstMemoryPtr {} implementation
87 unsafe impl Sync for ConstMemoryPtr {} implementation
89 impl ConstMemoryPtr { implementation
103 impl From<MutMemoryPtr> for ConstMemoryPtr { implementation
1079 ptr: ConstMemoryPtr, in write()
1099 src: ConstMemoryPtr, in write_rect()
1559 src: ConstMemoryPtr, in write()