Home
last modified time | relevance | path

Searched refs:debug_action (Results 1 – 3 of 3) 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_utils.cpp105 …VkLayerDbgActionFlags debug_action = GetLayerOptionFlags(debug_action_key, debug_actions_option_de… in layer_debug_messenger_actions() local
107 bool default_layer_callback = (debug_action & VK_DBG_LAYER_ACTION_DEFAULT) ? true : false; in layer_debug_messenger_actions()
129 if (debug_action & VK_DBG_LAYER_ACTION_LOG_MSG) { in layer_debug_messenger_actions()
140 if (debug_action & VK_DBG_LAYER_ACTION_DEBUG_OUTPUT) { in layer_debug_messenger_actions()
149 if (debug_action & VK_DBG_LAYER_ACTION_BREAK) { in layer_debug_messenger_actions()
173 …VkLayerDbgActionFlags debug_action = GetLayerOptionFlags(debug_action_key, debug_actions_option_de… in layer_debug_report_actions() local
175 bool default_layer_callback = (debug_action & VK_DBG_LAYER_ACTION_DEFAULT) ? true : false; in layer_debug_report_actions()
177 if (debug_action & VK_DBG_LAYER_ACTION_LOG_MSG) { in layer_debug_report_actions()
192 if (debug_action & VK_DBG_LAYER_ACTION_DEBUG_OUTPUT) { in layer_debug_report_actions()
205 if (debug_action & VK_DBG_LAYER_ACTION_BREAK) { in layer_debug_report_actions()
Dvk_layer_settings.txt19 # <LayerIdentifier>.debug_action : This is an enum value indicating what
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