Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp104 inline size_t countQueueFamilyIndex (void) in countQueueFamilyIndex() function in vkt::synchronization::__anone698e8e60111::MultiQueues
215 if (queues.countQueueFamilyIndex() == 0) in createQueues()
223 …FamilyIndexNdx = 0; queueFamilyIndexNdx < static_cast<int>(queues.countQueueFamilyIndex()); ++queu… in createQueues()
231 …FamilyIndexNdx = 0; queueFamilyIndexNdx < static_cast<int>(queues.countQueueFamilyIndex()); ++queu… in createQueues()
258 deviceInfo.queueCreateInfoCount = static_cast<deUint32>(queues.countQueueFamilyIndex()); in createQueues()
263 …for (deUint32 queueFamilyIndex = 0; queueFamilyIndex < queues.countQueueFamilyIndex(); ++queueFami… in createQueues()