Home
last modified time | relevance | path

Searched refs:GetActiveLayers (Results 1 - 5 of 5) sorted by relevance

/third_party/vulkan-loader/tests/
H A Dloader_settings_tests.cpp68 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST()
99 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST()
111 ASSERT_NO_FATAL_FAILURE(inst.GetActiveLayers(inst.GetPhysDev(), 0)); in TEST()
141 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST()
155 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST()
213 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST()
228 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST()
262 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST()
275 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST()
305 ASSERT_NO_FATAL_FAILURE(inst.GetActiveLayers(ins in TEST()
[all...]
H A Dloader_layer_tests.cpp1005 auto enabled_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST()
1082 ASSERT_NO_FATAL_FAILURE(inst.GetActiveLayers(inst.GetPhysDev(), 0)); in TEST()
1088 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2); in TEST()
1287 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2); in TEST()
1296 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2); in TEST()
1331 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2); in TEST()
1341 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2); in TEST()
1380 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2); in TEST()
1393 auto layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 2); in TEST()
1432 ASSERT_NO_FATAL_FAILURE(inst.GetActiveLayers(ins in TEST()
[all...]
H A Dloader_regression_tests.cpp126 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1); in TEST()
325 auto layer_props = inst.GetActiveLayers(phys_dev, 1); in TEST()
3797 auto layer_props = inst.GetActiveLayers(phys_dev, 1); in TEST()
3888 auto active_props = inst.GetActiveLayers(phys_dev, 1); in TEST()
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.h299 std::vector<VkLayerProperties> GetActiveLayers(VkPhysicalDevice phys_dev, uint32_t count);
H A Dtest_environment.cpp229 std::vector<VkLayerProperties> InstWrapper::GetActiveLayers(VkPhysicalDevice phys_dev, uint32_t expected_count) { function in InstWrapper

Completed in 14 milliseconds