Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/rusticl/core/
Dmemory.rs138 pub struct MutMemoryPtr { struct
141 unsafe impl Send for MutMemoryPtr {} implementation
142 unsafe impl Sync for MutMemoryPtr {} implementation
144 impl MutMemoryPtr { implementation
898 pub fn map(&self, dev: &'static Device, offset: usize) -> CLResult<MutMemoryPtr> { in map()
924 ptr: MutMemoryPtr, in read()
939 dst: MutMemoryPtr, in read_rect()
1423 dst: MutMemoryPtr, in read()