Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkBackendContext.cpp149 uint32_t graphicsQueueIndex = queueCount; in Create() local
152 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()