Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h708 void (*unmap_memory)(struct pipe_screen *screen, member
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/xous/
H A Dffi.rs407 pub(crate) unsafe fn unmap_memory<T>(range: *mut [T]) -> Result<(), Error> { in unmap_memory() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/xous/
H A Dffi.rs407 pub(crate) unsafe fn unmap_memory<T>(range: *mut [T]) -> Result<(), Error> { in unmap_memory() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/xous/
H A Dffi.rs407 pub(crate) unsafe fn unmap_memory<T>(range: *mut [T]) -> Result<(), Error> { in unmap_memory() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/xous/
H A Dffi.rs407 pub(crate) unsafe fn unmap_memory<T>(range: *mut [T]) -> Result<(), Error> { in unmap_memory() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/xous/
H A Dffi.rs407 pub(crate) unsafe fn unmap_memory<T>(range: *mut [T]) -> Result<(), Error> { in unmap_memory() function
/aosp_15_r20/external/coreboot/util/cbmem/
H A Dcbmem.c151 static int unmap_memory(struct mapping *mapping) in unmap_memory() function
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py211 def unmap_memory(screen, pmem): member in Screen
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs1305 pub unmap_memory: PFN_vkUnmapMemory, field
1552 unsafe extern "system" fn unmap_memory(_device: Device, _memory: DeviceMemory) { in load() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs2270 pub unsafe fn unmap_memory(&self, memory: vk::DeviceMemory) { in unmap_memory() method