Home
last modified time | relevance | path

Searched refs:VK_DBG_LAYER_ACTION_BREAK (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_layer_config.h37 VK_DBG_LAYER_ACTION_BREAK = 0x00000004, enumerator
47 {std::string("VK_DBG_LAYER_ACTION_BREAK"), VK_DBG_LAYER_ACTION_BREAK},
Dvk_layer_utils.cpp149 if (debug_action & VK_DBG_LAYER_ACTION_BREAK) { in layer_debug_messenger_actions()
205 if (debug_action & VK_DBG_LAYER_ACTION_BREAK) { in layer_debug_report_actions()
Dvk_layer_settings.txt32 # VK_DBG_LAYER_ACTION_BREAK - Trigger a breakpoint.