Searched refs:other_queue_family (Results 1 – 1 of 1) sorted by relevance
2760 uint32_t other_queue_family = (m_device->graphics_queue_node_index_ == 0) ? 1 : 0; in TEST_F() local2764 vkGetDeviceQueue(m_device->device(), other_queue_family, 0, &other_queue); in TEST_F()