Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h833 struct YcbcrConversionDesc final
835 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 …]
Dvk_cache_utils.cpp3155 YcbcrConversionDesc::YcbcrConversionDesc() in YcbcrConversionDesc() function in rx::vk::YcbcrConversionDesc
3160 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 …]
DProgramExecutableVk.h106 using ImmutableSamplerIndexMap = angle::HashMap<vk::YcbcrConversionDesc, uint32_t>;
Dvk_helpers.h2015 const YcbcrConversionDesc *getYcbcrConversionDesc() const { return &mYcbcrConversionDesc; } in getYcbcrConversionDesc()
2275 YcbcrConversionDesc mYcbcrConversionDesc;