Searched refs:graphics_queues (Results 1 – 3 of 3) sorted by relevance
145 ASSERT_NE(true, devs_[i]->graphics_queues().empty()); in SetUp()
661 ASSERT_NE(true, graphics_queues().empty()); in SetDeviceQueue()662 m_queue = graphics_queues()[0]->handle(); in SetDeviceQueue()666 if (graphics_queues().empty()) return nullptr; in GetDefaultQueue()667 return graphics_queues()[0]; in GetDefaultQueue()
214 const std::vector<Queue *> &graphics_queues() const { return queues_[GRAPHICS]; } in graphics_queues() function