Lines Matching refs:GetVulkanFunctions
6587 const VmaVulkanFunctions& GetVulkanFunctions() const in GetVulkanFunctions() function
7450 VkResult result = (*hAllocator->GetVulkanFunctions().vkMapMemory)( in DedicatedAllocMap()
7476 (*hAllocator->GetVulkanFunctions().vkUnmapMemory)( in DedicatedAllocUnmap()
11087 VkResult result = (*hAllocator->GetVulkanFunctions().vkMapMemory)( in Map()
11120 (*hAllocator->GetVulkanFunctions().vkUnmapMemory)(hAllocator->m_hDevice, m_hMemory); in Unmap()
11184 return hAllocator->GetVulkanFunctions().vkBindBufferMemory( in BindBufferMemory()
11200 return hAllocator->GetVulkanFunctions().vkBindImageMemory( in BindImageMemory()
12058 …(*m_hAllocator->GetVulkanFunctions().vkInvalidateMappedMemoryRanges)(m_hAllocator->m_hDevice, 1, &… in ApplyDefragmentationMovesCpu()
12082 …(*m_hAllocator->GetVulkanFunctions().vkFlushMappedMemoryRanges)(m_hAllocator->m_hDevice, 1, &memRa… in ApplyDefragmentationMovesCpu()
12134 pDefragCtx->res = (*m_hAllocator->GetVulkanFunctions().vkCreateBuffer)( in ApplyDefragmentationMovesGpu()
12138 pDefragCtx->res = (*m_hAllocator->GetVulkanFunctions().vkBindBufferMemory)( in ApplyDefragmentationMovesGpu()
12164 (*m_hAllocator->GetVulkanFunctions().vkCmdCopyBuffer)( in ApplyDefragmentationMovesGpu()
12369 (*m_hAllocator->GetVulkanFunctions().vkDestroyBuffer)( in DefragmentationEnd()
15238 res = GetVulkanFunctions().vkBindBufferMemory( in BindBufferMemory()
15263 res = GetVulkanFunctions().vkBindImageMemory( in BindImageMemory()
15346 (*GetVulkanFunctions().vkFlushMappedMemoryRanges)(m_hDevice, 1, &memRange); in FlushOrInvalidateAllocation()
15349 (*GetVulkanFunctions().vkInvalidateMappedMemoryRanges)(m_hDevice, 1, &memRange); in FlushOrInvalidateAllocation()
15795 VkResult res = allocator->GetVulkanFunctions().vkCreateBuffer( in vmaFindMemoryTypeIndexForBufferInfo()
15800 allocator->GetVulkanFunctions().vkGetBufferMemoryRequirements( in vmaFindMemoryTypeIndexForBufferInfo()
15809 allocator->GetVulkanFunctions().vkDestroyBuffer( in vmaFindMemoryTypeIndexForBufferInfo()
15828 VkResult res = allocator->GetVulkanFunctions().vkCreateImage( in vmaFindMemoryTypeIndexForImageInfo()
15833 allocator->GetVulkanFunctions().vkGetImageMemoryRequirements( in vmaFindMemoryTypeIndexForImageInfo()
15842 allocator->GetVulkanFunctions().vkDestroyImage( in vmaFindMemoryTypeIndexForImageInfo()
16546 VkResult res = (*allocator->GetVulkanFunctions().vkCreateBuffer)( in vmaCreateBuffer()
16622 …(*allocator->GetVulkanFunctions().vkDestroyBuffer)(allocator->m_hDevice, *pBuffer, allocator->GetA… in vmaCreateBuffer()
16626 …(*allocator->GetVulkanFunctions().vkDestroyBuffer)(allocator->m_hDevice, *pBuffer, allocator->GetA… in vmaCreateBuffer()
16660 …(*allocator->GetVulkanFunctions().vkDestroyBuffer)(allocator->m_hDevice, buffer, allocator->GetAll… in vmaDestroyBuffer()
16698 VkResult res = (*allocator->GetVulkanFunctions().vkCreateImage)( in vmaCreateImage()
16759 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, *pImage, allocator->GetAll… in vmaCreateImage()
16763 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, *pImage, allocator->GetAll… in vmaCreateImage()
16797 …(*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, image, allocator->GetAlloc… in vmaDestroyImage()