Home
last modified time | relevance | path

Searched refs:VK_DBG_LAYER_ACTION_LOG_MSG (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvk_layer_settings.txt2 lunarg_core_validation.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
4 lunarg_object_tracker.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
6 lunarg_parameter_validation.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
8 google_threading.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
/external/vulkan-validation-layers/layers/
Dvk_layer_settings.txt24 # VK_DBG_LAYER_ACTION_LOG_MSG - Log a txt message to stdout or to a log filename
89 khronos_validation.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
96 lunarg_core_validation.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
101 lunarg_object_tracker.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
106 lunarg_parameter_validation.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
111 google_threading.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
116 google_unique_objects.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
Dvk_layer_config.h36 VK_DBG_LAYER_ACTION_LOG_MSG = 0x00000002, enumerator
46 {std::string("VK_DBG_LAYER_ACTION_LOG_MSG"), VK_DBG_LAYER_ACTION_LOG_MSG},
Dvk_layer_utils.cpp129 if (debug_action & VK_DBG_LAYER_ACTION_LOG_MSG) { in layer_debug_messenger_actions()
177 if (debug_action & VK_DBG_LAYER_ACTION_LOG_MSG) { in layer_debug_report_actions()