Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A 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
H A DGrBackendTextureImageGenerator.cpp181 skgpu::Swizzle readSwizzle = dContext->priv().caps()->getReadSwizzle(backendFormat, in onGenerateTexture() local
H A DSurfaceContext.h69 skgpu::Swizzle readSwizzle() const { return fReadView.swizzle(); } in readSwizzle() function
H A DGrAHardwareBufferImageGenerator.cpp173 skgpu::Swizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, grColorType); in makeView() local
H A DSurfaceDrawContext.cpp166 skgpu::Swizzle readSwizzle = rContext->priv().caps()->getReadSwizzle(format, colorType); in Make() local
188 skgpu::Swizzle readSwizzle, in Make()
/aosp_15_r20/external/skia/gm/
H A Dclear_swizzle.cpp38 skgpu::Swizzle readSwizzle = skgpu::Swizzle::Concat(sfc->readSwizzle(), in __anone04877100102() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp691 TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertNormalizedFormat() local
826 const TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertFloatFormat() local
/aosp_15_r20/external/skia/tests/
H A DLazyProxyTest.cpp186 skgpu::Swizzle readSwizzle = ctx->priv().caps()->getReadSwizzle(format, kColorType); in ClipFP() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DKeyHelpers.cpp513 ReadSwizzle readSwizzle, in add_color_space_uniforms()
1965 skgpu::Swizzle readSwizzle = view.swizzle(); in add_to_key() local
H A DDevice.cpp560 Swizzle readSwizzle = fRecorder->priv().caps()->getReadSwizzle( in makeImageCopy() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTextureUtil.cpp1916 const TextureSwizzle &readSwizzle = getChannelReadSwizzle(order); in getBorderColorReadSwizzle() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp12174 const gl::SwizzleState &readSwizzle, in initReadViews()
12230 const gl::SwizzleState &readSwizzle, in initReadViewsImpl()
12287 const gl::SwizzleState &readSwizzle, in initLinearAndSrgbReadViewsImpl()
H A DTextureVk.cpp4094 gl::SwizzleState readSwizzle = ApplySwizzle(formatSwizzle, mState.getSwizzleState()); in initImageViews() local