Home
last modified time | relevance | path

Searched refs:getCompatibleMemoryTypes (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp77 const deUint32 compatibleTypes = getCompatibleMemoryTypes(deviceMemProps, requirement); in selectMatchingMemoryType()
359 deUint32 getCompatibleMemoryTypes (const VkPhysicalDeviceMemoryProperties& deviceMemProps, MemoryRe… in getCompatibleMemoryTypes() function
DvkMemUtil.hpp160 deUint32 getCompatibleMemoryTypes (const VkPhysicalDeviceMemoryProperties& deviceMemProps, Memor…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp689 const deUint32 compatibleTypes = getCompatibleMemoryTypes(deviceMemProps, requirement); in selectMatchingMemoryType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp2947 …const deUint32 compatibleMemTypes = vk::getCompatibleMemoryTypes(memoryProps, config.hostVi… in testMemoryWin32Create()