| /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
| D | tilemgr.cpp | 98 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()
|
| D | backend_clear.cpp | 64 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()
|
| D | api.h | 112 uint32_t renderTargetArrayIndex, 129 uint32_t renderTargetArrayIndex, 145 uint32_t renderTargetArrayIndex, 641 uint32_t renderTargetArrayIndex,
|
| D | tilemgr.h | 253 uint32_t renderTargetArrayIndex; // current render target array index loaded member 312 uint32_t renderTargetArrayIndex = 0);
|
| D | context.h | 66 uint32_t renderTargetArrayIndex; member 108 uint32_t renderTargetArrayIndex; member
|
| D | backend.cpp | 167 pHotTile->renderTargetArrayIndex, in ProcessStoreTileBE() 184 pHotTile->renderTargetArrayIndex, in ProcessStoreTileBE()
|
| D | rasterizer_impl.h | 50 uint32_t renderTargetArrayIndex); 1249 triDesc.triFlags.renderTargetArrayIndex); 1431 uint32_t renderTargetArrayIndex) 1461 renderTargetArrayIndex); 1482 renderTargetArrayIndex); 1503 renderTargetArrayIndex);
|
| D | rasterizer.cpp | 313 triDesc.triFlags.renderTargetArrayIndex); in RasterizeSimplePoint()
|
| D | api.cpp | 1626 uint32_t renderTargetArrayIndex, in SwrClearRenderTarget() argument 1647 pDC->FeWork.desc.clear.renderTargetArrayIndex = renderTargetArrayIndex; in SwrClearRenderTarget()
|
| D | binner.cpp | 1165 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()
|
| D | backend_impl.h | 653 psContext->renderTargetArrayIndex = work.triFlags.renderTargetArrayIndex;
|
| D | state.h | 389 uint32_t renderTargetArrayIndex; // IN: render target array index from GS member
|
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
| D | StoreTile.h | 945 …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 …]
|
| D | StoreTile.cpp | 53 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()
|
| D | LoadTile.cpp | 47 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()
|
| D | ClearTile.cpp | 61 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()
|
| D | InitMemory.h | 50 uint32_t renderTargetArrayIndex, 69 uint32_t renderTargetArrayIndex,
|
| D | LoadTile.h | 93 …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/ |
| D | swr_memory.h | 32 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()
|