Searched defs:unmap_memory (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/ |
H A D | p_screen.h | 708 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 D | ffi.rs | 407 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 D | ffi.rs | 407 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 D | ffi.rs | 407 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 D | ffi.rs | 407 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 D | ffi.rs | 407 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 D | cbmem.c | 151 static int unmap_memory(struct mapping *mapping) in unmap_memory() function
|
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/ |
H A D | dump_state.py | 211 def unmap_memory(screen, pmem): member in Screen
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | features.rs | 1305 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/ |
D | device.rs | 2270 pub unsafe fn unmap_memory(&self, memory: vk::DeviceMemory) { in unmap_memory() method
|