Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1063 eBlockTexelViewCompatible = VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT, enumerator
1085 | ImageCreateFlagBits::eBlockTexelViewCompatible
Dvulkansc_to_string.hpp78 …if ( value & ImageCreateFlagBits::eBlockTexelViewCompatible ) result += "BlockTexelViewCompatible … in to_string()
2049 case ImageCreateFlagBits::eBlockTexelViewCompatible : return "BlockTexelViewCompatible"; in to_string()
Dvulkan_enums.hpp1869 eBlockTexelViewCompatible = VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT, enumerator
1903 | ImageCreateFlagBits::eBlockTexelViewCompatible
Dvulkan_to_string.hpp86 …if ( value & ImageCreateFlagBits::eBlockTexelViewCompatible ) result += "BlockTexelViewCompatible … in to_string()
4054 case ImageCreateFlagBits::eBlockTexelViewCompatible : return "BlockTexelViewCompatible"; in to_string()