Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h2724 static inline const char* string_VkQueueFlagBits(VkQueueFlagBits input_value) in string_VkQueueFlagBits() function
2758 ret.append(string_VkQueueFlagBits(static_cast<VkQueueFlagBits>(1U << index))); in string_VkQueueFlags()
2763 if( ret.empty()) ret.append(string_VkQueueFlagBits(static_cast<VkQueueFlagBits>(0))); in string_VkQueueFlags()