Home
last modified time | relevance | path

Searched refs:string_VkQueueFlagBits (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dvk_enum_string_helper.h1665 static inline const char* string_VkQueueFlagBits(VkQueueFlagBits input_value) in string_VkQueueFlagBits() function
1691 ret.append(string_VkQueueFlagBits(static_cast<VkQueueFlagBits>(1 << index))); in string_VkQueueFlags()
1696 if( ret.empty()) ret.append(string_VkQueueFlagBits(static_cast<VkQueueFlagBits>(0))); in string_VkQueueFlags()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1952 required_flags_string += string_VkQueueFlagBits(flag); in ValidateCmdQueueFlags()