Searched refs:VideoComponentBitDepthFlagsKHR (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/ash/src/vk/ |
D | bitflags.rs | 1085 pub struct VideoComponentBitDepthFlagsKHR(pub(crate) Flags); struct 1086 vk_bitflags_wrapped!(VideoComponentBitDepthFlagsKHR, 0b1_0101, Flags); 1087 impl VideoComponentBitDepthFlagsKHR { implementation
|
D | const_debugs.rs | 5503 impl fmt::Debug for VideoComponentBitDepthFlagsKHR { implementation 5506 (VideoComponentBitDepthFlagsKHR::INVALID.0, "INVALID"), in fmt() 5507 (VideoComponentBitDepthFlagsKHR::TYPE_8.0, "TYPE_8"), in fmt() 5508 (VideoComponentBitDepthFlagsKHR::TYPE_10.0, "TYPE_10"), in fmt() 5509 (VideoComponentBitDepthFlagsKHR::TYPE_12.0, "TYPE_12"), in fmt()
|
D | definitions.rs | 46733 pub luma_bit_depth: VideoComponentBitDepthFlagsKHR, 46734 pub chroma_bit_depth: VideoComponentBitDepthFlagsKHR, 46743 luma_bit_depth: VideoComponentBitDepthFlagsKHR::default(), in default() 46744 chroma_bit_depth: VideoComponentBitDepthFlagsKHR::default(), in default() 46798 pub fn luma_bit_depth(mut self, luma_bit_depth: VideoComponentBitDepthFlagsKHR) -> Self { in luma_bit_depth() 46802 pub fn chroma_bit_depth(mut self, chroma_bit_depth: VideoComponentBitDepthFlagsKHR) -> Self { in chroma_bit_depth()
|
/external/swiftshader/include/vulkan/ |
D | vulkan_enums.hpp | 12931 using VideoComponentBitDepthFlagsKHR = Flags<VideoComponentBitDepthFlagBitsKHR>; typedef 12943 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoComponentBitDepthFlagsKHR operator|(VideoComponentBitDe… in operator |() 12946 return VideoComponentBitDepthFlagsKHR(bit0) | bit1; in operator |() 12949 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoComponentBitDepthFlagsKHR operator&(VideoComponentBitDe… in operator &() 12952 return VideoComponentBitDepthFlagsKHR(bit0) & bit1; in operator &() 12955 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoComponentBitDepthFlagsKHR operator^(VideoComponentBitDe… in operator ^() 12958 return VideoComponentBitDepthFlagsKHR(bit0) ^ bit1; in operator ^() 12961 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoComponentBitDepthFlagsKHR operator~(VideoComponentBitDe… in operator ~() 12963 return ~(VideoComponentBitDepthFlagsKHR(bits)); in operator ~() 12966 VULKAN_HPP_INLINE std::string to_string(VideoComponentBitDepthFlagsKHR value) in to_string()
|
D | vulkan_structs.hpp | 66148 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR lumaBitDepth_ = {}, 66149 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR chromaBitDepth_ = {}, 66193 …PR_14 VideoProfileKHR &setLumaBitDepth(VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR lumaBi… in setLumaBitDepth() 66199 …_14 VideoProfileKHR &setChromaBitDepth(VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR chroma… in setChromaBitDepth() 66224 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR const &, 66225 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR const &> 66257 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR lumaBitDepth = {}; 66258 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR chromaBitDepth = {};
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_enums.hpp | 12932 using VideoComponentBitDepthFlagsKHR = Flags<VideoComponentBitDepthFlagBitsKHR>; typedef 12944 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoComponentBitDepthFlagsKHR operator|( VideoComponentBit… in operator |() 12947 return VideoComponentBitDepthFlagsKHR( bit0 ) | bit1; in operator |() 12950 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoComponentBitDepthFlagsKHR operator&( VideoComponentBit… in operator &() 12953 return VideoComponentBitDepthFlagsKHR( bit0 ) & bit1; in operator &() 12956 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoComponentBitDepthFlagsKHR operator^( VideoComponentBit… in operator ^() 12959 return VideoComponentBitDepthFlagsKHR( bit0 ) ^ bit1; in operator ^() 12962 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoComponentBitDepthFlagsKHR operator~( VideoComponentBit… in operator ~() 12964 return ~( VideoComponentBitDepthFlagsKHR( bits ) ); in operator ~() 12967 VULKAN_HPP_INLINE std::string to_string( VideoComponentBitDepthFlagsKHR value ) in to_string()
|
D | vulkan_structs.hpp | 66054 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR lumaBitDepth_ = {}, 66055 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR chromaBitDepth_ = {}, 66099 …_14 VideoProfileKHR & setLumaBitDepth( VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR lumaBi… in setLumaBitDepth() 66105 …4 VideoProfileKHR & setChromaBitDepth( VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR chroma… in setChromaBitDepth() 66130 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR const &, 66131 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR const &> 66163 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR lumaBitDepth = {}; 66164 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR chromaBitDepth = {};
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 16630 using VideoComponentBitDepthFlagsKHR = Flags<VideoComponentBitDepthFlagBitsKHR>; typedef 16643 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoComponentBitDepthFlagsKHR 16646 return VideoComponentBitDepthFlagsKHR( bit0 ) | bit1; in operator |() 16649 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoComponentBitDepthFlagsKHR 16652 return VideoComponentBitDepthFlagsKHR( bit0 ) & bit1; in operator &() 16655 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoComponentBitDepthFlagsKHR 16658 return VideoComponentBitDepthFlagsKHR( bit0 ) ^ bit1; in operator ^() 16661 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR VideoComponentBitDepthFlagsKHR 16664 return ~( VideoComponentBitDepthFlagsKHR( bits ) ); in operator ~() 16667 VULKAN_HPP_INLINE std::string to_string( VideoComponentBitDepthFlagsKHR value ) in to_string()
|
D | vulkan_structs.hpp | 68563 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR lumaBitDepth_ = {}, 68564 … VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR chromaBitDepth_ = {} ) VULKAN_HPP_NOEXCEPT 68608 …setLumaBitDepth( VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR lumaBitDepth_ ) VULKAN_HPP_N… in setLumaBitDepth() 68615 …setChromaBitDepth( VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR chromaBitDepth_ ) VULKAN_H… in setChromaBitDepth() 68640 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR const &, 68641 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR const &> 68675 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR lumaBitDepth = {}; 68676 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR chromaBitDepth = {};
|