Home
last modified time | relevance | path

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

/external/skia/tools/gpu/vk/
DVkTestUtils.cpp561 uint32_t presentQueueIndex = queueCount; in CreateVkBackendContext() local
565 presentQueueIndex = i; in CreateVkBackendContext()
569 if (presentQueueIndex == queueCount) { in CreateVkBackendContext()
574 *presentQueueIndexPtr = presentQueueIndex; in CreateVkBackendContext()
578 presentQueueIndex = graphicsQueueIndex; in CreateVkBackendContext()
648 presentQueueIndex, // queueFamilyIndex in CreateVkBackendContext()
653 uint32_t queueInfoCount = (presentQueueIndex != graphicsQueueIndex) ? 2 : 1; in CreateVkBackendContext()
/external/skqp/tools/gpu/vk/
DVkTestUtils.cpp557 uint32_t presentQueueIndex = queueCount; in CreateVkBackendContext() local
561 presentQueueIndex = i; in CreateVkBackendContext()
565 if (presentQueueIndex == queueCount) { in CreateVkBackendContext()
570 *presentQueueIndexPtr = presentQueueIndex; in CreateVkBackendContext()
574 presentQueueIndex = graphicsQueueIndex; in CreateVkBackendContext()
644 presentQueueIndex, // queueFamilyIndex in CreateVkBackendContext()
649 uint32_t queueInfoCount = (presentQueueIndex != graphicsQueueIndex) ? 2 : 1; in CreateVkBackendContext()