Lines Matching defs:log
780 DebugUtilsLogger log;
783 FillDebugUtilsCreateDetails(inst.create_info, log);
785 ASSERT_TRUE(log.find(
794 DebugUtilsLogger log;
797 FillDebugUtilsCreateDetails(inst.create_info, log);
799 ASSERT_TRUE(log.find("loader_parse_icd_manifest: Driver's ICD JSON "));
800 // log prints the path to the file, don't look for it since it is hard to determine inside the test what the path should be.
801 ASSERT_TRUE(log.find("\'api_version\' field contains a non-zero variant value of 1. Skipping ICD JSON."));
816 DebugUtilsLogger log;
819 FillDebugUtilsCreateDetails(inst.create_info, log);
821 ASSERT_TRUE(log.find(std::string("Layer \"") + implicit_layer_name +
836 DebugUtilsLogger log;
839 FillDebugUtilsCreateDetails(inst.create_info, log);
841 ASSERT_TRUE(log.find(std::string("Layer \"") + explicit_layer_name +
851 DebugUtilsLogger log;
854 FillDebugUtilsCreateDetails(inst.create_info, log);
856 ASSERT_TRUE(log.find("loader_parse_icd_manifest: "));
857 // log prints the path to the file, don't look for it since it is hard to determine inside the test what the path should be.
858 ASSERT_TRUE(log.find("has unknown icd manifest file version 3.2.1. May cause errors."));
867 DebugUtilsLogger log;
870 FillDebugUtilsCreateDetails(inst.create_info, log);
872 ASSERT_TRUE(log.find("loader_parse_icd_manifest: "));
873 // log prints the path to the file, don't look for it since it is hard to determine inside the test what the path should be.
874 ASSERT_TRUE(log.find("has unknown icd manifest file version 100.222.111. May cause errors."));
891 DebugUtilsLogger log;
894 FillDebugUtilsCreateDetails(inst.create_info, log);
896 ASSERT_TRUE(log.find("loader_add_layer_properties: "));
897 // log prints the path to the file, don't look for it since it is hard to determine inside the test what the path should be.
898 ASSERT_TRUE(log.find("has unknown layer manifest file version 3.2.1. May cause errors."));
915 DebugUtilsLogger log;
918 FillDebugUtilsCreateDetails(inst.create_info, log);
920 ASSERT_TRUE(log.find("loader_add_layer_properties: "));
921 // log prints the path to the file, don't look for it since it is hard to determine inside the test what the path should be.
922 ASSERT_TRUE(log.find("has unknown layer manifest file version 100.222.111. May cause errors."));
966 DebugUtilsLogger log;
968 FillDebugUtilsCreateDetails(inst.create_info, log);
969 log.get()->pNext = reinterpret_cast<const void*>(&ddl_list);
976 log.find("loader_scan_for_direct_drivers: The VK_LUNARG_direct_driver_loading extension is active and specified "
989 ASSERT_TRUE(log.find(log_message));
1163 DebugUtilsLogger log;
1165 FillDebugUtilsCreateDetails(inst.create_info, log);
1166 log.get()->pNext = reinterpret_cast<const void*>(&ddl_list);
1171 log.find("loader_scan_for_direct_drivers: The pNext chain of VkInstanceCreateInfo contained the "
1182 DebugUtilsLogger log;
1184 FillDebugUtilsCreateDetails(inst.create_info, log);
1190 log.find("loader_scan_for_direct_drivers: The VK_LUNARG_direct_driver_loading extension was enabled but the pNext chain of "
1207 DebugUtilsLogger log;
1209 FillDebugUtilsCreateDetails(inst.create_info, log);
1210 log.get()->pNext = reinterpret_cast<const void*>(&ddl_list);
1216 log.find("loader_scan_for_direct_drivers: The VkDirectDriverLoadingListLUNARG structure in the pNext chain of "
1236 DebugUtilsLogger log;
1238 FillDebugUtilsCreateDetails(inst.create_info, log);
1239 log.get()->pNext = reinterpret_cast<const void*>(&ddl_list);
1245 log.find("loader_scan_for_direct_drivers: The VkDirectDriverLoadingListLUNARG structure in the pNext chain of "
1269 DebugUtilsLogger log;
1271 FillDebugUtilsCreateDetails(inst.create_info, log);
1272 log.get()->pNext = reinterpret_cast<const void*>(&ddl_list);
1278 log.find("loader_add_direct_driver: VkDirectDriverLoadingInfoLUNARG structure at index 0 contains a NULL pointer for the "
1281 log.find("loader_add_direct_driver: VkDirectDriverLoadingInfoLUNARG structure at index 1 contains a NULL pointer for the "
1306 DebugUtilsLogger log;
1308 FillDebugUtilsCreateDetails(inst.create_info, log);
1309 log.get()->pNext = reinterpret_cast<const void*>(&ddl_list);
1315 log.find("loader_add_direct_driver: Could not get 'vk_icdNegotiateLoaderICDInterfaceVersion' from "
1325 DebugUtilsLogger log;
1327 FillDebugUtilsCreateDetails(inst.create_info, log);
1328 log.get()->pNext = reinterpret_cast<const void*>(&ddl_list);
1333 ASSERT_TRUE(log.find(
1341 DebugUtilsLogger log;
1343 FillDebugUtilsCreateDetails(inst.create_info, log);
1344 log.get()->pNext = reinterpret_cast<const void*>(&ddl_list);
1350 log.find("loader_add_direct_driver: Could not get 'vkEnumerateInstanceExtensionProperties' from "
1358 DebugUtilsLogger log;
1360 FillDebugUtilsCreateDetails(inst.create_info, log);
1361 log.get()->pNext = reinterpret_cast<const void*>(&ddl_list);
1367 log.find("loader_add_direct_driver: Could not get 'vkEnumerateInstanceExtensionProperties' from "