Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.h2009 bool hasImmutableSampler() const { return mYcbcrConversionDesc.valid(); } in hasImmutableSampler()
2012 return mYcbcrConversionDesc.mIsExternalFormat ? mYcbcrConversionDesc.mExternalOrVkFormat in getExternalFormat()
2015 const YcbcrConversionDesc *getYcbcrConversionDesc() const { return &mYcbcrConversionDesc; } in getYcbcrConversionDesc()
2275 YcbcrConversionDesc mYcbcrConversionDesc; variable
Dvk_helpers.cpp3988 mYcbcrConversionDesc(other.mYcbcrConversionDesc), in ImageHelper()
4027 mYcbcrConversionDesc.reset(); in resetCachedProperties()
4224 mYcbcrConversionDesc.reset(); in initExternal()
4266 mYcbcrConversionDesc.update(rendererVk, 0, conversionModel, colorRange, supportedLocation, in initExternal()
4270 context, mYcbcrConversionDesc, yuvConversionInfo, &mYuvConversionSampler)); in initExternal()
4602 mYcbcrConversionDesc.update(context->getRenderer(), vkExternalFormat->externalFormat, in initExternalMemory()
4611 context, mYcbcrConversionDesc, *samplerYcbcrConversionCreateInfo, in initExternalMemory()
4730 if (mYcbcrConversionDesc.mIsExternalFormat) in initLayerImageViewImpl()
Dvk_cache_utils.cpp3240 mYcbcrConversionDesc.reset(); in reset()
3283 mYcbcrConversionDesc = *ycbcrConversionDesc; in update()
3383 if (mYcbcrConversionDesc.valid()) in init()
3390 mYcbcrConversionDesc); in init()
Dvk_cache_utils.h914 YcbcrConversionDesc mYcbcrConversionDesc; variable