Home | History | Annotate | Download | only in vk

Lines Matching refs:queueCount

166     uint32_t queueCount;
167 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, nullptr);
168 if (!queueCount) {
174 SkAutoMalloc queuePropsAlloc(queueCount * sizeof(VkQueueFamilyProperties));
178 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, queueProps);
181 uint32_t graphicsQueueIndex = queueCount;
182 for (uint32_t i = 0; i < queueCount; i++) {
188 if (graphicsQueueIndex == queueCount) {
195 uint32_t presentQueueIndex = queueCount;
197 for (uint32_t i = 0; i < queueCount; i++) {
203 if (presentQueueIndex == queueCount) {
262 1, // queueCount
270 1, // queueCount