Lines Matching refs:queueCount
584 uint32_t queueCount;
585 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, nullptr);
586 if (!queueCount) {
592 SkAutoMalloc queuePropsAlloc(queueCount * sizeof(VkQueueFamilyProperties));
596 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, queueProps);
599 uint32_t graphicsQueueIndex = queueCount;
600 for (uint32_t i = 0; i < queueCount; i++) {
606 if (graphicsQueueIndex == queueCount) {
613 uint32_t presentQueueIndex = queueCount;
615 for (uint32_t i = 0; i < queueCount; i++) {
621 if (presentQueueIndex == queueCount) {
724 1, // queueCount
733 1, // queueCount