Searched refs:graphicsQueueIndex (Results 1 – 1 of 1) sorted by relevance
149 uint32_t graphicsQueueIndex = queueCount; in Create() local152 graphicsQueueIndex = i; in Create()156 SkASSERT(graphicsQueueIndex < queueCount); in Create()159 uint32_t presentQueueIndex = graphicsQueueIndex; in Create()217 graphicsQueueIndex, // queueFamilyIndex in Create()230 uint32_t queueInfoCount = (presentQueueIndex != graphicsQueueIndex) ? 2 : 1; in Create()253 vkGetDeviceQueue(device, graphicsQueueIndex, 0, &queue); in Create()260 ctx->fGraphicsQueueIndex = graphicsQueueIndex; in Create()