Home
last modified time | relevance | path

Searched refs:ImageUsageFlagBits (Results 1 - 6 of 6) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_to_string.hpp156 if ( value & ImageUsageFlagBits::eTransferSrc ) in to_string()
158 if ( value & ImageUsageFlagBits::eTransferDst ) in to_string()
160 if ( value & ImageUsageFlagBits::eSampled ) in to_string()
162 if ( value & ImageUsageFlagBits::eStorage ) in to_string()
164 if ( value & ImageUsageFlagBits::eColorAttachment ) in to_string()
166 if ( value & ImageUsageFlagBits::eDepthStencilAttachment ) in to_string()
168 if ( value & ImageUsageFlagBits::eTransientAttachment ) in to_string()
170 if ( value & ImageUsageFlagBits::eInputAttachment ) in to_string()
172 if ( value & ImageUsageFlagBits::eVideoDecodeDstKHR ) in to_string()
174 if ( value & ImageUsageFlagBits in to_string()
[all...]
H A Dvulkan_enums.hpp1922 enum class ImageUsageFlagBits : VkImageUsageFlags class in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType
1948 using ImageUsageFlags = Flags<ImageUsageFlagBits>;
1951 struct FlagTraits<ImageUsageFlagBits>
1955 ImageUsageFlagBits::eTransferSrc | ImageUsageFlagBits::eTransferDst | ImageUsageFlagBits::eSampled | ImageUsageFlagBits::eStorage |
1956 ImageUsageFlagBits::eColorAttachment | ImageUsageFlagBits::eDepthStencilAttachment | ImageUsageFlagBits
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp2712 enum class ImageUsageFlagBits : VkImageUsageFlags class in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType
2738 VULKAN_HPP_INLINE std::string to_string( ImageUsageFlagBits value ) in to_string()
2742 case ImageUsageFlagBits::eTransferSrc: return "TransferSrc"; in to_string()
2743 case ImageUsageFlagBits::eTransferDst: return "TransferDst"; in to_string()
2744 case ImageUsageFlagBits::eSampled: return "Sampled"; in to_string()
2745 case ImageUsageFlagBits::eStorage: return "Storage"; in to_string()
2746 case ImageUsageFlagBits::eColorAttachment: return "ColorAttachment"; in to_string()
2747 case ImageUsageFlagBits::eDepthStencilAttachment: return "DepthStencilAttachment"; in to_string()
2748 case ImageUsageFlagBits::eTransientAttachment: return "TransientAttachment"; in to_string()
2749 case ImageUsageFlagBits in to_string()
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DImage.cpp26 imageInfo.usage = vk::ImageUsageFlagBits::eColorAttachment; in Image()
H A DSwapchain.cpp33 swapchainCreateInfo.imageUsage = vk::ImageUsageFlagBits::eColorAttachment; in Swapchain()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
H A DClearImageBenchmarks.cpp34 imageInfo.usage = vk::ImageUsageFlagBits::eTransferDst; in initialize()

Completed in 218 milliseconds