Home
last modified time | relevance | path

Searched refs:renderTargetArrayIndex (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtilemgr.cpp98 uint32_t renderTargetArrayIndex) in GetHotTile() argument
118 hotTile.renderTargetArrayIndex = renderTargetArrayIndex; in GetHotTile()
146 if (renderTargetArrayIndex != hotTile.renderTargetArrayIndex) in GetHotTile()
193 hotTile.renderTargetArrayIndex, in GetHotTile()
203 renderTargetArrayIndex, in GetHotTile()
206 hotTile.renderTargetArrayIndex = renderTargetArrayIndex; in GetHotTile()
236 hotTile.renderTargetArrayIndex = 0; in GetHotTileNoLoad()
379 pHotTile->renderTargetArrayIndex, in InitializeHotTiles()
410 pHotTile->renderTargetArrayIndex, in InitializeHotTiles()
440 pHotTile->renderTargetArrayIndex, in InitializeHotTiles()
Dbackend_clear.cpp64 uint32_t renderTargetArrayIndex, in ClearMacroTile() argument
130 renderTargetArrayIndex); in ClearMacroTile()
189 pClear->renderTargetArrayIndex); in ProcessClearBE()
209 pClear->renderTargetArrayIndex); in ProcessClearBE()
223 pClear->renderTargetArrayIndex); in ProcessClearBE()
258 pClear->renderTargetArrayIndex, in ProcessClearBE()
275 pClear->renderTargetArrayIndex, in ProcessClearBE()
290 pClear->renderTargetArrayIndex, in ProcessClearBE()
Dapi.h112 uint32_t renderTargetArrayIndex,
129 uint32_t renderTargetArrayIndex,
145 uint32_t renderTargetArrayIndex,
641 uint32_t renderTargetArrayIndex,
Dtilemgr.h253 uint32_t renderTargetArrayIndex; // current render target array index loaded member
312 uint32_t renderTargetArrayIndex = 0);
Dcontext.h66 uint32_t renderTargetArrayIndex; member
108 uint32_t renderTargetArrayIndex; member
Dbackend.cpp167 pHotTile->renderTargetArrayIndex, in ProcessStoreTileBE()
184 pHotTile->renderTargetArrayIndex, in ProcessStoreTileBE()
Drasterizer_impl.h50 uint32_t renderTargetArrayIndex);
1249 triDesc.triFlags.renderTargetArrayIndex);
1431 uint32_t renderTargetArrayIndex)
1461 renderTargetArrayIndex);
1482 renderTargetArrayIndex);
1503 renderTargetArrayIndex);
Drasterizer.cpp313 triDesc.triFlags.renderTargetArrayIndex); in RasterizeSimplePoint()
Dapi.cpp1626 uint32_t renderTargetArrayIndex, in SwrClearRenderTarget() argument
1647 pDC->FeWork.desc.clear.renderTargetArrayIndex = renderTargetArrayIndex; in SwrClearRenderTarget()
Dbinner.cpp1165 desc.triFlags.renderTargetArrayIndex = aRTAI[triIndex]; in BinTrianglesImpl()
1378 desc.triFlags.renderTargetArrayIndex = aRTAI[primIndex]; in BinPostSetupPointsImpl()
1534 desc.triFlags.renderTargetArrayIndex = aRTAI[primIndex]; in BinPostSetupPointsImpl()
1834 desc.triFlags.renderTargetArrayIndex = aRTAI[primIndex]; in BinPostSetupLinesImpl()
Dbackend_impl.h653 psContext->renderTargetArrayIndex = work.triFlags.renderTargetArrayIndex;
Dstate.h389 uint32_t renderTargetArrayIndex; // IN: render target array index from GS member
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DStoreTile.h945 …uint32_t x, uint32_t y, uint32_t sampleNum, uint32_t renderTargetArrayIndex) // (x, y) pixel coord…
963 …pDstSurface->arrayIndex + renderTargetArrayIndex, pDstSurface->arrayIndex + renderTargetArrayIndex,
982 …uint32_t x, uint32_t y, uint32_t sampleOffset, uint32_t renderTargetArrayIndex) // (x, y) pixel co…
1020 …pResolveSurface->arrayIndex + renderTargetArrayIndex, pResolveSurface->arrayIndex + renderTargetAr…
1054 uint32_t x, uint32_t y, uint32_t sampleNum, uint32_t renderTargetArrayIndex)
1062 … return GenericStoreTile::Store(pSrc, pDstSurface, x, y, sampleNum, renderTargetArrayIndex);
1065 …int8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex,
1066 … pDstSurface->arrayIndex + renderTargetArrayIndex, sampleNum, pDstSurface->lod, pDstSurface);
1119 uint32_t x, uint32_t y, uint32_t sampleNum, uint32_t renderTargetArrayIndex)
1127 … return GenericStoreTile::Store(pSrc, pDstSurface, x, y, sampleNum, renderTargetArrayIndex);
[all …]
DStoreTile.cpp53 uint32_t x, uint32_t y, uint32_t renderTargetArrayIndex, in SwrStoreHotTileToSurface() argument
62 if (renderTargetArrayIndex >= pDstSurface->depth) in SwrStoreHotTileToSurface()
64 renderTargetArrayIndex = 0; in SwrStoreHotTileToSurface()
107 pfnStoreTiles(pSrcHotTile, pDstSurface, x, y, renderTargetArrayIndex); in SwrStoreHotTileToSurface()
DLoadTile.cpp47 uint32_t x, uint32_t y, uint32_t renderTargetArrayIndex, in SwrLoadHotTile() argument
59 if (renderTargetArrayIndex >= pSrcSurface->depth) in SwrLoadHotTile()
61 renderTargetArrayIndex = 0; in SwrLoadHotTile()
145 pfnLoadTiles(pSrcSurface, pDstHotTile, x, y, renderTargetArrayIndex); in SwrLoadHotTile()
DClearTile.cpp61 uint32_t renderTargetArrayIndex) in StoreClear()
71 x, y, pDstSurface->arrayIndex + renderTargetArrayIndex, in StoreClear()
72 pDstSurface->arrayIndex + renderTargetArrayIndex, in StoreClear()
120 UINT x, UINT y, uint32_t renderTargetArrayIndex) in StoreClear()
143 …ar(dstFormattedColor, dstBytesPerPixel, pDstSurface, (x + col), (y + row), renderTargetArrayIndex); in StoreClear()
161 uint32_t renderTargetArrayIndex, in SwrStoreHotTileClear() argument
186 pfnStoreTilesClear(pClearColor, pDstSurface, x, y, renderTargetArrayIndex); in SwrStoreHotTileClear()
DInitMemory.h50 uint32_t renderTargetArrayIndex,
69 uint32_t renderTargetArrayIndex,
DLoadTile.h93 …uint32_t x, uint32_t y, uint32_t sampleNum, uint32_t renderTargetArrayIndex) // (x, y) pixel coord… in Load()
106 …omputeSurfaceAddress<false, true>(x + rx, y + ry, pSrcSurface->arrayIndex + renderTargetArrayIndex, in Load()
107 pSrcSurface->arrayIndex + renderTargetArrayIndex, sampleNum, in Load()
135 uint32_t x, uint32_t y, uint32_t renderTargetArrayIndex) in Load()
147 …oadRasterTileFn(pSrcSurface, pDstHotTile, (x + col), (y + row), sampleNum, renderTargetArrayIndex); in Load()
353 uint32_t x, uint32_t y, uint32_t renderTargetArrayIndex,
/external/mesa3d/src/gallium/drivers/swr/
Dswr_memory.h32 uint32_t renderTargetArrayIndex, uint8_t* pDstHotTile) in swr_LoadHotTile() argument
38 …, pDC->pContext->pBucketMgr, dstFormat, renderTargetIndex, x, y, renderTargetArrayIndex, pDstHotTi… in swr_LoadHotTile()
47 uint32_t renderTargetArrayIndex, uint8_t* pSrcHotTile) in swr_StoreHotTile() argument
53 …, pDC->pContext->pBucketMgr, srcFormat, renderTargetIndex, x, y, renderTargetArrayIndex, pSrcHotTi… in swr_StoreHotTile()