Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_utils.cpp103 …VkDebugReportFlagsEXT report_flags = GetLayerOptionFlags(report_flags_key, report_flags_option_def… in layer_debug_messenger_actions()
104 …VkLayerDbgActionFlags debug_action = GetLayerOptionFlags(debug_action_key, debug_actions_option_de… in layer_debug_messenger_actions()
162 …VkDebugReportFlagsEXT report_flags = GetLayerOptionFlags(report_flags_key, report_flags_option_def… in layer_debug_report_actions()
163 …VkLayerDbgActionFlags debug_action = GetLayerOptionFlags(debug_action_key, debug_actions_option_de… in layer_debug_report_actions()
Dvk_layer_config.h62 VK_LAYER_EXPORT VkFlags GetLayerOptionFlags(std::string _option, std::unordered_map<std::string, Vk…
Dvk_layer_config.cpp101 VK_LAYER_EXPORT VkFlags GetLayerOptionFlags(std::string _option, std::unordered_map<std::string, Vk… in GetLayerOptionFlags() function
Dcore_validation.cpp2253 CoreGPUFlags gpu_flags = GetLayerOptionFlags(gpu_flags_key, gpu_flags_option_definitions, 0); in InitGpuValidation()