Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp2108 e32 = VK_SAMPLE_COUNT_32_BIT, enumerator
2124 | SampleCountFlagBits::e32
5467 e32 = VK_VIDEO_ENCODE_H265_CTB_SIZE_32_BIT_EXT, enumerator
5479 | VideoEncodeH265CtbSizeFlagBitsEXT::e32
5488 e32 = VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_32_BIT_EXT enumerator
5501 | VideoEncodeH265TransformBlockSizeFlagBitsEXT::e32;
Dvulkan_to_string.hpp207 if ( value & SampleCountFlagBits::e32 ) result += "32 | "; in to_string()
1747 if ( value & VideoEncodeH265CtbSizeFlagBitsEXT::e32 ) result += "32 | "; in to_string()
1762 if ( value & VideoEncodeH265TransformBlockSizeFlagBitsEXT::e32 ) result += "32 | "; in to_string()
4227 case SampleCountFlagBits::e32 : return "32"; in to_string()
6675 case VideoEncodeH265CtbSizeFlagBitsEXT::e32 : return "32"; in to_string()
6690 case VideoEncodeH265TransformBlockSizeFlagBitsEXT::e32 : return "32"; in to_string()
Dvulkansc_enums.hpp1235 e32 = VK_SAMPLE_COUNT_32_BIT, enumerator
1251 | SampleCountFlagBits::e32
Dvulkansc_to_string.hpp165 if ( value & SampleCountFlagBits::e32 ) result += "32 | "; in to_string()
2189 case SampleCountFlagBits::e32 : return "32"; in to_string()