/external/skia/gm/ |
D | clear_swizzle.cpp | 24 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/ |
D | GrSurfaceFillContext.cpp | 77 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()
|
D | GrBackendTextureImageGenerator.cpp | 167 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()
|
D | GrAHardwareBufferImageGenerator.cpp | 191 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, grColorType); in makeView() local 193 return GrSurfaceProxyView(std::move(texProxy), fSurfaceOrigin, readSwizzle); in makeView()
|
D | GrSurfaceContext.h | 85 GrSwizzle readSwizzle() const { return fReadView.swizzle(); } in readSwizzle() function
|
D | GrSurfaceFillContext.h | 90 GrSwizzle readSwizzle,
|
D | GrSurfaceDrawContext.cpp | 107 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()
|
D | GrSurfaceDrawContext.h | 93 GrSwizzle readSwizzle,
|
D | GrSurfaceContext.cpp | 306 GrSurfaceProxyView view{std::move(copy), this->origin(), this->readSwizzle()}; in readPixels() 499 tempReadSwizzle = this->readSwizzle(); in internalWritePixels()
|
/external/skia/src/image/ |
D | SkSurface_GpuMtl.mm | 87 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);
|
D | SkSurface_Gpu.cpp | 304 GrSurfaceProxyView view(std::move(srcProxy), sdc->origin(), sdc->readSwizzle()); in onDraw()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 783 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/ |
D | SkDeferredDisplayListRecorder.cpp | 160 GrSwizzle readSwizzle = caps->getReadSwizzle(fCharacterization.backendFormat(), grColorType); in init() local 191 GrSurfaceProxyView readView(fTargetProxy, fCharacterization.origin(), readSwizzle); in init()
|
/external/skia/tests/ |
D | LazyProxyTest.cpp | 137 GrSwizzle readSwizzle = ctx->priv().caps()->getReadSwizzle(format, kColorType); in ClipFP() local 148 auto atlasEffect = GrTextureEffect::Make({fLazyProxy, kOrigin, readSwizzle}, in ClipFP()
|
D | OnFlushCallbackTest.cpp | 360 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/ |
D | OutputASM.h | 289 int readSwizzle(TIntermTyped *argument, int size);
|
D | OutputASM.cpp | 1514 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/ |
D | vk_helpers.cpp | 7476 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 …]
|
D | vk_helpers.h | 2255 const gl::SwizzleState &readSwizzle, 2353 const gl::SwizzleState &readSwizzle, 2365 const gl::SwizzleState &readSwizzle,
|
D | TextureVk.cpp | 2829 gl::SwizzleState readSwizzle = ApplySwizzle(formatSwizzle, mState.getSwizzleState()); in initImageViews() local 2835 formatSwizzle, readSwizzle, baseLevelVk, levelCount, in initImageViews()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 1674 const TextureSwizzle& readSwizzle = getChannelReadSwizzle(order); in getBorderColorReadSwizzle() local 1679 TextureSwizzle::Channel writeRead = readSwizzle.components[ndx]; in getBorderColorReadSwizzle()
|