Lines Matching refs:lumaBitDepth
86761 , lumaBitDepth( lumaBitDepth_ )
86804 lumaBitDepth = lumaBitDepth_;
86838 return std::tie( sType, pNext, videoCodecOperation, chromaSubsampling, lumaBitDepth, chromaBitDepth );
86851 ( chromaSubsampling == rhs.chromaSubsampling ) && ( lumaBitDepth == rhs.lumaBitDepth ) && ( chromaBitDepth == rhs.chromaBitDepth );
86866 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR lumaBitDepth = {};