Lines Matching defs:layer_props

144     uint32_t layer_props = 43;
146 layer.set_reported_layer_props(layer_props);
150 ASSERT_EQ(count, layer_props);
158 ASSERT_NE(count, layer_props);
995 auto layer_props = env.GetLayerProperties(2);
996 ASSERT_TRUE(string_eq(same_layer_name_1, layer_props[0].layerName));
997 ASSERT_TRUE(string_eq(same_layer_name_1, layer_props[1].layerName));
998 ASSERT_TRUE(string_eq(layer1.description.c_str(), layer_props[0].description));
999 ASSERT_TRUE(string_eq(layer2.description.c_str(), layer_props[1].description));
1035 auto layer_props = env.GetLayerProperties(1);
1036 EXPECT_TRUE(string_eq(layer_props.at(0).layerName, regular_layer_name));
1070 auto layer_props = env.GetLayerProperties(2);
1071 EXPECT_TRUE(check_permutation({regular_layer_name, meta_layer_name}, layer_props));
1088 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2);
1089 EXPECT_TRUE(check_permutation({regular_layer_name, meta_layer_name}, layer_props));
1114 auto layer_props = env.GetLayerProperties(1);
1115 EXPECT_TRUE(string_eq(layer_props.at(0).layerName, regular_layer_name));
1152 auto layer_props = env.GetLayerProperties(3);
1153 EXPECT_TRUE(check_permutation({regular_layer_name, meta_layer_name, meta_meta_layer_name}, layer_props));
1252 auto layer_props = env.GetLayerProperties(1);
1253 EXPECT_TRUE(string_eq(layer_props[0].layerName, regular_layer_name));
1280 auto layer_props = env.GetLayerProperties(2);
1281 EXPECT_TRUE(check_permutation({regular_layer_name, lunarg_meta_layer_name}, layer_props));
1287 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2);
1288 ASSERT_TRUE(string_eq(layer_props[0].layerName, regular_layer_name));
1289 ASSERT_TRUE(string_eq(layer_props[1].layerName, lunarg_meta_layer_name));
1296 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2);
1298 ASSERT_TRUE(string_eq(layer_props[0].layerName, regular_layer_name));
1299 ASSERT_TRUE(string_eq(layer_props[1].layerName, lunarg_meta_layer_name));
1323 auto layer_props = env.GetLayerProperties(2);
1324 EXPECT_TRUE(check_permutation({regular_layer_name, lunarg_meta_layer_name}, layer_props));
1331 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2);
1332 ASSERT_TRUE(string_eq(layer_props[0].layerName, regular_layer_name));
1333 ASSERT_TRUE(string_eq(layer_props[1].layerName, lunarg_meta_layer_name));
1341 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2);
1342 ASSERT_TRUE(string_eq(layer_props[0].layerName, regular_layer_name));
1343 ASSERT_TRUE(string_eq(layer_props[1].layerName, lunarg_meta_layer_name));
1368 auto layer_props = env.GetLayerProperties(2);
1370 EXPECT_TRUE(check_permutation({regular_layer_name, lunarg_meta_layer_name}, layer_props));
1380 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2);
1381 EXPECT_TRUE(check_permutation({regular_layer_name, lunarg_meta_layer_name}, layer_props));
1393 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2);
1395 EXPECT_TRUE(check_permutation({regular_layer_name, lunarg_meta_layer_name}, layer_props));
1419 auto layer_props = env.GetLayerProperties(1);
1420 EXPECT_TRUE(string_eq(layer_props[0].layerName, regular_layer_name));
1474 auto layer_props = env.GetLayerProperties(2);
1475 ASSERT_TRUE(check_permutation({automatic_regular_layer_name, lunarg_meta_layer_name}, layer_props));
1496 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2);
1497 ASSERT_TRUE(check_permutation({automatic_regular_layer_name, lunarg_meta_layer_name}, layer_props));
1714 auto layer_props = env.GetLayerProperties(2);
1715 EXPECT_TRUE(check_permutation({regular_layer_name, lunarg_meta_layer_name}, layer_props));
1721 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2);
1722 EXPECT_TRUE(check_permutation({regular_layer_name, lunarg_meta_layer_name}, layer_props));
1745 auto layer_props = env.GetLayerProperties(1);
1746 EXPECT_TRUE(string_eq(layer_props[0].layerName, regular_layer_name));
1781 auto layer_props = env.GetLayerProperties(2);
1782 EXPECT_TRUE(check_permutation({regular_layer_name, lunarg_meta_layer_name}, layer_props));
1790 EXPECT_TRUE(check_permutation({regular_layer_name, lunarg_meta_layer_name}, layer_props));
1797 auto layer_props = env.GetLayerProperties(2);
1798 EXPECT_TRUE(check_permutation({regular_layer_name, lunarg_meta_layer_name}, layer_props));
1836 auto layer_props = env.GetLayerProperties(2);
1837 EXPECT_TRUE(check_permutation({regular_layer_name, lunarg_meta_layer_name}, layer_props));
2107 auto layer_props = env.GetLayerProperties(3);
2108 ASSERT_TRUE(string_eq(regular_layer_name_1, layer_props[0].layerName));
2109 ASSERT_TRUE(string_eq(regular_layer_name_2, layer_props[1].layerName));
2110 ASSERT_TRUE(string_eq(regular_layer_name_3, layer_props[2].layerName));
2189 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
2190 EXPECT_TRUE(string_eq(layer_props.at(0).layerName, regular_layer_name_1));
2214 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2);
2215 EXPECT_TRUE(check_permutation({regular_layer_name_1, regular_layer_name_2}, layer_props));
2237 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2);
2238 EXPECT_TRUE(check_permutation({regular_layer_name_1, regular_layer_name_2}, layer_props));
2272 auto layer_props = env.GetLayerProperties(2);
2273 ASSERT_TRUE(string_eq(same_layer_name_1, layer_props[0].layerName));
2274 ASSERT_TRUE(string_eq(same_layer_name_1, layer_props[1].layerName));
2275 ASSERT_TRUE(string_eq(layer1.description.c_str(), layer_props[0].description));
2276 ASSERT_TRUE(string_eq(layer2.description.c_str(), layer_props[1].description));
2347 auto layer_props = env.GetLayerProperties(2);
2348 ASSERT_TRUE(string_eq(same_layer_name_1, layer_props[0].layerName));
2349 ASSERT_TRUE(string_eq(same_layer_name_1, layer_props[1].layerName));
2350 ASSERT_TRUE(string_eq(layer1.description.c_str(), layer_props[0].description));
2351 ASSERT_TRUE(string_eq(layer2.description.c_str(), layer_props[1].description));
2419 auto layer_props = env.GetLayerProperties(2);
2420 ASSERT_TRUE(string_eq(layer_name_1, layer_props[0].layerName));
2421 ASSERT_TRUE(string_eq(layer_name_2, layer_props[1].layerName));
2422 ASSERT_TRUE(string_eq(layer1.description.c_str(), layer_props[0].description));
2423 ASSERT_TRUE(string_eq(layer2.description.c_str(), layer_props[1].description));
2481 auto layer_props = env.GetLayerProperties(2);
2482 ASSERT_TRUE(string_eq(layer_name_1, layer_props[0].layerName));
2483 ASSERT_TRUE(string_eq(layer_name_2, layer_props[1].layerName));
2484 ASSERT_TRUE(string_eq(layer1.description.c_str(), layer_props[0].description));
2485 ASSERT_TRUE(string_eq(layer2.description.c_str(), layer_props[1].description));
2543 auto layer_props = env.GetLayerProperties(2);
2544 ASSERT_TRUE(string_eq(layer_name_1, layer_props[0].layerName));
2545 ASSERT_TRUE(string_eq(layer_name_2, layer_props[1].layerName));
2546 ASSERT_TRUE(string_eq(layer1.description.c_str(), layer_props[0].description));
2547 ASSERT_TRUE(string_eq(layer2.description.c_str(), layer_props[1].description));
3261 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
3262 ASSERT_TRUE(string_eq(regular_layer_name, layer_props.at(0).layerName));
3288 auto layer_props = env.GetLayerProperties(1);
3289 EXPECT_TRUE(string_eq(layer_props[0].layerName, regular_layer_name));
3298 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
3299 ASSERT_TRUE(string_eq(regular_layer_name, layer_props.at(0).layerName));
3309 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
3310 ASSERT_TRUE(string_eq(regular_layer_name, layer_props.at(0).layerName));
3329 auto layer_props = env.GetLayerProperties(1);
3330 EXPECT_TRUE(string_eq(layer_props[0].layerName, regular_layer_name));
3339 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
3340 ASSERT_TRUE(string_eq(regular_layer_name, layer_props.at(0).layerName));
3349 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
3350 ASSERT_TRUE(string_eq(regular_layer_name, layer_props.at(0).layerName));
3359 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
3360 ASSERT_TRUE(string_eq(regular_layer_name, layer_props.at(0).layerName));
3369 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
3370 ASSERT_TRUE(string_eq(regular_layer_name, layer_props.at(0).layerName));
4163 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
4164 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, layer_name));
4175 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
4176 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, layer_name));
4199 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
4200 ASSERT_TRUE(string_eq(layer_props.at(0).layerName, layer_name));