Searched refs:selectMatchingMemoryType (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkMemUtil.cpp | 234 …const auto memoryTypeNdx = selectMatchingMemoryType(m_memProps, memReqs.memoryTypeBits, requiremen… in allocate() 283 …const uint32_t memoryTypeNdx = selectMatchingMemoryType(memoryProperties, memReqs.memoryTypeBits, … in allocateExtended() 357 uint32_t selectMatchingMemoryType(const VkPhysicalDeviceMemoryProperties &deviceMemProps, uint32_t … in selectMatchingMemoryType() function
|
H A D | vkMemUtil.hpp | 200 uint32_t selectMatchingMemoryType(const VkPhysicalDeviceMemoryProperties &deviceMemProps, uint32_t …
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueUtils.cpp | 257 … selectMatchingMemoryType(memoryProperties, m_requirements.memoryTypeBits, memoryRequirement); in BufferWithMemory()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryBindingTests.cpp | 248 uint32_t selectMatchingMemoryType(Context &ctx, VkMemoryRequirements &memReqs, MemoryHostVisibility… in selectMatchingMemoryType() function 272 …const uint32_t heapTypeIndex = selectMatchingMemoryType(ctx, memReqs, memoryVisibilit… in makeMemoryAllocateInfo()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageHostImageCopyTests.cpp | 2254 selectMatchingMemoryType(memoryProperties, baseCommonMemoryTypes, MemoryRequirement::Any); in iterate() 2264 … selectMatchingMemoryType(memoryProperties, hostXferCommonMemoryTypes, MemoryRequirement::Any); in iterate()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineRenderToImageTests.cpp | 848 …selectMatchingMemoryType(memoryProperties, colorImageMemReqs.memoryTypeBits, MemoryRequirement::An… in testWithSizeReduction()
|