Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkGpu.cpp109 uint32_t graphicsQueueIndex = -1; in vk_gpu_create() local
112 graphicsQueueIndex = i; in vk_gpu_create()
116 SkASSERT(graphicsQueueIndex < queueCount); in vk_gpu_create()
147 vkGetDeviceQueue(device, graphicsQueueIndex, 0, &queue); in vk_gpu_create()
153 graphicsQueueIndex, // queueFamilyIndex in vk_gpu_create()