Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/rusticl/core/
Dmemory.rs85 pub struct ConstMemoryPtr { struct
88 unsafe impl Send for ConstMemoryPtr {} argument
89 unsafe impl Sync for ConstMemoryPtr {} implementation
91 impl ConstMemoryPtr { impl
105 impl From<MutMemoryPtr> for ConstMemoryPtr { implementation
1424 ptr: ConstMemoryPtr, in write()
1444 src: ConstMemoryPtr, in write_rect()
1893 src: ConstMemoryPtr, in write()