Searched refs:GetVulkanFunctions (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | vk_mem_alloc.h | 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() [all …]
|
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/ |
H A D | vk_mem_alloc.h | 11420 const VmaVulkanFunctions& GetVulkanFunctions() const in GetVulkanFunctions() function 11818 (*hAllocator->GetVulkanFunctions().vkUnmapMemory)(hAllocator->m_hDevice, m_hMemory); in PostFree() 11869 VkResult result = (*hAllocator->GetVulkanFunctions().vkMapMemory)( in Map() 11903 (*hAllocator->GetVulkanFunctions().vkUnmapMemory)(hAllocator->m_hDevice, m_hMemory); in Unmap() 12226 VkResult result = (*hAllocator->GetVulkanFunctions().vkMapMemory)( in DedicatedAllocMap() 12252 (*hAllocator->GetVulkanFunctions().vkUnmapMemory)( in DedicatedAllocUnmap() 15695 res = (*GetVulkanFunctions().vkFlushMappedMemoryRanges)(m_hDevice, 1, &memRange); in FlushOrInvalidateAllocation() 15698 res = (*GetVulkanFunctions().vkInvalidateMappedMemoryRanges)(m_hDevice, 1, &memRange); in FlushOrInvalidateAllocation() 15736 …res = (*GetVulkanFunctions().vkFlushMappedMemoryRanges)(m_hDevice, (uint32_t)ranges.size(), ranges… in FlushOrInvalidateAllocations() 15739 …res = (*GetVulkanFunctions().vkInvalidateMappedMemoryRanges)(m_hDevice, (uint32_t)ranges.size(), r… in FlushOrInvalidateAllocations() [all …]
|
/aosp_15_r20/external/skia/vma_android/include/ |
H A D | vk_mem_alloc.h | 11390 const VmaVulkanFunctions& GetVulkanFunctions() const in GetVulkanFunctions() function 11779 (*hAllocator->GetVulkanFunctions().vkUnmapMemory)(hAllocator->m_hDevice, m_hMemory); in PostFree() 11830 VkResult result = (*hAllocator->GetVulkanFunctions().vkMapMemory)( in Map() 11864 (*hAllocator->GetVulkanFunctions().vkUnmapMemory)(hAllocator->m_hDevice, m_hMemory); in Unmap() 12187 VkResult result = (*hAllocator->GetVulkanFunctions().vkMapMemory)( in DedicatedAllocMap() 12213 (*hAllocator->GetVulkanFunctions().vkUnmapMemory)( in DedicatedAllocUnmap() 15627 res = (*GetVulkanFunctions().vkFlushMappedMemoryRanges)(m_hDevice, 1, &memRange); in FlushOrInvalidateAllocation() 15630 res = (*GetVulkanFunctions().vkInvalidateMappedMemoryRanges)(m_hDevice, 1, &memRange); in FlushOrInvalidateAllocation() 15668 …res = (*GetVulkanFunctions().vkFlushMappedMemoryRanges)(m_hDevice, (uint32_t)ranges.size(), ranges… in FlushOrInvalidateAllocations() 15671 …res = (*GetVulkanFunctions().vkInvalidateMappedMemoryRanges)(m_hDevice, (uint32_t)ranges.size(), r… in FlushOrInvalidateAllocations() [all …]
|