Searched refs:mYcbcrConversionDesc (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.h | 2009 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
|
D | vk_helpers.cpp | 3988 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()
|
D | vk_cache_utils.cpp | 3240 mYcbcrConversionDesc.reset(); in reset() 3283 mYcbcrConversionDesc = *ycbcrConversionDesc; in update() 3383 if (mYcbcrConversionDesc.valid()) in init() 3390 mYcbcrConversionDesc); in init()
|
D | vk_cache_utils.h | 914 YcbcrConversionDesc mYcbcrConversionDesc; variable
|