Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h702 void *(*map_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.rs360 pub(crate) unsafe fn map_memory<T>( in map_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.rs360 pub(crate) unsafe fn map_memory<T>( in map_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.rs360 pub(crate) unsafe fn map_memory<T>( in map_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.rs360 pub(crate) unsafe fn map_memory<T>( in map_memory() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/xous/
H A Dffi.rs360 pub(crate) unsafe fn map_memory<T>( in map_memory() function
/aosp_15_r20/external/coreboot/util/cbmem/
H A Dcbmem.c143 static const void *map_memory(struct mapping *mapping, unsigned long long phys, in map_memory() function
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py208 def map_memory(screen, pmem): member in Screen
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs1304 pub map_memory: PFN_vkMapMemory, field
1533 unsafe extern "system" fn map_memory( in load() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs2256 pub unsafe fn map_memory( in map_memory() method