Searched refs:YcbcrConversionDesc (Results 1 – 4 of 4) sorted by relevance
833 struct YcbcrConversionDesc final835 YcbcrConversionDesc();836 ~YcbcrConversionDesc();837 YcbcrConversionDesc(const YcbcrConversionDesc &other);838 YcbcrConversionDesc &operator=(const YcbcrConversionDesc &other);841 bool operator==(const YcbcrConversionDesc &other) const;877 static_assert(sizeof(YcbcrConversionDesc) == 16, "Unexpected YcbcrConversionDesc size");887 const YcbcrConversionDesc *ycbcrConversionDesc,897 const YcbcrConversionDesc *ycbcrConversionDesc,914 YcbcrConversionDesc mYcbcrConversionDesc;[all …]
3155 YcbcrConversionDesc::YcbcrConversionDesc() in YcbcrConversionDesc() function in rx::vk::YcbcrConversionDesc3160 YcbcrConversionDesc::~YcbcrConversionDesc() = default;3162 YcbcrConversionDesc::YcbcrConversionDesc(const YcbcrConversionDesc &other) = default;3164 YcbcrConversionDesc &YcbcrConversionDesc::operator=(const YcbcrConversionDesc &rhs) = default;3166 size_t YcbcrConversionDesc::hash() const in hash()3171 bool YcbcrConversionDesc::operator==(const YcbcrConversionDesc &other) const in operator ==()3173 return (memcmp(this, &other, sizeof(YcbcrConversionDesc)) == 0); in operator ==()3176 void YcbcrConversionDesc::reset() in reset()3190 void YcbcrConversionDesc::update(RendererVk *rendererVk, in update()3228 const YcbcrConversionDesc *ycbcrConversionDesc, in SamplerDesc()[all …]
106 using ImmutableSamplerIndexMap = angle::HashMap<vk::YcbcrConversionDesc, uint32_t>;
2015 const YcbcrConversionDesc *getYcbcrConversionDesc() const { return &mYcbcrConversionDesc; } in getYcbcrConversionDesc()2275 YcbcrConversionDesc mYcbcrConversionDesc;