Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1114 eTransientAttachment = VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT, enumerator
1132 | ImageUsageFlagBits::eTransientAttachment
Dvulkansc_to_string.hpp99 if ( value & ImageUsageFlagBits::eTransientAttachment ) result += "TransientAttachment | "; in to_string()
2096 case ImageUsageFlagBits::eTransientAttachment : return "TransientAttachment"; in to_string()
Dvulkan_enums.hpp1938 eTransientAttachment = VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT, enumerator
1971 | ImageUsageFlagBits::eTransientAttachment
Dvulkan_to_string.hpp113 if ( value & ImageUsageFlagBits::eTransientAttachment ) result += "TransientAttachment | "; in to_string()
4107 case ImageUsageFlagBits::eTransientAttachment : return "TransientAttachment"; in to_string()