Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp561 uint32_t graphicsQueueFamilyIndex = -1; in SetUpTypicalVkTestEnvironment() local
567 graphicsQueueFamilyIndex = i; in SetUpTypicalVkTestEnvironment()
572 if (graphicsQueueFamilyIndex == -1) { in SetUpTypicalVkTestEnvironment()
579 .queueFamilyIndex = graphicsQueueFamilyIndex, in SetUpTypicalVkTestEnvironment()
603 auto queue = device->getQueue(graphicsQueueFamilyIndex, 0); in SetUpTypicalVkTestEnvironment()
610 .queueFamilyIndex = graphicsQueueFamilyIndex, in SetUpTypicalVkTestEnvironment()
DGfxstreamEnd2EndVkSnapshotImageTests.cpp86 uint32_t graphicsQueueFamilyIndex = -1; in TEST_P() local
92 graphicsQueueFamilyIndex = i; in TEST_P()
97 ASSERT_THAT(graphicsQueueFamilyIndex, Not(Eq(-1))); in TEST_P()
100 .queueFamilyIndex = graphicsQueueFamilyIndex, in TEST_P()