Home
last modified time | relevance | path

Searched refs:selectMatchingMemoryType (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkMemUtil.cpp234 …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 DvkMemUtil.hpp200 uint32_t selectMatchingMemoryType(const VkPhysicalDeviceMemoryProperties &deviceMemProps, uint32_t …
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp257selectMatchingMemoryType(memoryProperties, m_requirements.memoryTypeBits, memoryRequirement); in BufferWithMemory()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp248 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 DvktImageHostImageCopyTests.cpp2254 selectMatchingMemoryType(memoryProperties, baseCommonMemoryTypes, MemoryRequirement::Any); in iterate()
2264selectMatchingMemoryType(memoryProperties, hostXferCommonMemoryTypes, MemoryRequirement::Any); in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp848selectMatchingMemoryType(memoryProperties, colorImageMemReqs.memoryTypeBits, MemoryRequirement::An… in testWithSizeReduction()