Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1236 e64 = VK_SAMPLE_COUNT_64_BIT enumerator
1252 | SampleCountFlagBits::e64;
1472 e64 = VK_QUERY_RESULT_64_BIT, enumerator
1485 QueryResultFlagBits::e64
Dvulkansc_to_string.hpp166 if ( value & SampleCountFlagBits::e64 ) result += "64 | "; in to_string()
300 if ( value & QueryResultFlagBits::e64 ) result += "64 | "; in to_string()
2190 case SampleCountFlagBits::e64 : return "64"; in to_string()
2339 case QueryResultFlagBits::e64 : return "64"; in to_string()
Dvulkan_enums.hpp2109 e64 = VK_SAMPLE_COUNT_64_BIT enumerator
2125 | SampleCountFlagBits::e64;
2410 e64 = VK_QUERY_RESULT_64_BIT, enumerator
2424 QueryResultFlagBits::e64
5468 e64 = VK_VIDEO_ENCODE_H265_CTB_SIZE_64_BIT_EXT enumerator
5480 | VideoEncodeH265CtbSizeFlagBitsEXT::e64;
Dvulkan_to_string.hpp208 if ( value & SampleCountFlagBits::e64 ) result += "64 | "; in to_string()
377 if ( value & QueryResultFlagBits::e64 ) result += "64 | "; in to_string()
1748 if ( value & VideoEncodeH265CtbSizeFlagBitsEXT::e64 ) result += "64 | "; in to_string()
4228 case SampleCountFlagBits::e64 : return "64"; in to_string()
4412 case QueryResultFlagBits::e64 : return "64"; in to_string()
6676 case VideoEncodeH265CtbSizeFlagBitsEXT::e64 : return "64"; in to_string()