Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/tests/VulkanUnitTests/
H A DDevice.cpp380 void Device::UnmapMemory(VkDeviceMemory memory) const in UnmapMemory() function in Device
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/xous/ffi/
H A Ddefinitions.rs16 UnmapMemory = 19, enumerator
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/xous/ffi/
H A Ddefinitions.rs16 UnmapMemory = 19, enumerator
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/xous/ffi/
H A Ddefinitions.rs16 UnmapMemory = 19, enumerator
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvkrenderframework.h274 void UnmapMemory() { Image::memory().unmap(); } in UnmapMemory() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/xous/ffi/
H A Ddefinitions.rs16 UnmapMemory = 19, enumerator
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/xous/ffi/
H A Ddefinitions.rs16 UnmapMemory = 19, enumerator
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_mem_alloc_wrapper.cpp201 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory() function
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/
H A Dvn_protocol_renderer_util.h224 PFN_vkUnmapMemory UnmapMemory; member
/aosp_15_r20/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h81 PFN_vkUnmapMemory UnmapMemory; member
H A Dapi_gen.cpp1085 VKAPI_ATTR void UnmapMemory(VkDevice device, VkDeviceMemory memory) { in UnmapMemory() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_driver.cc956 /* static */ void GpuDriver::UnmapMemory(GpuContext* context, CUdeviceptr va, in UnmapMemory() function in stream_executor::gpu::GpuDriver
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dvk_layer_dispatch_table.h247 PFN_vkUnmapMemory UnmapMemory; member
H A Dchassis.cpp1345 VKAPI_ATTR void VKAPI_CALL UnmapMemory( in UnmapMemory() function
/aosp_15_r20/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1203 void UnmapMemory(VkDevice device, VkDeviceMemory mem) { in UnmapMemory() function