Searched refs:active_layer_props (Results 1 - 2 of 2) sorted by relevance
/third_party/vulkan-loader/tests/ |
H A D | loader_settings_tests.cpp | 68 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST() local 69 EXPECT_TRUE(string_eq(active_layer_props.at(0).layerName, regular_layer_name)); in TEST() 1566 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST() local 1567 EXPECT_TRUE(string_eq(active_layer_props.at(0).layerName, explicit_layer_name)); in TEST() 1582 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST() local 1583 EXPECT_TRUE(string_eq(active_layer_props.at(0).layerName, explicit_layer_name)); in TEST() 1598 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST() local 1599 EXPECT_TRUE(string_eq(active_layer_props.at(0).layerName, explicit_layer_name)); in TEST() 1614 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST() local 1615 EXPECT_TRUE(string_eq(active_layer_props in TEST() 1630 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1); TEST() local [all...] |
H A D | loader_layer_tests.cpp | 1789 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2); in TEST() local 1805 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2); in TEST() local 1806 EXPECT_TRUE(check_permutation({regular_layer_name, lunarg_meta_layer_name}, active_layer_props)); in TEST() 1845 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2); in TEST() local 1846 EXPECT_TRUE(check_permutation({regular_layer_name, lunarg_meta_layer_name}, active_layer_props)); in TEST()
|
Completed in 11 milliseconds