Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/
H A Dloader_layer_tests.cpp3461 const char* explicit_layer_name_3 = "VK_LAYER_LUNARG_second_test_layer"; in TEST() local
3464 .set_name(explicit_layer_name_3) in TEST()
3485 ASSERT_FALSE(env.debug_log.find_prefix_then_postfix("Insert instance layer", explicit_layer_name_3)); in TEST()
3486 ASSERT_FALSE(env.debug_log.find_prefix_then_postfix(explicit_layer_name_3, "forced enabled due to env var")); in TEST()
3487 ASSERT_FALSE(env.debug_log.find_prefix_then_postfix(explicit_layer_name_3, "disabled because name matches filter of env var")); in TEST()
3507 ASSERT_FALSE(env.debug_log.find_prefix_then_postfix("Insert instance layer", explicit_layer_name_3)); in TEST()
3508 ASSERT_FALSE(env.debug_log.find_prefix_then_postfix(explicit_layer_name_3, "forced enabled due to env var")); in TEST()
3509 ASSERT_FALSE(env.debug_log.find_prefix_then_postfix(explicit_layer_name_3, "disabled because name matches filter of env var")); in TEST()
3529 ASSERT_TRUE(env.debug_log.find_prefix_then_postfix("Insert instance layer", explicit_layer_name_3)); in TEST()
3530 ASSERT_TRUE(env.debug_log.find_prefix_then_postfix(explicit_layer_name_3, "force in TEST()
3646 const char* explicit_layer_name_3 = "VK_LAYER_LUNARG_Second_test_layer"; TEST() local
3882 const char* explicit_layer_name_3 = "VK_LAYER_LUNARG_Second_test_layer"; TEST() local
[all...]

Completed in 7 milliseconds