/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_memory.h | 31 uint32_t renderTargetArrayIndex, uint8_t* pDstHotTile) in swr_LoadHotTile() argument 37 …nSwrLoadHotTile(pSrcSurface, dstFormat, renderTargetIndex, x, y, renderTargetArrayIndex, pDstHotTi… in swr_LoadHotTile() 45 uint32_t renderTargetArrayIndex, uint8_t* pSrcHotTile) in swr_StoreHotTile() argument 51 …otTileToSurface(pDstSurface, srcFormat, renderTargetIndex, x, y, renderTargetArrayIndex, pSrcHotTi… in swr_StoreHotTile() 59 uint32_t renderTargetArrayIndex, in swr_StoreHotTileClear() argument 66 …pDC->pAPI->pfnSwrStoreHotTileClear(pDstSurface, renderTargetIndex, x, y, renderTargetArrayIndex, p… in swr_StoreHotTileClear()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | StoreTile.h | 1111 …uint32_t x, uint32_t y, uint32_t sampleNum, uint32_t renderTargetArrayIndex) // (x, y) pixel coord… 1129 …pDstSurface->arrayIndex + renderTargetArrayIndex, pDstSurface->arrayIndex + renderTargetArrayIndex, 1148 …uint32_t x, uint32_t y, uint32_t sampleOffset, uint32_t renderTargetArrayIndex) // (x, y) pixel co… 1186 …pResolveSurface->arrayIndex + renderTargetArrayIndex, pResolveSurface->arrayIndex + renderTargetAr… 1220 uint32_t x, uint32_t y, uint32_t sampleNum, uint32_t renderTargetArrayIndex) 1228 … return GenericStoreTile::Store(pSrc, pDstSurface, x, y, sampleNum, renderTargetArrayIndex); 1231 …nt8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex, 1232 … pDstSurface->arrayIndex + renderTargetArrayIndex, sampleNum, pDstSurface->lod, pDstSurface); 1307 uint32_t x, uint32_t y, uint32_t sampleNum, uint32_t renderTargetArrayIndex) 1315 … return GenericStoreTile::Store(pSrc, pDstSurface, x, y, sampleNum, renderTargetArrayIndex); [all …]
|
D | StoreTile.cpp | 65 uint32_t x, uint32_t y, uint32_t renderTargetArrayIndex, in SwrStoreHotTileToSurface() argument 74 if (renderTargetArrayIndex >= pDstSurface->depth) in SwrStoreHotTileToSurface() 76 renderTargetArrayIndex = 0; in SwrStoreHotTileToSurface() 117 pfnStoreTiles(pSrcHotTile, pDstSurface, x, y, renderTargetArrayIndex); in SwrStoreHotTileToSurface()
|
D | LoadTile.cpp | 60 uint32_t x, uint32_t y, uint32_t renderTargetArrayIndex, in SwrLoadHotTile() argument 72 if (renderTargetArrayIndex >= pSrcSurface->depth) in SwrLoadHotTile() 74 renderTargetArrayIndex = 0; in SwrLoadHotTile() 156 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() 160 uint32_t renderTargetArrayIndex, in SwrStoreHotTileClear() argument 185 pfnStoreTilesClear(pClearColor, pDstSurface, x, y, renderTargetArrayIndex); in SwrStoreHotTileClear()
|
D | LoadTile.h | 109 …uint32_t x, uint32_t y, uint32_t sampleNum, uint32_t renderTargetArrayIndex) // (x, y) pixel coord… in Load() 122 …omputeSurfaceAddress<false, true>(x + rx, y + ry, pSrcSurface->arrayIndex + renderTargetArrayIndex, in Load() 123 pSrcSurface->arrayIndex + renderTargetArrayIndex, sampleNum, in Load() 151 uint32_t x, uint32_t y, uint32_t renderTargetArrayIndex) in Load() 163 …oadRasterTileFn(pSrcSurface, pDstHotTile, (x + col), (y + row), sampleNum, renderTargetArrayIndex); in Load()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | tilemgr.cpp | 87 uint32_t renderTargetArrayIndex) in GetHotTile() argument 106 hotTile.renderTargetArrayIndex = renderTargetArrayIndex; in GetHotTile() 134 if (renderTargetArrayIndex != hotTile.renderTargetArrayIndex) in GetHotTile() 167 …x * KNOB_MACROTILE_X_DIM, y * KNOB_MACROTILE_Y_DIM, hotTile.renderTargetArrayIndex, hotTile.pBuffe… in GetHotTile() 171 … x * KNOB_MACROTILE_X_DIM, y * KNOB_MACROTILE_Y_DIM, renderTargetArrayIndex, hotTile.pBuffer); in GetHotTile() 173 hotTile.renderTargetArrayIndex = renderTargetArrayIndex; in GetHotTile() 200 hotTile.renderTargetArrayIndex = 0; in GetHotTileNoLoad() 401 …GET_ATTACHMENT)(SWR_ATTACHMENT_COLOR0 + rtSlot), x, y, pHotTile->renderTargetArrayIndex, pHotTile-… in InitializeHotTiles() 424 …NOB_DEPTH_HOT_TILE_FORMAT, SWR_ATTACHMENT_DEPTH, x, y, pHotTile->renderTargetArrayIndex, pHotTile-… in InitializeHotTiles() 446 …STENCIL_HOT_TILE_FORMAT, SWR_ATTACHMENT_STENCIL, x, y, pHotTile->renderTargetArrayIndex, pHotTile-… in InitializeHotTiles()
|
D | backend_clear.cpp | 79 …DC, SWR_RENDERTARGET_ATTACHMENT rt, uint32_t macroTile, uint32_t renderTargetArrayIndex, DWORD cle… in ClearMacroTile() argument 149 …otTileMgr->GetHotTile(pDC->pContext, pDC, macroTile, rt, true, numSamples, renderTargetArrayIndex); in ClearMacroTile() 194 …pDC, macroTile, (SWR_RENDERTARGET_ATTACHMENT)rt, true, numSamples, pClear->renderTargetArrayIndex); in ProcessClearBE() 207 …(pContext, pDC, macroTile, SWR_ATTACHMENT_DEPTH, true, numSamples, pClear->renderTargetArrayIndex); in ProcessClearBE() 214 …Context, pDC, macroTile, SWR_ATTACHMENT_STENCIL, true, numSamples, pClear->renderTargetArrayIndex); in ProcessClearBE() 245 …arTiles(pDC, (SWR_RENDERTARGET_ATTACHMENT)rt, macroTile, pClear->renderTargetArrayIndex, clearData… in ProcessClearBE() 256 …pfnClearTiles(pDC, SWR_ATTACHMENT_DEPTH, macroTile, pClear->renderTargetArrayIndex, clearData, pCl… in ProcessClearBE() 265 …pfnClearTiles(pDC, SWR_ATTACHMENT_STENCIL, macroTile, pClear->renderTargetArrayIndex, clearData, p… in ProcessClearBE()
|
D | api.h | 120 uint32_t x, uint32_t y, uint32_t renderTargetArrayIndex, uint8_t *pDstHotTile); 132 uint32_t x, uint32_t y, uint32_t renderTargetArrayIndex, uint8_t *pSrcHotTile); 144 uint32_t x, uint32_t y, uint32_t renderTargetArrayIndex, const float* pClearColor); 622 uint32_t renderTargetArrayIndex, 720 uint32_t x, uint32_t y, uint32_t renderTargetArrayIndex, 734 uint32_t x, uint32_t y, uint32_t renderTargetArrayIndex, 748 uint32_t renderTargetArrayIndex,
|
D | tilemgr.h | 262 uint32_t renderTargetArrayIndex; // current render target array index loaded member 309 uint32_t renderTargetArrayIndex = 0);
|
D | context.h | 65 uint32_t renderTargetArrayIndex; member 106 uint32_t renderTargetArrayIndex; member
|
D | backend.cpp | 141 …pfnClearTiles(pDC, attachment, macroTile, pHotTile->renderTargetArrayIndex, pHotTile->clearData, p… in ProcessStoreTileBE() 150 attachment, destX, destY, pHotTile->renderTargetArrayIndex, pHotTile->pBuffer); in ProcessStoreTileBE()
|
D | rasterizer_impl.h | 43 …roID, uint32_t x, uint32_t y, RenderOutputBuffers &renderBuffers, uint32_t renderTargetArrayIndex); 1151 …mples>(pDC, macroTile, minTileX, minTileY, renderBuffers, triDesc.triFlags.renderTargetArrayIndex); 1300 …int32_t tileX, uint32_t tileY, RenderOutputBuffers &renderBuffers, uint32_t renderTargetArrayIndex) 1320 numSamples, renderTargetArrayIndex); 1332 numSamples, renderTargetArrayIndex); 1343 numSamples, renderTargetArrayIndex);
|
D | api.cpp | 1575 uint32_t renderTargetArrayIndex, in SwrClearRenderTarget() argument 1596 pDC->FeWork.desc.clear.renderTargetArrayIndex = renderTargetArrayIndex; in SwrClearRenderTarget()
|
D | rasterizer.cpp | 309 renderBuffers, triDesc.triFlags.renderTargetArrayIndex); in RasterizeSimplePoint()
|
D | binner.cpp | 1073 desc.triFlags.renderTargetArrayIndex = aRTAI[triIndex]; in BinTrianglesImpl() 1284 desc.triFlags.renderTargetArrayIndex = aRTAI[primIndex]; in BinPostSetupPointsImpl() 1430 desc.triFlags.renderTargetArrayIndex = aRTAI[primIndex]; in BinPostSetupPointsImpl() 1744 desc.triFlags.renderTargetArrayIndex = aRTAI[primIndex]; in BinPostSetupLinesImpl()
|
D | state.h | 357 uint32_t renderTargetArrayIndex; // IN: render target array index from GS member
|
D | backend_impl.h | 506 psContext->renderTargetArrayIndex = work.triFlags.renderTargetArrayIndex;
|