Home
last modified time | relevance | path

Searched refs:allowedQueueCount (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2126 const deUint32 allowedQueueCount = queueFamilyProperty.queueCount; in buildQueueConfigurations() local
2128 for (deUint32 splitCount = 0; splitCount <= allowedQueueCount; splitCount++) in buildQueueConfigurations()
2130 const deUint32 protectedQueuesCount = allowedQueueCount - splitCount; in buildQueueConfigurations()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2137 const deUint32 allowedQueueCount = queueFamilyProperty.queueCount; in buildQueueConfigurations() local
2139 for (deUint32 splitCount = 0; splitCount <= allowedQueueCount; splitCount++) in buildQueueConfigurations()
2141 const deUint32 protectedQueuesCount = allowedQueueCount - splitCount; in buildQueueConfigurations()

Completed in 9 milliseconds