Searched refs:graphicsQueueIndex (Results 1 – 4 of 4) sorted by relevance
/external/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 547 uint32_t graphicsQueueIndex = queueCount; in CreateVkBackendContext() local 550 graphicsQueueIndex = i; in CreateVkBackendContext() 554 if (graphicsQueueIndex == queueCount) { in CreateVkBackendContext() 578 presentQueueIndex = graphicsQueueIndex; in CreateVkBackendContext() 640 graphicsQueueIndex, // queueFamilyIndex in CreateVkBackendContext() 653 uint32_t queueInfoCount = (presentQueueIndex != graphicsQueueIndex) ? 2 : 1; in CreateVkBackendContext() 682 grVkGetDeviceQueue(device, graphicsQueueIndex, 0, &queue); in CreateVkBackendContext() 688 ctx->fGraphicsQueueIndex = graphicsQueueIndex; in CreateVkBackendContext()
|
/external/skqp/tools/gpu/vk/ |
D | VkTestUtils.cpp | 543 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/skqp/tests/ |
D | VkPriorityExtensionTest.cpp | 170 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/ |
D | VkPriorityExtensionTest.cpp | 170 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()
|