Home
last modified time | relevance | path

Searched refs:readSwizzle (Results 1 – 21 of 21) sorted by relevance

/external/skia/gm/
Dclear_swizzle.cpp24 GrSwizzle readSwizzle = GrSwizzle::Concat(rtCtx->readSwizzle(), GrSwizzle{"bgra"}); in __anon219885010102() local
25 GrSwizzle writeSwizzle = GrSwizzle::Concat(rtCtx->readSwizzle(), GrSwizzle{"bgra"}); in __anon219885010102()
35 readSwizzle, in __anon219885010102()
/external/skia/src/gpu/
DGrSurfaceFillContext.cpp77 GrSwizzle readSwizzle, in Make() argument
94 readSwizzle, in Make()
113 GrSurfaceProxyView readView( proxy, origin, readSwizzle); in Make()
157 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle (format, info.colorType()); in Make() local
160 GrSurfaceProxyView readView( proxy, origin, readSwizzle); in Make()
227 GrSwizzle readSwizzle, writeSwizzle; in MakeFromBackendTexture() local
232 readSwizzle = context->priv().caps()->getReadSwizzle (format, info.colorType()); in MakeFromBackendTexture()
243 GrSurfaceProxyView readView( proxy, origin, readSwizzle); in MakeFromBackendTexture()
DGrBackendTextureImageGenerator.cpp167 GrSwizzle readSwizzle = dContext->priv().caps()->getReadSwizzle(backendFormat, grColorType); in onGenerateTexture() local
224 return GrSurfaceProxyView(std::move(proxy), fSurfaceOrigin, readSwizzle); in onGenerateTexture()
239 return {std::move(copy), fSurfaceOrigin, readSwizzle}; in onGenerateTexture()
DGrAHardwareBufferImageGenerator.cpp191 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, grColorType); in makeView() local
193 return GrSurfaceProxyView(std::move(texProxy), fSurfaceOrigin, readSwizzle); in makeView()
DGrSurfaceContext.h85 GrSwizzle readSwizzle() const { return fReadView.swizzle(); } in readSwizzle() function
DGrSurfaceFillContext.h90 GrSwizzle readSwizzle,
DGrSurfaceDrawContext.cpp107 GrSwizzle readSwizzle, writeSwizzle; in Make() local
109 readSwizzle = context->priv().caps()->getReadSwizzle(format, colorType); in Make()
113 GrSurfaceProxyView readView ( proxy, origin, readSwizzle); in Make()
134 GrSwizzle readSwizzle, in Make() argument
160 GrSurfaceProxyView readView ( proxy, origin, readSwizzle); in Make()
2043 dstProxyView->setProxyView({std::move(copy), this->origin(), this->readSwizzle()}); in setupDstProxyView()
DGrSurfaceDrawContext.h93 GrSwizzle readSwizzle,
DGrSurfaceContext.cpp306 GrSurfaceProxyView view{std::move(copy), this->origin(), this->readSwizzle()}; in readPixels()
499 tempReadSwizzle = this->readSwizzle(); in internalWritePixels()
/external/skia/src/image/
DSkSurface_GpuMtl.mm87 GrSwizzle readSwizzle = caps->getReadSwizzle(backendFormat, grColorType);
90 GrSurfaceProxyView readView(proxy, origin, readSwizzle);
157 GrSwizzle readSwizzle = caps->getReadSwizzle(backendFormat, grColorType);
160 GrSurfaceProxyView readView(proxy, origin, readSwizzle);
DSkSurface_Gpu.cpp304 GrSurfaceProxyView view(std::move(srcProxy), sdc->origin(), sdc->readSwizzle()); in onDraw()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp783 TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertNormalizedFormat() local
809 std::swap(readSwizzle.components[ndx], readSwizzle.components[3 - ndx]); in convertNormalizedFormat()
829 const TextureSwizzle::Channel chan = readSwizzle.components[compNdx]; in convertNormalizedFormat()
920 const TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertFloatFormat() local
924 const TextureSwizzle::Channel chan = readSwizzle.components[compNdx]; in convertFloatFormat()
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp160 GrSwizzle readSwizzle = caps->getReadSwizzle(fCharacterization.backendFormat(), grColorType); in init() local
191 GrSurfaceProxyView readView(fTargetProxy, fCharacterization.origin(), readSwizzle); in init()
/external/skia/tests/
DLazyProxyTest.cpp137 GrSwizzle readSwizzle = ctx->priv().caps()->getReadSwizzle(format, kColorType); in ClipFP() local
148 auto atlasEffect = GrTextureEffect::Make({fLazyProxy, kOrigin, readSwizzle}, in ClipFP()
DOnFlushCallbackTest.cpp360 GrSwizzle readSwizzle = caps->getReadSwizzle(format, GrColorType::kRGBA_8888); in getAtlasView() local
361 fAtlasView = {std::move(proxy), kBottomLeft_GrSurfaceOrigin, readSwizzle}; in getAtlasView()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h289 int readSwizzle(TIntermTyped *argument, int size);
DOutputASM.cpp1514 mov->src[0].swizzle = readSwizzle(argi, size) << (swizzle * 2); in visitAggregate()
1522 mov->src[0].swizzle = readSwizzle(argi, size) << (swizzle * 2); in visitAggregate()
1543 mov->src[0].swizzle = readSwizzle(argi, size) << (swizzle * 2); in visitAggregate()
1629 mov->src[0].swizzle = (readSwizzle(argi, size) << (row * 2)) + 0x55 * element; in visitAggregate()
2497 parameter.swizzle = readSwizzle(arg, size); in source()
2986 int OutputASM::readSwizzle(TIntermTyped *argument, int size) in readSwizzle() function in glsl::OutputASM
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp7476 const gl::SwizzleState &readSwizzle, in initReadViews() argument
7504 ANGLE_TRY(initReadViewsImpl(contextVk, viewType, image, format, formatSwizzle, readSwizzle, in initReadViews()
7510 readSwizzle, baseLevel, levelCount, baseLayer, layerCount, in initReadViews()
7522 const gl::SwizzleState &readSwizzle, in initReadViewsImpl() argument
7536 contextVk, viewType, format, VK_IMAGE_ASPECT_DEPTH_BIT, readSwizzle, in initReadViewsImpl()
7539 contextVk, viewType, format, VK_IMAGE_ASPECT_STENCIL_BIT, readSwizzle, in initReadViewsImpl()
7546 readSwizzle, &getReadImageView(), baseLevel, in initReadViewsImpl()
7558 readSwizzle, &getFetchImageView(), baseLevel, in initReadViewsImpl()
7574 const gl::SwizzleState &readSwizzle, in initSRGBReadViewsImpl() argument
7602 contextVk, viewType, aspectFlags, readSwizzle, in initSRGBReadViewsImpl()
[all …]
Dvk_helpers.h2255 const gl::SwizzleState &readSwizzle,
2353 const gl::SwizzleState &readSwizzle,
2365 const gl::SwizzleState &readSwizzle,
DTextureVk.cpp2829 gl::SwizzleState readSwizzle = ApplySwizzle(formatSwizzle, mState.getSwizzleState()); in initImageViews() local
2835 formatSwizzle, readSwizzle, baseLevelVk, levelCount, in initImageViews()
/external/deqp/framework/common/
DtcuTextureUtil.cpp1674 const TextureSwizzle& readSwizzle = getChannelReadSwizzle(order); in getBorderColorReadSwizzle() local
1679 TextureSwizzle::Channel writeRead = readSwizzle.components[ndx]; in getBorderColorReadSwizzle()