Searched refs:graphicsQueueFamilyIndex (Results 1 – 2 of 2) sorted by relevance
561 uint32_t graphicsQueueFamilyIndex = -1; in SetUpTypicalVkTestEnvironment() local567 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()
86 uint32_t graphicsQueueFamilyIndex = -1; in TEST_P() local92 graphicsQueueFamilyIndex = i; in TEST_P()97 ASSERT_THAT(graphicsQueueFamilyIndex, Not(Eq(-1))); in TEST_P()100 .queueFamilyIndex = graphicsQueueFamilyIndex, in TEST_P()