Searched refs:tileMode (Results 1 - 25 of 66) sorted by relevance

123

/external/skia/include/c/
H A Dsk_shader.h49 sk_shader_tilemode_t tileMode,
71 @param tileMode The tiling mode
79 sk_shader_tilemode_t tileMode,
126 @param tileMode The tiling mode
138 sk_shader_tilemode_t tileMode,
/external/skqp/include/c/
H A Dsk_shader.h49 sk_shader_tilemode_t tileMode,
71 @param tileMode The tiling mode
79 sk_shader_tilemode_t tileMode,
126 @param tileMode The tiling mode
138 sk_shader_tilemode_t tileMode,
/external/skia/include/effects/
H A DSkBlurImageFilter.h30 TileMode tileMode = TileMode::kClampToBlack_TileMode);
H A DSkMatrixConvolutionImageFilter.h51 @param tileMode How accesses outside the image are treated. (@see
65 TileMode tileMode,
79 TileMode tileMode,
/external/skqp/include/effects/
H A DSkBlurImageFilter.h30 TileMode tileMode = TileMode::kClampToBlack_TileMode);
H A DSkMatrixConvolutionImageFilter.h51 @param tileMode How accesses outside the image are treated. (@see
65 TileMode tileMode,
79 TileMode tileMode,
/external/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.h26 GrTextureDomain::Mode tileMode,
30 bias, kernelOffset, tileMode, convolveAlpha));
39 GrTextureDomain::Mode tileMode,
65 GrTextureDomain::Mode tileMode,
19 Make(sk_sp<GrTextureProxy> proxy, const SkIRect& bounds, const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& kernelOffset, GrTextureDomain::Mode tileMode, bool convolveAlpha) argument
/external/skqp/src/gpu/effects/
H A DGrMatrixConvolutionEffect.h26 GrTextureDomain::Mode tileMode,
30 bias, kernelOffset, tileMode, convolveAlpha));
39 GrTextureDomain::Mode tileMode,
65 GrTextureDomain::Mode tileMode,
19 Make(sk_sp<GrTextureProxy> proxy, const SkIRect& bounds, const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& kernelOffset, GrTextureDomain::Mode tileMode, bool convolveAlpha) argument
/external/skia/bench/
H A DMatrixConvolutionBench.cpp25 MatrixConvolutionBench(SkMatrixConvolutionImageFilter::TileMode tileMode, bool convolveAlpha) argument
27 name(tileMode),
38 kernelOffset, tileMode, convolveAlpha,
/external/skqp/bench/
H A DMatrixConvolutionBench.cpp25 MatrixConvolutionBench(SkMatrixConvolutionImageFilter::TileMode tileMode, bool convolveAlpha) argument
27 name(tileMode),
38 kernelOffset, tileMode, convolveAlpha,
/external/mesa3d/src/amd/addrlib/r800/
H A Dciaddrlib.cpp216 if (m_settings.isVolcanicIslands && IsMacroTiled(pIn->tileMode))
654 AddrTileMode tileMode = pIn->tileMode; local
662 ADDR_ASSERT(tileMode == ADDR_TM_2D_TILED_THIN1 ||
663 tileMode == ADDR_TM_3D_TILED_THIN1 ||
664 tileMode == ADDR_TM_PRT_TILED_THIN1 ||
665 tileMode == ADDR_TM_PRT_2D_TILED_THIN1 ||
666 tileMode == ADDR_TM_PRT_3D_TILED_THIN1);
672 INT_32 tileIndex = tileMode == ADDR_TM_2D_TILED_THIN1 ? 14 : 15;
708 HwlPostCheckTileIndex(pOut->pTileInfo, pIn->tileMode, ADDR_NON_DISPLAYABL
800 AddrTileMode tileMode = *pTileMode; local
955 HwlSetupTileInfo( AddrTileMode tileMode, ADDR_SURFACE_FLAGS flags, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSamples, ADDR_TILEINFO* pTileInfoIn, ADDR_TILEINFO* pTileInfoOut, AddrTileType inTileType, ADDR_COMPUTE_SURFACE_INFO_OUTPUT* pOut ) const argument
1465 AddrTileMode tileMode = m_tileTable[tileIndex].mode; local
1759 HwlPadDimensions( AddrTileMode tileMode, UINT_32 bpp, ADDR_SURFACE_FLAGS flags, UINT_32 numSamples, ADDR_TILEINFO* pTileInfo, UINT_32 padDims, UINT_32 mipLevel, UINT_32* pPitch, UINT_32 pitchAlign, UINT_32* pHeight, UINT_32 heightAlign, UINT_32* pSlices, UINT_32 sliceAlign ) const argument
[all...]
H A Degbaddrlib.h145 AddrTileMode tileMode, UINT_32 tileBase, UINT_32 compBits,
158 AddrTileMode tileMode, ADDR_SURFACE_FLAGS flags,
168 AddrTileMode tileMode,
173 AddrTileMode tileMode, UINT_32 bpp, ADDR_SURFACE_FLAGS flags, UINT_32 numSamples) const;
194 AddrTileMode tileMode, UINT_32* pX, UINT_32* pY, UINT_32 slice,
258 AddrTileMode tileMode, UINT_32 baseSwizzle, UINT_32 slice, UINT_64 baseAddr,
264 AddrTileMode tileMode, UINT_32 bankSwizzle, UINT_32 tileSpitSlice,
271 AddrTileMode tileMode, UINT_32 numPipes) const;
274 AddrTileMode tileMode, UINT_32 numBanks,
278 AddrTileMode tileMode, UINT_3
[all...]
H A Degbaddrlib.cpp85 AddrTileMode tileMode = pIn->tileMode; local
101 tileMode = DegradeLargeThickTile(tileMode, bpp);
138 HwlSetupTileInfo(tileMode,
163 switch (tileMode)
172 valid = ComputeSurfaceInfoMicroTiled(pIn, pOut, padDims, tileMode);
187 valid = ComputeSurfaceInfoMacroTiled(pIn, pOut, padDims, tileMode);
230 ComputeSurfaceAlignmentsLinear(pIn->tileMode,
237 if ((pIn->tileMode
591 ComputeSurfaceAlignmentsLinear( AddrTileMode tileMode, UINT_32 bpp, ADDR_SURFACE_FLAGS flags, UINT_32* pBaseAlign, UINT_32* pPitchAlign, UINT_32* pHeightAlign ) const argument
647 ComputeSurfaceAlignmentsMicroTiled( AddrTileMode tileMode, UINT_32 bpp, ADDR_SURFACE_FLAGS flags, UINT_32 mipLevel, UINT_32 numSamples, UINT_32* pBaseAlign, UINT_32* pPitchAlign, UINT_32* pHeightAlign ) const argument
801 ComputeSurfaceAlignmentsMacroTiled( AddrTileMode tileMode, UINT_32 bpp, ADDR_SURFACE_FLAGS flags, UINT_32 mipLevel, UINT_32 numSamples, ADDR_TILEINFO* pTileInfo, UINT_32* pBaseAlign, UINT_32* pPitchAlign, UINT_32* pHeightAlign ) const argument
[all...]
H A Dsiaddrlib.h136 AddrTileMode tileMode, UINT_32 pipeSwizzle, BOOL_32 ignoreSE,
154 AddrTileMode tileMode, ADDR_SURFACE_FLAGS flags,
160 AddrTileMode tileMode, UINT_32 bpp, ADDR_SURFACE_FLAGS flags, UINT_32 numSamples) const;
190 AddrTileMode tileMode,
195 AddrTileMode tileMode, UINT_32* pX, UINT_32* pY, UINT_32 slice,
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
H A DLoadTile.cpp79 switch (pSrcSurface->tileMode)
102 switch (pSrcSurface->tileMode)
119 switch (pSrcSurface->tileMode)
H A DStoreTile.cpp83 pfnStoreTiles = sStoreTilesTableColor[pDstSurface->tileMode][pDstSurface->format];
87 pfnStoreTiles = sStoreTilesTableDepth[pDstSurface->tileMode][pDstSurface->format];
91 pfnStoreTiles = sStoreTilesTableStencil[pDstSurface->tileMode][pDstSurface->format];
/external/skia/gm/
H A Dpictureshader.cpp90 unsigned tileMode) {
96 this->drawScene(canvas, ctm, localMatrix, tileMode);
102 this->drawScene(canvas, ctm, localMatrix, tileMode);
108 this->drawScene(canvas, ctm, localMatrix, tileMode);
114 this->drawScene(canvas, ctm, localMatrix, tileMode);
121 this->drawScene(canvas, ctm, localMatrix, tileMode);
142 unsigned tileMode) {
143 SkASSERT(tileMode < SK_ARRAY_COUNT(kTileConfigs));
154 auto pictureShader = SkShader::MakePictureShader(fPicture, kTileConfigs[tileMode].tmx,
155 kTileConfigs[tileMode]
89 drawSceneColumn(SkCanvas* canvas, const SkPoint& pos, SkScalar scale, SkScalar localScale, unsigned tileMode) argument
141 drawScene(SkCanvas* canvas, const SkMatrix& matrix, const SkMatrix& localMatrix, unsigned tileMode) argument
[all...]
/external/skqp/gm/
H A Dpictureshader.cpp90 unsigned tileMode) {
96 this->drawScene(canvas, ctm, localMatrix, tileMode);
102 this->drawScene(canvas, ctm, localMatrix, tileMode);
108 this->drawScene(canvas, ctm, localMatrix, tileMode);
114 this->drawScene(canvas, ctm, localMatrix, tileMode);
121 this->drawScene(canvas, ctm, localMatrix, tileMode);
142 unsigned tileMode) {
143 SkASSERT(tileMode < SK_ARRAY_COUNT(kTileConfigs));
154 paint.setShader(SkShader::MakePictureShader(fPicture, kTileConfigs[tileMode].tmx,
155 kTileConfigs[tileMode]
89 drawSceneColumn(SkCanvas* canvas, const SkPoint& pos, SkScalar scale, SkScalar localScale, unsigned tileMode) argument
141 drawScene(SkCanvas* canvas, const SkMatrix& matrix, const SkMatrix& localMatrix, unsigned tileMode) argument
[all...]
/external/mesa3d/src/amd/addrlib/core/
H A Daddrlib.cpp410 if (ComputeSurfaceThickness(pIn->tileMode) > 1 && pIn->numSamples > 1)
479 ADDR_ASSERT(localIn.tileMode == ADDR_TM_LINEAR_ALIGNED || localIn.height == 1);
529 &localIn.tileMode,
538 &localIn.tileMode, &localIn.tileType);
543 ADDR_ASSERT(!IsMacroTiled(localIn.tileMode));
550 AddrTileMode tileMode = localIn.tileMode; local
554 if (HwlOverrideTileMode(&localIn, &tileMode, &tileType))
556 localIn.tileMode = tileMode;
1400 ComputeSurfaceThickness( AddrTileMode tileMode) argument
2763 ComputeSurfaceCoordFromAddrMicroTiled( UINT_64 addr, UINT_32 bitPosition, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSamples, AddrTileMode tileMode, UINT_32 tileBase, UINT_32 compBits, UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, AddrTileType microTileType, BOOL_32 isDepthSampleOrder ) const argument
2926 ComputePixelIndexWithinMicroTile( UINT_32 x, UINT_32 y, UINT_32 z, UINT_32 bpp, AddrTileMode tileMode, AddrTileType microTileType ) const argument
3171 PadDimensions( AddrTileMode tileMode, UINT_32 bpp, ADDR_SURFACE_FLAGS flags, UINT_32 numSamples, ADDR_TILEINFO* pTileInfo, UINT_32 padDims, UINT_32 mipLevel, UINT_32* pPitch, UINT_32 pitchAlign, UINT_32* pHeight, UINT_32 heightAlign, UINT_32* pSlices, UINT_32 sliceAlign ) const argument
3338 IsMacroTiled( AddrTileMode tileMode) argument
3355 IsMacro3dTiled( AddrTileMode tileMode) argument
3372 IsMicroTiled( AddrTileMode tileMode) argument
3389 IsLinear( AddrTileMode tileMode) argument
3405 IsPrtNoRotationTileMode( AddrTileMode tileMode) argument
3421 IsPrtTileMode( AddrTileMode tileMode) argument
3507 AddrTileMode tileMode = pIn->tileMode; local
3555 DegradeLargeThickTile( AddrTileMode tileMode, UINT_32 bpp) const argument
[all...]
H A Daddrlib.h475 AddrTileMode DegradeLargeThickTile(AddrTileMode tileMode, UINT_32 bpp) const;
478 AddrTileMode tileMode, UINT_32 bpp, ADDR_SURFACE_FLAGS flags,
484 AddrTileMode tileMode, UINT_32 bpp, ADDR_SURFACE_FLAGS flags,
507 AddrTileMode tileMode, UINT_32 tileBase, UINT_32 compBits,
513 UINT_32 bpp, AddrTileMode tileMode, AddrTileType microTileType) const;
518 AddrTileMode tileMode, UINT_32 tileBase, UINT_32 compBits,
533 UINT_32 x, UINT_32 y, UINT_32 slice, AddrTileMode tileMode,
556 AddrTileMode tileMode);
559 static BOOL_32 IsMacroTiled(AddrTileMode tileMode);
560 static BOOL_32 IsMacro3dTiled(AddrTileMode tileMode);
483 HwlPadDimensions( AddrTileMode tileMode, UINT_32 bpp, ADDR_SURFACE_FLAGS flags, UINT_32 numSamples, ADDR_TILEINFO* pTileInfo, UINT_32 padDims, UINT_32 mipLevel, UINT_32* pPitch, UINT_32 pitchAlign, UINT_32* pHeight, UINT_32 heightAlign, UINT_32* pSlices, UINT_32 sliceAlign) const argument
[all...]
/external/skia/src/shaders/gradients/
H A DSk4fLinearGradient.h31 template <typename dstType, ApplyPremul premul, SkShader::TileMode tileMode>
/external/skqp/src/shaders/gradients/
H A DSk4fLinearGradient.h31 template <typename dstType, ApplyPremul premul, SkShader::TileMode tileMode>
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_surface.c216 switch (AddrSurfInfoOut->tileMode) {
245 AddrDccIn->tileMode = AddrSurfInfoOut->tileMode;
332 AddrSurfInfoIn.tileMode = ADDR_TM_LINEAR_ALIGNED;
335 AddrSurfInfoIn.tileMode = ADDR_TM_1D_TILED_THIN1;
338 AddrSurfInfoIn.tileMode = ADDR_TM_2D_TILED_THIN1;
406 if (AddrSurfInfoIn.tileMode >= ADDR_TM_2D_TILED_THIN1 &&
428 assert(AddrSurfInfoIn.tileMode == ADDR_TM_2D_TILED_THIN1);
472 if (AddrSurfInfoOut.tileMode >= ADDR_TM_2D_TILED_THIN1) {
505 if (AddrSurfInfoOut.tileMode >
[all...]
/external/skia/experimental/svg/model/
H A DSkSVGGradient.cpp95 const auto tileMode = static_cast<SkShader::TileMode>(fSpreadMethod.type()); local
97 paint->setShader(this->onMakeShader(ctx, colors.begin(), pos.begin(), colors.count(), tileMode,
/external/skqp/experimental/svg/model/
H A DSkSVGGradient.cpp95 const auto tileMode = static_cast<SkShader::TileMode>(fSpreadMethod.type()); local
97 paint->setShader(this->onMakeShader(ctx, colors.begin(), pos.begin(), colors.count(), tileMode,

Completed in 1040 milliseconds

123