Lines Matching full:icd
78 …// ICD must fail with VK_ERROR_INCOMPATIBLE_DRIVER for all vkCreateInstance calls with apiVersion … in TEST()
79 …// because both the loader and ICD support interface version <= 4. Otherwise, the ICD should behav… in TEST()
83 …// ICD must fail with VK_ERROR_INCOMPATIBLE_DRIVER for all vkCreateInstance calls with apiVersion … in TEST()
84 …// because the loader is still at interface version <= 4. Otherwise, the ICD should behave as norm… in TEST()
88 …// Loader will fail with VK_ERROR_INCOMPATIBLE_DRIVER if it can't handle the apiVersion. ICD may p… in TEST()
90 // fail with VK_ERROR_INCOMPATIBLE_DRIVER. Otherwise, the ICD should behave as normal. in TEST()
95 …E_DRIVER only if they can not support the specified apiVersion. Otherwise, the ICD should behave as in TEST()
132 …// The loader will only attempt to sort physical devices on an ICD if version 6 of the interface i… in TEST()
231 // The test ICD should completely swap the order of devices. in TEST()
279 // The test ICD should completely swap the order of devices. in TEST()
388 // tests add multiple devices to a single ICD, this just makes sure the loader combines in TEST()
427 // ICD 0 : No 1.1 support (so 1 device will become 1 group in loader) in TEST()
434 // ICD 1 : 1.1 support (with 1 group with 2 devices) in TEST()
444 // ICD 2 : No 1.1 support (so 3 devices will become 3 groups in loader) in TEST()
799 ASSERT_TRUE(log.find("loader_parse_icd_manifest: Driver's ICD JSON ")); in TEST()
801 …RUE(log.find("\'api_version\' field contains a non-zero variant value of 1. Skipping ICD JSON.")); in TEST()
858 ASSERT_TRUE(log.find("has unknown icd manifest file version 3.2.1. May cause errors.")); in TEST()
874 ASSERT_TRUE(log.find("has unknown icd manifest file version 100.222.111. May cause errors.")); in TEST()
996 …ough the driver lists backwards because the loader *prepends* icd's, so the last found ICD is found in CheckDirectDriverLoading()
1383 …ASSERT_TRUE(env.debug_log.find(std::string("terminator_CreateInstance: Manifest ICD for \"") + env… in TEST()
1385 … "vkEnumerateInstanceVersion returned 1.0, treating as a 1.0 ICD")); in TEST()
1400 …ASSERT_TRUE(env.debug_log.find(std::string("terminator_CreateInstance: Manifest ICD for \"") + env… in TEST()
1402 … "not support vkEnumerateInstanceVersion, treating as a 1.0 ICD")); in TEST()