Home
last modified time | relevance | path

Searched defs:readSwizzle (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrRecordingContextPriv.cpp213 skgpu::Swizzle readSwizzle = this->caps()->getReadSwizzle (format, info.colorType()); in makeSFC() local
234 skgpu::Swizzle readSwizzle, in makeSFC()
346 skgpu::Swizzle readSwizzle = this->caps()->getReadSwizzle (format, info.colorType()); in makeSFCFromBackendTexture() local
DGrBackendTextureImageGenerator.cpp181 skgpu::Swizzle readSwizzle = dContext->priv().caps()->getReadSwizzle(backendFormat, in onGenerateTexture() local
DSurfaceContext.h69 skgpu::Swizzle readSwizzle() const { return fReadView.swizzle(); } in readSwizzle() function
DGrAHardwareBufferImageGenerator.cpp173 skgpu::Swizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, grColorType); in makeView() local
DSurfaceDrawContext.cpp155 skgpu::Swizzle readSwizzle = rContext->priv().caps()->getReadSwizzle(format, colorType); in Make() local
177 skgpu::Swizzle readSwizzle, in Make()
/external/skia/gm/
Dclear_swizzle.cpp38 skgpu::Swizzle readSwizzle = skgpu::Swizzle::Concat(sfc->readSwizzle(), in __anond14e31900102() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp691 TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertNormalizedFormat() local
826 const TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertFloatFormat() local
/external/skia/tests/
DLazyProxyTest.cpp186 skgpu::Swizzle readSwizzle = ctx->priv().caps()->getReadSwizzle(format, kColorType); in ClipFP() local
/external/skia/src/gpu/graphite/
DKeyHelpers.cpp509 ReadSwizzle readSwizzle, in add_color_space_uniforms()
2053 skgpu::Swizzle readSwizzle = view.swizzle(); in add_to_key() local
DDevice.cpp560 Swizzle readSwizzle = fRecorder->priv().caps()->getReadSwizzle( in makeImageCopy() local
/external/skia/src/gpu/graphite/precompile/
DPrecompileShader.cpp371 Swizzle readSwizzle = caps->getReadSwizzle( in addToKey() local
/external/deqp/framework/common/
DtcuTextureUtil.cpp1917 const TextureSwizzle &readSwizzle = getChannelReadSwizzle(order); in getBorderColorReadSwizzle() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp12593 const gl::SwizzleState &readSwizzle, in initReadViews()
12649 const gl::SwizzleState &readSwizzle, in initReadViewsImpl()
12714 const gl::SwizzleState &readSwizzle, in initLinearAndSrgbReadViewsImpl()
DTextureVk.cpp4096 gl::SwizzleState readSwizzle = ApplySwizzle(formatSwizzle, mState.getSwizzleState()); in initImageViews() local