HomeSort by relevance Sort by last modified time
    Searched refs:graphics_queues (Results 1 - 6 of 6) sorted by null

  /external/vulkan-validation-layers/tests/
test_environment.cpp 145 ASSERT_NE(true, devs_[i]->graphics_queues().empty());
vkrenderframework.cpp 523 ASSERT_NE(true, graphics_queues().empty());
524 m_queue = graphics_queues()[0]->handle();
    [all...]
vktestbinding.h 213 const std::vector<Queue *> &graphics_queues() const { return queues_[GRAPHICS]; } function in class:vk_testing::Device
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
test_environment.cpp 147 ASSERT_NE(true, devs_[i]->graphics_queues().empty());
vkrenderframework.cpp 398 ASSERT_NE(true, graphics_queues().empty());
399 m_queue = graphics_queues()[0]->handle();
    [all...]
vktestbinding.h 159 const std::vector<Queue *> &graphics_queues() const { return queues_[GRAPHICS]; } function in class:vk_testing::Device

Completed in 86 milliseconds