Home
last modified time | relevance | path

Searched refs:findMatchingMemoryType (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.hpp87 …deUint32 findMatchingMemoryType (const vk::VkPhysicalDeviceMemoryProperties& deviceMemoryProper…
DvktSparseResourcesBase.cpp156 deUint32 SparseResourcesBaseInstance::findMatchingMemoryType (const VkPhysicalDeviceMemoryPropertie… in findMatchingMemoryType() function in vkt::sparse::SparseResourcesBaseInstance
DvktSparseResourcesBufferSparseBinding.cpp175 …const deUint32 memoryType = findMatchingMemoryType(deviceMemoryProperties, bufferMemRequireme… in iterate()
DvktSparseResourcesBufferSparseResidency.cpp214 …const deUint32 memoryType = findMatchingMemoryType(deviceMemoryProperties, bufferMemRequirem… in iterate()
DvktSparseResourcesBufferMemoryAliasing.cpp228 …const deUint32 memoryType = findMatchingMemoryType(deviceMemoryProperties, bufferMemRequirements, … in iterate()
DvktSparseResourcesImageSparseBinding.cpp219 …const deUint32 memoryType = findMatchingMemoryType(deviceMemoryProperties, imageSparseMemReq… in iterate()
DvktSparseResourcesMipmapSparseResidency.cpp291 …const deUint32 memoryType = findMatchingMemoryType(deviceMemoryProperties, imageSparseMemReq… in iterate()
DvktSparseResourcesImageSparseResidency.cpp378 …const deUint32 memoryType = findMatchingMemoryType(deviceMemoryProperties, imageMemoryRequir… in iterate()