Home
last modified time | relevance | path

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

/external/skia/tools/gpu/vk/
DVkTestUtils.cpp595 uint32_t graphicsQueueIndex = queueCount; in CreateVkBackendContext() local
598 graphicsQueueIndex = i; in CreateVkBackendContext()
602 if (graphicsQueueIndex == queueCount) { in CreateVkBackendContext()
626 presentQueueIndex = graphicsQueueIndex; in CreateVkBackendContext()
716 graphicsQueueIndex, // queueFamilyIndex in CreateVkBackendContext()
730 uint32_t queueInfoCount = (presentQueueIndex != graphicsQueueIndex) ? 2 : 1; in CreateVkBackendContext()
766 graphicsQueueIndex, // queueFamilyIndex in CreateVkBackendContext()
771 grVkGetDeviceQueue(device, graphicsQueueIndex, 0, &queue); in CreateVkBackendContext()
778 ctx->fGraphicsQueueIndex = graphicsQueueIndex; in CreateVkBackendContext()
/external/skqp/tests/
DVkPriorityExtensionTest.cpp170 uint32_t graphicsQueueIndex = queueCount; in DEF_GPUTEST() local
173 graphicsQueueIndex = i; in DEF_GPUTEST()
177 if (graphicsQueueIndex == queueCount) { in DEF_GPUTEST()
242 graphicsQueueIndex, // queueFamilyIndex in DEF_GPUTEST()
/external/skia/tests/
DVkPriorityExtensionTest.cpp170 uint32_t graphicsQueueIndex = queueCount; in DEF_GPUTEST() local
173 graphicsQueueIndex = i; in DEF_GPUTEST()
177 if (graphicsQueueIndex == queueCount) { in DEF_GPUTEST()
242 graphicsQueueIndex, // queueFamilyIndex in DEF_GPUTEST()
/external/skqp/tools/gpu/vk/
DVkTestUtils.cpp543 uint32_t graphicsQueueIndex = queueCount; in CreateVkBackendContext() local
546 graphicsQueueIndex = i; in CreateVkBackendContext()
550 if (graphicsQueueIndex == queueCount) { in CreateVkBackendContext()
574 presentQueueIndex = graphicsQueueIndex; in CreateVkBackendContext()
636 graphicsQueueIndex, // queueFamilyIndex in CreateVkBackendContext()
649 uint32_t queueInfoCount = (presentQueueIndex != graphicsQueueIndex) ? 2 : 1; in CreateVkBackendContext()
672 grVkGetDeviceQueue(device, graphicsQueueIndex, 0, &queue); in CreateVkBackendContext()
678 ctx->fGraphicsQueueIndex = graphicsQueueIndex; in CreateVkBackendContext()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp1162 uint32_t graphicsQueueIndex) { in check_image_info() argument
1179 if (info.fCurrentQueueFamily != graphicsQueueIndex) { in check_image_info()