Lines Matching defs:layer
32 std::string s = "Using layer configurations found in loader settings from ";
43 // Make sure settings layer is found and that a layer defined in it is loaded
397 // Now add an explicit layer into the middle and verify that is in the correct location
666 // Settings file shouldn't be able to cause the same layer from the same path twice
700 // Settings contains a layer whose name doesn't match the one found in the layer manifest - make sure the layer from the settings
736 // Settings file should take precedence over the meta layer, if present
1113 auto layer = inst.GetActiveLayers(inst.GetPhysDev(), 1);
1114 ASSERT_TRUE(string_eq(layer.at(0).layerName, explicit_layer_name));
1303 auto& layer = env.get_test_layer(0);
1304 // Check layer props
1306 layer.set_reported_layer_props(layer_props);
1314 layer.set_reported_extension_props(ext_props);
1321 layer.set_reported_instance_version(layer_version);
1332 auto& layer = env.get_test_layer(0);
1333 // Check layer props
1335 layer.set_reported_layer_props(layer_props);
1343 layer.set_reported_extension_props(ext_props);
1350 layer.set_reported_instance_version(layer_version);
1362 auto& layer = env.get_test_layer(0);
1363 // Check layer props
1365 layer.set_reported_layer_props(layer_props);
1373 layer.set_reported_extension_props(ext_props);
1380 layer.set_reported_instance_version(layer_version);
1388 // If an implicit layer's disable environment variable is set, but the settings file says to turn the layer on, the layer should be
1398 ASSERT_TRUE(env.debug_log.find(std::string("Insert instance layer \"") + implicit_layer_name));
1402 ASSERT_FALSE(env.debug_log.find(std::string("Insert instance layer \"") + implicit_layer_name));
1676 // Now reverse the order to make sure adding the 'last' layer first works