Home
last modified time | relevance | path

Searched refs:unmapMemory (Results 1 – 25 of 84) sorted by relevance

1234

/dports/misc/mnn/MNN-1.2.0/source/backend/vulkan/component/
H A DVulkanBuffer.cpp32 mPool.device().unmapMemory(realMem->get()); in VulkanBuffer()
56 mPool.device().unmapMemory(realMem->get()); in unmap()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp132 unmapMemory(reinterpret_cast<void *>(State.GuardedPagePool), in uninitTestOnly()
139 unmapMemory(Metadata, State.MaxSimultaneousAllocations * sizeof(*Metadata), in uninitTestOnly()
144 unmapMemory(FreeSlots, in uninitTestOnly()
H A Dguarded_pool_allocator.h133 void unmapMemory(void *Ptr, size_t Size, const char *Name) const;
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp132 unmapMemory(reinterpret_cast<void *>(State.GuardedPagePool), in uninitTestOnly()
139 unmapMemory(Metadata, State.MaxSimultaneousAllocations * sizeof(*Metadata), in uninitTestOnly()
144 unmapMemory(FreeSlots, in uninitTestOnly()
H A Dguarded_pool_allocator.h133 void unmapMemory(void *Ptr, size_t Size, const char *Name) const;
/dports/benchmarks/vkmark/vkmark-2017.08-24-g53abc4f/src/vkutil/
H A Dmap_memory.cpp36 [vptr=&vulkan, memory] (auto const&) { vptr->device().unmapMemory(memory); }}; in map_memory()
/dports/sysutils/intel-pcm-devel/pcm-0212b38/MacMSRDriver/PcmMsr/
H A DPcmMsrClient.cpp287 return target->unmapMemory(arguments->scalarInput, arguments->scalarInputCount); in sUnmapMemory()
289 IOReturn PcmMsrClientClassName::unmapMemory(const uint64_t* input, uint32_t inputSize) in unmapMemory() function in PcmMsrClientClassName
302 g_pci_driver->unmapMemory(memory_map); in unmapMemory()
H A DPcmMsr.h44 void unmapMemory(void* memory_map);
/dports/sysutils/intel-pcm/pcm-202109/MacMSRDriver/PcmMsr/
H A DPcmMsrClient.cpp287 return target->unmapMemory(arguments->scalarInput, arguments->scalarInputCount); in sUnmapMemory()
289 IOReturn PcmMsrClientClassName::unmapMemory(const uint64_t* input, uint32_t inputSize) in unmapMemory() function in PcmMsrClientClassName
302 g_pci_driver->unmapMemory(memory_map); in unmapMemory()
H A DPcmMsr.h44 void unmapMemory(void* memory_map);
H A DPcmMsrClient.h77 virtual IOReturn unmapMemory(const uint64_t* input, uint32_t inputSize);
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/gpu/vk/
H A DGrVkMemoryAllocator.h66 virtual void unmapMemory(const GrVkBackendMemory&) = 0;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/gpu/vk/
H A DGrVkMemoryAllocator.h66 virtual void unmapMemory(const GrVkBackendMemory&) = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/gpu/vk/
H A DGrVkMemoryAllocator.h66 virtual void unmapMemory(const GrVkBackendMemory&) = 0;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/gpu/vk/
H A DGrVkMemoryAllocator.h66 virtual void unmapMemory(const GrVkBackendMemory&) = 0;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/gpu/vk/
H A DGrVkMemoryAllocator.h66 virtual void unmapMemory(const GrVkBackendMemory&) = 0;
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.h35 void unmapMemory(const GrVkBackendMemory&) override;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.h35 void unmapMemory(const GrVkBackendMemory&) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.h35 void unmapMemory(const GrVkBackendMemory&) override;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.h35 void unmapMemory(const GrVkBackendMemory&) override;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.h35 void unmapMemory(const GrVkBackendMemory&) override;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_posix.cpp44 void GuardedPoolAllocator::unmapMemory(void *Ptr, size_t Size, in unmapMemory() function in gwp_asan::GuardedPoolAllocator
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_posix.cpp44 void GuardedPoolAllocator::unmapMemory(void *Ptr, size_t Size, in unmapMemory() function in gwp_asan::GuardedPoolAllocator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.h56 void unmapMemory(const GrVkBackendMemory&) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/gpu/vk/
H A DGrVkMemoryAllocator.h106 virtual void unmapMemory(const GrVkBackendMemory&) = 0;

1234