Home
last modified time | relevance | path

Searched refs:getHeapIndexForMemoryType (Results 1 – 14 of 14) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DMemoryTracking.cpp113 renderer->getMemoryProperties().getHeapIndexForMemoryType(memoryTypeIndex); in LogPendingMemoryAllocation()
256 mRenderer->getMemoryProperties().getHeapIndexForMemoryType(memoryTypeIndex); in onMemoryAllocImpl()
290 mRenderer->getMemoryProperties().getHeapIndexForMemoryType(memoryTypeIndex); in onMemoryAllocImpl()
326 mRenderer->getMemoryProperties().getHeapIndexForMemoryType(memoryTypeIndex); in onMemoryDeallocImpl()
358 mRenderer->getMemoryProperties().getHeapIndexForMemoryType(memoryTypeIndex); in onMemoryDeallocImpl()
Dvk_utils.h522 uint32_t getHeapIndexForMemoryType(uint32_t memoryType) const
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.hpp191 uint32_t getHeapIndexForMemoryType(const vk::InstanceInterface &instance, const vk::VkPhysicalDevic…
DvktSparseResourcesBufferSparseBinding.cpp180getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
DvktSparseResourcesBufferRebind.cpp206 getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
DvktSparseResourcesBufferSparseResidency.cpp214getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
DvktSparseResourcesBufferMemoryAliasing.cpp235 getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
DvktSparseResourcesMipmapSparseResidency.cpp230getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
DvktSparseResourcesImageSparseBinding.cpp244 getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
DvktSparseResourcesImageRebind.cpp290 getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
DvktSparseResourcesTestsUtil.cpp1123 uint32_t getHeapIndexForMemoryType(const InstanceInterface &instance, const VkPhysicalDevice physic… in getHeapIndexForMemoryType() function
DvktSparseResourcesImageMemoryAliasing.cpp289getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
DvktSparseResourcesBufferTests.cpp242 …sparseAllocation->heapIndex = getHeapIndexForMemoryType(instanceInterface, physicalDevice,… in build()
DvktSparseResourcesImageSparseResidency.cpp420getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()