Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/
H A Dloader_layer_tests.cpp3453 const char* explicit_layer_name_2 = "VK_LAYER_LUNARG_Second_layer"; in TEST() local
3456 .set_name(explicit_layer_name_2) in TEST()
3481 ASSERT_FALSE(env.debug_log.find_prefix_then_postfix("Insert instance layer", explicit_layer_name_2)); in TEST()
3482 ASSERT_FALSE(env.debug_log.find_prefix_then_postfix(explicit_layer_name_2, "forced enabled due to env var")); in TEST()
3483 ASSERT_FALSE(env.debug_log.find_prefix_then_postfix(explicit_layer_name_2, "disabled because name matches filter of env var")); in TEST()
3503 ASSERT_FALSE(env.debug_log.find_prefix_then_postfix("Insert instance layer", explicit_layer_name_2)); in TEST()
3504 ASSERT_FALSE(env.debug_log.find_prefix_then_postfix(explicit_layer_name_2, "forced enabled due to env var")); in TEST()
3505 ASSERT_FALSE(env.debug_log.find_prefix_then_postfix(explicit_layer_name_2, "disabled because name matches filter of env var")); in TEST()
3525 ASSERT_TRUE(env.debug_log.find_prefix_then_postfix("Insert instance layer", explicit_layer_name_2)); in TEST()
3526 ASSERT_TRUE(env.debug_log.find_prefix_then_postfix(explicit_layer_name_2, "force in TEST()
3638 const char* explicit_layer_name_2 = "VK_LAYER_LUNARG_Second_layer"; TEST() local
3874 const char* explicit_layer_name_2 = "VK_LAYER_LUNARG_Second_layer"; TEST() local
4068 const char* explicit_layer_name_2 = "VK_LAYER_LUNARG_Second_layer"; TEST() local
[all...]

Completed in 7 milliseconds