Home
last modified time | relevance | path

Searched refs:eBlockTexelViewCompatible (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp2638 eBlockTexelViewCompatible = VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format::FormatFeatureFlagBits::ImageCreateFlagBits
2665 case ImageCreateFlagBits::eBlockTexelViewCompatible: return "BlockTexelViewCompatible"; in to_string()
8399 VkFlags( ImageCreateFlagBits::eBlockTexelViewCompatible ) |
8452 if ( value & ImageCreateFlagBits::eBlockTexelViewCompatible ) in to_string()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp1872 eBlockTexelViewCompatible = VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format::FormatFeatureFlagBits::ImageCreateFlagBits
1901 ImageCreateFlagBits::e2DArrayCompatible | ImageCreateFlagBits::eBlockTexelViewCompatible | ImageCreateFlagBits::eExtendedUsage |
H A Dvulkan_to_string.hpp122 if ( value & ImageCreateFlagBits::eBlockTexelViewCompatible ) in to_string()
4917 case ImageCreateFlagBits::eBlockTexelViewCompatible: return "BlockTexelViewCompatible"; in to_string()

Completed in 194 milliseconds