Home
last modified time | relevance | path

Searched refs:VmaVulkanFunctions (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/
H A DCHANGELOG.md18 …ONS`, `VMA_DYNAMIC_VULKAN_FUNCTIONS`, structure `VmaVulkanFunctions`. Added members `VmaVulkanFunc…
100 - Added structure member `VmaVulkanFunctions::vkCmdCopyBuffer`.
136 - Added `VmaVulkanFunctions::vkFlushMappedMemoryRanges`, `vkInvalidateMappedMemoryRanges`.
/aosp_15_r20/external/skia/tools/gpu/vk/
H A DVkTestMemoryAllocator.cpp26 VmaVulkanFunctions functions; in Make()
29 memset(&functions, 0, sizeof(VmaVulkanFunctions)); in Make()
/aosp_15_r20/external/skia/src/gpu/vk/vulkanmemoryallocator/
H A DVulkanAMDMemoryAllocator.cpp36 VmaVulkanFunctions functions; in Make()
39 std::memset(&functions, 0, sizeof(VmaVulkanFunctions)); in Make()
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/memory/
H A DAllocator.cpp22 VmaVulkanFunctions vk_functions{};
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_mem_alloc_wrapper.cpp29 VmaVulkanFunctions funcs = {}; in InitAllocator()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DResource.cpp585 VmaVulkanFunctions vk_functions{};
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h954 typedef struct VmaVulkanFunctions struct
998 } VmaVulkanFunctions; argument
1050 const VmaVulkanFunctions* VMA_NULLABLE pVulkanFunctions;
11420 const VmaVulkanFunctions& GetVulkanFunctions() const in GetVulkanFunctions()
11591 VmaVulkanFunctions m_VulkanFunctions;
11596 void ImportVulkanFunctions(const VmaVulkanFunctions* pVulkanFunctions);
11602 void ImportVulkanFunctions_Custom(const VmaVulkanFunctions* pVulkanFunctions);
14204 void VmaAllocator_T::ImportVulkanFunctions(const VmaVulkanFunctions* pVulkanFunctions) in ImportVulkanFunctions()
14276 void VmaAllocator_T::ImportVulkanFunctions_Custom(const VmaVulkanFunctions* pVulkanFunctions) in ImportVulkanFunctions_Custom()
16383 const VmaVulkanFunctions* funcs = &allocator->GetVulkanFunctions(); in vmaFindMemoryTypeIndexForBufferInfo()
[all …]
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h953 typedef struct VmaVulkanFunctions struct
997 } VmaVulkanFunctions; argument
1049 const VmaVulkanFunctions* VMA_NULLABLE pVulkanFunctions;
11390 const VmaVulkanFunctions& GetVulkanFunctions() const in GetVulkanFunctions()
11561 VmaVulkanFunctions m_VulkanFunctions;
11566 void ImportVulkanFunctions(const VmaVulkanFunctions* pVulkanFunctions);
11572 void ImportVulkanFunctions_Custom(const VmaVulkanFunctions* pVulkanFunctions);
14157 void VmaAllocator_T::ImportVulkanFunctions(const VmaVulkanFunctions* pVulkanFunctions) in ImportVulkanFunctions()
14223 void VmaAllocator_T::ImportVulkanFunctions_Custom(const VmaVulkanFunctions* pVulkanFunctions) in ImportVulkanFunctions_Custom()
16315 const VmaVulkanFunctions* funcs = &allocator->GetVulkanFunctions(); in vmaFindMemoryTypeIndexForBufferInfo()
[all …]
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h1735 typedef struct VmaVulkanFunctions { struct
1757 } VmaVulkanFunctions; argument
1857 const VmaVulkanFunctions* pVulkanFunctions;
6587 const VmaVulkanFunctions& GetVulkanFunctions() const in GetVulkanFunctions()
6720 VmaVulkanFunctions m_VulkanFunctions;
6726 void ImportVulkanFunctions(const VmaVulkanFunctions* pVulkanFunctions);
14142 void VmaAllocator_T::ImportVulkanFunctions(const VmaVulkanFunctions* pVulkanFunctions) in ImportVulkanFunctions()
H A Dgpu_validation.cpp194 VmaVulkanFunctions functions; in GpuInitializeVma()
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DVulkanSample.cpp1447 static VmaVulkanFunctions vulkanFunctions = {}; in SetAllocatorCreateInfo()
H A DTests.cpp3858 VmaVulkanFunctions vulkanFunctions = {}; in TestHeapSizeLimit()