Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_screen.h699 void (*unmap_memory)(struct pipe_screen *screen, member
/external/coreboot/util/cbmem/
Dcbmem.c151 static int unmap_memory(struct mapping *mapping) in unmap_memory() function
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py211 def unmap_memory(screen, pmem): member in Screen
/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs2270 pub unsafe fn unmap_memory(&self, memory: vk::DeviceMemory) { in unmap_memory() method
/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