Searched refs:enabled_layer_props (Results 1 - 1 of 1) sorted by relevance
/third_party/vulkan-loader/tests/ |
H A D | loader_layer_tests.cpp | 1005 auto enabled_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST() local 1006 ASSERT_TRUE(string_eq(same_layer_name_1, enabled_layer_props.at(0).layerName)); in TEST() 1007 ASSERT_TRUE(string_eq(layer1.description.c_str(), enabled_layer_props.at(0).description)); in TEST() 2282 auto enabled_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST() local 2283 ASSERT_TRUE(string_eq(same_layer_name_1, enabled_layer_props.at(0).layerName)); in TEST() 2284 ASSERT_TRUE(string_eq(layer1.description.c_str(), enabled_layer_props.at(0).description)); in TEST() 2295 auto enabled_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST() local 2296 ASSERT_TRUE(string_eq(same_layer_name_1, enabled_layer_props.at(0).layerName)); in TEST() 2297 ASSERT_TRUE(string_eq(layer1.description.c_str(), enabled_layer_props.at(0).description)); in TEST() 2308 auto enabled_layer_props in TEST() local 2357 auto enabled_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1); TEST() local 2370 auto enabled_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1); TEST() local 2383 auto enabled_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1); TEST() local 2434 auto enabled_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2); TEST() local 2450 auto enabled_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2); TEST() local 2494 auto enabled_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2); TEST() local 2510 auto enabled_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2); TEST() local 2558 auto enabled_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2); TEST() local 2573 auto enabled_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2); TEST() local [all...] |
Completed in 6 milliseconds