Home
last modified time | relevance | path

Searched refs:pVulkanFunctions (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/skia/tools/gpu/vk/
H A DVkTestMemoryAllocator.cpp76 info.pVulkanFunctions = &functions; in Make()
/aosp_15_r20/external/skia/src/gpu/vk/vulkanmemoryallocator/
H A DVulkanAMDMemoryAllocator.cpp89 info.pVulkanFunctions = &functions; in Make()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_mem_alloc_wrapper.cpp59 allocatorInfo.pVulkanFunctions = &funcs; in InitAllocator()
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h1050 const VmaVulkanFunctions* VMA_NULLABLE pVulkanFunctions; member
11596 void ImportVulkanFunctions(const VmaVulkanFunctions* pVulkanFunctions);
11602 void ImportVulkanFunctions_Custom(const VmaVulkanFunctions* pVulkanFunctions);
14116 ImportVulkanFunctions(pCreateInfo->pVulkanFunctions); in VmaAllocator_T()
14204 void VmaAllocator_T::ImportVulkanFunctions(const VmaVulkanFunctions* pVulkanFunctions) in ImportVulkanFunctions() argument
14210 if(pVulkanFunctions != VMA_NULL) in ImportVulkanFunctions()
14212 ImportVulkanFunctions_Custom(pVulkanFunctions); in ImportVulkanFunctions()
14276 void VmaAllocator_T::ImportVulkanFunctions_Custom(const VmaVulkanFunctions* pVulkanFunctions) in ImportVulkanFunctions_Custom() argument
14278 VMA_ASSERT(pVulkanFunctions != VMA_NULL); in ImportVulkanFunctions_Custom()
14281 …if(pVulkanFunctions->funcName != VMA_NULL) m_VulkanFunctions.funcName = pVulkanFunctions->funcName; in ImportVulkanFunctions_Custom()
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h1049 const VmaVulkanFunctions* VMA_NULLABLE pVulkanFunctions; member
11566 void ImportVulkanFunctions(const VmaVulkanFunctions* pVulkanFunctions);
11572 void ImportVulkanFunctions_Custom(const VmaVulkanFunctions* pVulkanFunctions);
14069 ImportVulkanFunctions(pCreateInfo->pVulkanFunctions); in VmaAllocator_T()
14157 void VmaAllocator_T::ImportVulkanFunctions(const VmaVulkanFunctions* pVulkanFunctions) in ImportVulkanFunctions() argument
14163 if(pVulkanFunctions != VMA_NULL) in ImportVulkanFunctions()
14165 ImportVulkanFunctions_Custom(pVulkanFunctions); in ImportVulkanFunctions()
14223 void VmaAllocator_T::ImportVulkanFunctions_Custom(const VmaVulkanFunctions* pVulkanFunctions) in ImportVulkanFunctions_Custom() argument
14225 VMA_ASSERT(pVulkanFunctions != VMA_NULL); in ImportVulkanFunctions_Custom()
14228 …if(pVulkanFunctions->funcName != VMA_NULL) m_VulkanFunctions.funcName = pVulkanFunctions->funcName; in ImportVulkanFunctions_Custom()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h1857 const VmaVulkanFunctions* pVulkanFunctions; member
6726 void ImportVulkanFunctions(const VmaVulkanFunctions* pVulkanFunctions);
14044 ImportVulkanFunctions(pCreateInfo->pVulkanFunctions); in VmaAllocator_T()
14142 void VmaAllocator_T::ImportVulkanFunctions(const VmaVulkanFunctions* pVulkanFunctions) in ImportVulkanFunctions() argument
14174 …if(pVulkanFunctions->funcName != VMA_NULL) m_VulkanFunctions.funcName = pVulkanFunctions->funcName; in ImportVulkanFunctions()
14176 if(pVulkanFunctions != VMA_NULL) in ImportVulkanFunctions()
H A Dgpu_validation.cpp220 allocatorInfo.pVulkanFunctions = &functions; in GpuInitializeVma()
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DVulkanSample.cpp1450 outInfo.pVulkanFunctions = &vulkanFunctions; in SetAllocatorCreateInfo()
H A DTests.cpp3861 allocatorCreateInfo.pVulkanFunctions = &vulkanFunctions; in TestHeapSizeLimit()