• Home
  • Raw
  • Download

Lines Matching full:icd

34 // When ICD doesn't support the extension, create instance should fail
51 // When ICD doesn't support the surface creation, the loader should handle it
73 // When ICD does support the surface creation, the loader should delegat handle it to the ICD
98 for (uint32_t icd = 0; icd < 3; ++icd) { in TEST() local
102 auto& cur_icd = env.get_test_icd(icd); in TEST()
105 if (icd < 2) { in TEST()
106 // Only enable ICD for first two in TEST()
147 …ASSERT_TRUE(log.find("ICD for selected physical device does not export vkGetPhysicalDeviceWin32Pre… in TEST()
175 for (uint32_t icd = 0; icd < max_device_count; ++icd) { in TEST() local
179 auto& cur_icd = env.get_test_icd(icd); in TEST()
183 std::string dev_name = "phys_dev_" + std::to_string(icd); in TEST()
213 // When ICD doesn't support the extension, create instance should fail
231 // When ICD doesn't support the surface creation, the loader should handle it
254 // When ICD does support the surface creation, the loader should delegat handle it to the ICD
280 for (uint32_t icd = 0; icd < 3; ++icd) { in TEST() local
284 auto& cur_icd = env.get_test_icd(icd); in TEST()
287 if (icd < 2) { in TEST()
288 // Only enable ICD for first two in TEST()
330 …ASSERT_TRUE(log.find("ICD for selected physical device does not export vkGetPhysicalDeviceXcbPrese… in TEST()
358 for (uint32_t icd = 0; icd < max_device_count; ++icd) { in TEST() local
362 auto& cur_icd = env.get_test_icd(icd); in TEST()
366 std::string dev_name = "phys_dev_" + std::to_string(icd); in TEST()
396 // When ICD doesn't support the extension, create instance should fail
414 // When ICD doesn't support the surface creation, the loader should handle it
437 // When ICD does support the surface creation, the loader should delegat handle it to the ICD
463 for (uint32_t icd = 0; icd < 3; ++icd) { in TEST() local
467 auto& cur_icd = env.get_test_icd(icd); in TEST()
470 if (icd < 2) { in TEST()
471 // Only enable ICD for first two in TEST()
513 …ASSERT_TRUE(log.find("ICD for selected physical device does not export vkGetPhysicalDeviceXlibPres… in TEST()
541 for (uint32_t icd = 0; icd < max_device_count; ++icd) { in TEST() local
545 auto& cur_icd = env.get_test_icd(icd); in TEST()
549 std::string dev_name = "phys_dev_" + std::to_string(icd); in TEST()
579 // When ICD doesn't support the extension, create instance should fail
597 // When ICD doesn't support the surface creation, the loader should handle it
620 // When ICD does support the surface creation, the loader should delegat handle it to the ICD
646 for (uint32_t icd = 0; icd < 3; ++icd) { in TEST() local
650 auto& cur_icd = env.get_test_icd(icd); in TEST()
653 if (icd < 2) { in TEST()
654 // Only enable ICD for first two in TEST()
696 …ASSERT_TRUE(log.find("ICD for selected physical device does not export vkGetPhysicalDeviceWaylandP… in TEST()
724 for (uint32_t icd = 0; icd < max_device_count; ++icd) { in TEST() local
728 auto& cur_icd = env.get_test_icd(icd); in TEST()
732 std::string dev_name = "phys_dev_" + std::to_string(icd); in TEST()