HomeSort by relevance Sort by last modified time
    Searched refs:VK_DBG_LAYER_ACTION_LOG_MSG (Results 1 - 6 of 6) sorted by null

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
vk_layer_settings.txt 25 # VK_DBG_LAYER_ACTION_LOG_MSG - Log a txt message to stdout or to a log filename
58 lunarg_core_validation.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
63 lunarg_image.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
68 lunarg_object_tracker.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
73 lunarg_parameter_validation.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
78 lunarg_swapchain.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
83 google_threading.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
88 google_unique_objects.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
vk_layer_config.h 35 VK_DBG_LAYER_ACTION_LOG_MSG = 0x00000002,
45 {std::string("VK_DBG_LAYER_ACTION_LOG_MSG"), VK_DBG_LAYER_ACTION_LOG_MSG},
vk_layer_utils.cpp     [all...]
  /external/vulkan-validation-layers/layers/
vk_layer_settings.txt 25 # VK_DBG_LAYER_ACTION_LOG_MSG - Log a txt message to stdout or to a log filename
58 lunarg_core_validation.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
63 lunarg_object_tracker.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
68 lunarg_parameter_validation.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
73 google_threading.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
78 google_unique_objects.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG
vk_layer_config.h 36 VK_DBG_LAYER_ACTION_LOG_MSG = 0x00000002,
46 {std::string("VK_DBG_LAYER_ACTION_LOG_MSG"), VK_DBG_LAYER_ACTION_LOG_MSG},
vk_layer_utils.cpp 111 if (debug_action & VK_DBG_LAYER_ACTION_LOG_MSG) {

Completed in 319 milliseconds