Searched refs:GetLayerOptionFlags (Results 1 – 4 of 4) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | vk_layer_utils.cpp | 104 …VkDebugReportFlagsEXT report_flags = GetLayerOptionFlags(report_flags_key, report_flags_option_def… in layer_debug_messenger_actions() 105 …VkLayerDbgActionFlags debug_action = GetLayerOptionFlags(debug_action_key, debug_actions_option_de… in layer_debug_messenger_actions() 172 …VkDebugReportFlagsEXT report_flags = GetLayerOptionFlags(report_flags_key, report_flags_option_def… in layer_debug_report_actions() 173 …VkLayerDbgActionFlags debug_action = GetLayerOptionFlags(debug_action_key, debug_actions_option_de… in layer_debug_report_actions()
|
D | vk_layer_config.h | 64 VK_LAYER_EXPORT VkFlags GetLayerOptionFlags(std::string _option, std::unordered_map<std::string, Vk…
|
D | vk_layer_config.cpp | 107 VK_LAYER_EXPORT VkFlags GetLayerOptionFlags(std::string _option, std::unordered_map<std::string, Vk… in GetLayerOptionFlags() function
|
D | core_validation.cpp | 2317 CoreGPUFlags gpu_flags = GetLayerOptionFlags(gpu_flags_key, gpu_flags_option_definitions, 0); in InitGpuValidation() 2319 gpu_flags |= GetLayerOptionFlags(gpu_flags_key, gpu_flags_option_definitions, 0); in InitGpuValidation()
|