/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | bitflags.rs | 1293 pub struct VideoEncodeRateControlModeFlagsKHR(pub(crate) Flags); struct 1294 vk_bitflags_wrapped!(VideoEncodeRateControlModeFlagsKHR, Flags); 1295 impl VideoEncodeRateControlModeFlagsKHR { impl
|
D | const_debugs.rs | 7165 impl fmt::Debug for VideoEncodeRateControlModeFlagsKHR { implementation 7168 (VideoEncodeRateControlModeFlagsKHR::DEFAULT.0, "DEFAULT"), in fmt() 7169 (VideoEncodeRateControlModeFlagsKHR::DISABLED.0, "DISABLED"), in fmt() 7170 (VideoEncodeRateControlModeFlagsKHR::CBR.0, "CBR"), in fmt() 7171 (VideoEncodeRateControlModeFlagsKHR::VBR.0, "VBR"), in fmt()
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 18542 using VideoEncodeRateControlModeFlagsKHR = Flags<VideoEncodeRateControlModeFlagBitsKHR>; typedef 18555 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoEncodeRateControlModeFlagsKHR operator|( in operator |() 18558 return VideoEncodeRateControlModeFlagsKHR( bit0 ) | bit1; in operator |() 18561 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoEncodeRateControlModeFlagsKHR operator&( in operator &() 18564 return VideoEncodeRateControlModeFlagsKHR( bit0 ) & bit1; in operator &() 18567 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoEncodeRateControlModeFlagsKHR operator^( in operator ^() 18570 return VideoEncodeRateControlModeFlagsKHR( bit0 ) ^ bit1; in operator ^() 18573 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoEncodeRateControlModeFlagsKHR 18576 return ~( VideoEncodeRateControlModeFlagsKHR( bits ) ); in operator ~() 18579 VULKAN_HPP_INLINE std::string to_string( VideoEncodeRateControlModeFlagsKHR value ) in to_string()
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 18542 using VideoEncodeRateControlModeFlagsKHR = Flags<VideoEncodeRateControlModeFlagBitsKHR>; typedef 18555 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoEncodeRateControlModeFlagsKHR operator|( in operator |() 18558 return VideoEncodeRateControlModeFlagsKHR( bit0 ) | bit1; in operator |() 18561 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoEncodeRateControlModeFlagsKHR operator&( in operator &() 18564 return VideoEncodeRateControlModeFlagsKHR( bit0 ) & bit1; in operator &() 18567 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoEncodeRateControlModeFlagsKHR operator^( in operator ^() 18570 return VideoEncodeRateControlModeFlagsKHR( bit0 ) ^ bit1; in operator ^() 18573 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoEncodeRateControlModeFlagsKHR 18576 return ~( VideoEncodeRateControlModeFlagsKHR( bits ) ); in operator ~() 18579 VULKAN_HPP_INLINE std::string to_string( VideoEncodeRateControlModeFlagsKHR value ) in to_string()
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 18542 using VideoEncodeRateControlModeFlagsKHR = Flags<VideoEncodeRateControlModeFlagBitsKHR>; typedef 18555 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoEncodeRateControlModeFlagsKHR operator|( in operator |() 18558 return VideoEncodeRateControlModeFlagsKHR( bit0 ) | bit1; in operator |() 18561 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoEncodeRateControlModeFlagsKHR operator&( in operator &() 18564 return VideoEncodeRateControlModeFlagsKHR( bit0 ) & bit1; in operator &() 18567 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoEncodeRateControlModeFlagsKHR operator^( in operator ^() 18570 return VideoEncodeRateControlModeFlagsKHR( bit0 ) ^ bit1; in operator ^() 18573 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoEncodeRateControlModeFlagsKHR 18576 return ~( VideoEncodeRateControlModeFlagsKHR( bits ) ); in operator ~() 18579 VULKAN_HPP_INLINE std::string to_string( VideoEncodeRateControlModeFlagsKHR value ) in to_string()
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 18542 using VideoEncodeRateControlModeFlagsKHR = Flags<VideoEncodeRateControlModeFlagBitsKHR>; typedef 18555 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoEncodeRateControlModeFlagsKHR operator|( in operator |() 18558 return VideoEncodeRateControlModeFlagsKHR( bit0 ) | bit1; in operator |() 18561 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoEncodeRateControlModeFlagsKHR operator&( in operator &() 18564 return VideoEncodeRateControlModeFlagsKHR( bit0 ) & bit1; in operator &() 18567 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoEncodeRateControlModeFlagsKHR operator^( in operator ^() 18570 return VideoEncodeRateControlModeFlagsKHR( bit0 ) ^ bit1; in operator ^() 18573 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoEncodeRateControlModeFlagsKHR 18576 return ~( VideoEncodeRateControlModeFlagsKHR( bits ) ); in operator ~() 18579 VULKAN_HPP_INLINE std::string to_string( VideoEncodeRateControlModeFlagsKHR value ) in to_string()
|
/aosp_15_r20/external/swiftshader/include/vulkan/ |
H A D | vulkan_enums.hpp | 6312 using VideoEncodeRateControlModeFlagsKHR = Flags<VideoEncodeRateControlModeFlagBitsKHR>; typedef 6318 static VULKAN_HPP_CONST_OR_CONSTEXPR VideoEncodeRateControlModeFlagsKHR allFlags =
|
H A D | vulkan.cppm | 690 using VULKAN_HPP_NAMESPACE::VideoEncodeRateControlModeFlagsKHR;
|
H A D | vulkan_to_string.hpp | 2979 VULKAN_HPP_INLINE std::string to_string( VideoEncodeRateControlModeFlagsKHR value ) in to_string()
|
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_enums.hpp | 6715 using VideoEncodeRateControlModeFlagsKHR = Flags<VideoEncodeRateControlModeFlagBitsKHR>; typedef 6721 static VULKAN_HPP_CONST_OR_CONSTEXPR VideoEncodeRateControlModeFlagsKHR allFlags =
|
D | vulkan_to_string.hpp | 2254 VULKAN_HPP_INLINE std::string to_string( VideoEncodeRateControlModeFlagsKHR value ) in to_string()
|
/aosp_15_r20/external/vulkan-headers/include/vulkan/ |
H A D | vulkan_enums.hpp | 6589 using VideoEncodeRateControlModeFlagsKHR = Flags<VideoEncodeRateControlModeFlagBitsKHR>; typedef 6595 static VULKAN_HPP_CONST_OR_CONSTEXPR VideoEncodeRateControlModeFlagsKHR allFlags =
|
H A D | vulkan.cppm | 698 using VULKAN_HPP_NAMESPACE::VideoEncodeRateControlModeFlagsKHR;
|
H A D | vulkan_to_string.hpp | 3130 VULKAN_HPP_INLINE std::string to_string( VideoEncodeRateControlModeFlagsKHR value ) in to_string()
|
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/ |
H A D | vulkan_enums.hpp | 6678 using VideoEncodeRateControlModeFlagsKHR = Flags<VideoEncodeRateControlModeFlagBitsKHR>; typedef 6684 static VULKAN_HPP_CONST_OR_CONSTEXPR VideoEncodeRateControlModeFlagsKHR allFlags =
|
H A D | vulkan_to_string.hpp | 3176 VULKAN_HPP_INLINE std::string to_string( VideoEncodeRateControlModeFlagsKHR value ) in to_string()
|
H A D | vulkan.cppm | 743 using VULKAN_HPP_NAMESPACE::VideoEncodeRateControlModeFlagsKHR;
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 6405 using VideoEncodeRateControlModeFlagsKHR = Flags<VideoEncodeRateControlModeFlagBitsKHR>; typedef 6411 static VULKAN_HPP_CONST_OR_CONSTEXPR VideoEncodeRateControlModeFlagsKHR allFlags =
|
D | vulkan_to_string.hpp | 2894 VULKAN_HPP_INLINE std::string to_string( VideoEncodeRateControlModeFlagsKHR value ) in to_string()
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 6405 using VideoEncodeRateControlModeFlagsKHR = Flags<VideoEncodeRateControlModeFlagBitsKHR>; typedef 6411 static VULKAN_HPP_CONST_OR_CONSTEXPR VideoEncodeRateControlModeFlagsKHR allFlags =
|
D | vulkan_to_string.hpp | 2894 VULKAN_HPP_INLINE std::string to_string( VideoEncodeRateControlModeFlagsKHR value ) in to_string()
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 6405 using VideoEncodeRateControlModeFlagsKHR = Flags<VideoEncodeRateControlModeFlagBitsKHR>; typedef 6411 static VULKAN_HPP_CONST_OR_CONSTEXPR VideoEncodeRateControlModeFlagsKHR allFlags =
|
D | vulkan_to_string.hpp | 2894 VULKAN_HPP_INLINE std::string to_string( VideoEncodeRateControlModeFlagsKHR value ) in to_string()
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 6405 using VideoEncodeRateControlModeFlagsKHR = Flags<VideoEncodeRateControlModeFlagBitsKHR>; typedef 6411 static VULKAN_HPP_CONST_OR_CONSTEXPR VideoEncodeRateControlModeFlagsKHR allFlags =
|
D | vulkan_to_string.hpp | 2894 VULKAN_HPP_INLINE std::string to_string( VideoEncodeRateControlModeFlagsKHR value ) in to_string()
|