Lines Matching defs:icd0
363 TestICD& icd0 = env.get_test_icd(0);
364 icd0.physical_devices.emplace_back("physical_device_0");
365 icd0.max_icd_interface_version = 1;
390 TestICD& icd0 = env.get_test_icd(0);
391 icd0.physical_devices.emplace_back("physical_device_0");
392 icd0.min_icd_interface_version = 5;
393 icd0.max_icd_interface_version = 5;
428 TestICD& icd0 = env.get_test_icd(0);
429 icd0.physical_devices.emplace_back("physical_device_0");
430 icd0.min_icd_interface_version = 5;
431 icd0.max_icd_interface_version = 5;
432 icd0.set_icd_api_version(VK_API_VERSION_1_0);