Lines Matching refs:queueCount
648 const deUint32 queueCount = 1;
660 queueCount, //queueCount;
723 const deUint32 queueCount = 1;
732 queueCount, //queueCount;
822 1, //queueCount;
883 maxQueueCount = de::max(maxQueueCount, queueFamilyProperties[queueFamilyNdx].queueCount);
903 const deUint32 maxQueueCount = queueFamilyProperties[queueFamilyNdx].queueCount;
905 for (deUint32 queueCount = 1; queueCount <= maxQueueCount; queueCount += queueCountDiff)
913 queueCount,
952 const deUint32 queueCount = deviceCreateInfo.pQueueCreateInfos->queueCount;
954 for (deUint32 queueIndex = 0; queueIndex < queueCount; queueIndex++)
1051 1, //queueCount;
1253 1, //queueCount;
1321 const deUint32 queueCount = 1;
1333 queueCount,
1398 const deUint32 queueCount,
1534 queueCount, // queueCount
1597 const deUint32 queueCount = 1;
1680 queueCount,
1741 const deUint32 queueCount = 1;
1767 queueCount, // deUint32 queueCount;
1880 << "count: " << queueCreateInfo.queueCount
1972 info.count, // deUint32 queueCount;
2014 // Find the first protected-capabale queue with a queueCount >= 2 and use it for testing (smoke test)
2022 if ((queueFamilyProperties[queueNdx].queueFlags & requiredCaps) == requiredCaps && queueFamilyProperties[queueNdx].queueCount >= requiredQueueCount)
2066 const deUint32 queueCount = queueFamilyProperty.second.queueCount;
2068 const QueueCreationInfo protectedQueueConfig = { queueFamilyIndex, VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT, queueCount };
2098 const deUint32 queueCount = queueFamilyProperty.second.queueCount;
2100 const QueueCreationInfo unprotectedQueueConfig = { queueFamilyIndex, (VkDeviceQueueCreateFlags)0u, queueCount };
2120 // Build up the queue creation combinations (N protected and M unprotected queues where N+M == queueFamily.queueCount)
2126 const deUint32 allowedQueueCount = queueFamilyProperty.queueCount;
2313 const deUint32 queueCount = queueFamilyProperty.second.queueCount;
2315 const QueueCreationInfo queueConfig = { queueFamilyIndex, (VkDeviceQueueCreateFlags)0u, queueCount };
2347 const deUint32 queueCount = queueFamilyProperty.second.queueCount;
2353 const QueueCreationInfo queueConfig = { queueFamilyIndex, useFlags, queueCount };
2681 1u, // queueCount