Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkBackendContext.cpp181 uint32_t graphicsQueueIndex = queueCount; in Create() local
184 graphicsQueueIndex = i; in Create()
188 if (graphicsQueueIndex == queueCount) { in Create()
212 presentQueueIndex = graphicsQueueIndex; in Create()
261 graphicsQueueIndex, // queueFamilyIndex in Create()
274 uint32_t queueInfoCount = (presentQueueIndex != graphicsQueueIndex) ? 2 : 1; in Create()
307 grVkGetDeviceQueue(device, graphicsQueueIndex, 0, &queue); in Create()
314 ctx->fGraphicsQueueIndex = graphicsQueueIndex; in Create()