Home
last modified time | relevance | path

Searched refs:driver_index (Results 1 - 1 of 1) sorted by relevance

/third_party/vulkan-loader/tests/
H A Dloader_version_tests.cpp511 uint32_t driver_index = i % 4; // which drive this test pretends to be, must stay below 4 in TEST() local
512 auto& known_driver = known_driver_list.at(driver_index); in TEST()
998 uint32_t driver_index = 0; in CheckDirectDriverLoading() local
1002 inst.functions->vkGetPhysicalDeviceProperties(phys_devs.at(driver_index), &props); in CheckDirectDriverLoading()
1004 driver_index++; in CheckDirectDriverLoading()
1010 inst.functions->vkGetPhysicalDeviceProperties(phys_devs.at(driver_index), &props); in CheckDirectDriverLoading()
1012 driver_index++; in CheckDirectDriverLoading()

Completed in 3 milliseconds