Searched refs:VmaVulkanFunctions (Results 1 – 12 of 12) sorted by relevance
18 …ONS`, `VMA_DYNAMIC_VULKAN_FUNCTIONS`, structure `VmaVulkanFunctions`. Added members `VmaVulkanFunc…100 - Added structure member `VmaVulkanFunctions::vkCmdCopyBuffer`.136 - Added `VmaVulkanFunctions::vkFlushMappedMemoryRanges`, `vkInvalidateMappedMemoryRanges`.
26 VmaVulkanFunctions functions; in Make()29 memset(&functions, 0, sizeof(VmaVulkanFunctions)); in Make()
36 VmaVulkanFunctions functions; in Make()39 std::memset(&functions, 0, sizeof(VmaVulkanFunctions)); in Make()
22 VmaVulkanFunctions vk_functions{};
29 VmaVulkanFunctions funcs = {}; in InitAllocator()
585 VmaVulkanFunctions vk_functions{};
954 typedef struct VmaVulkanFunctions struct998 } VmaVulkanFunctions; argument1050 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 …]
953 typedef struct VmaVulkanFunctions struct997 } VmaVulkanFunctions; argument1049 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 …]
1735 typedef struct VmaVulkanFunctions { struct1757 } VmaVulkanFunctions; argument1857 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()
194 VmaVulkanFunctions functions; in GpuInitializeVma()
1447 static VmaVulkanFunctions vulkanFunctions = {}; in SetAllocatorCreateInfo()
3858 VmaVulkanFunctions vulkanFunctions = {}; in TestHeapSizeLimit()