Home | History | Annotate | Download | only in r800

Lines Matching refs:tileIndex

1034     UINT_32 tileIndex;
1037 tileIndex = (UINT_32)(localOffset * 2 + (bitPosition != 0));
1041 tileIndex = (UINT_32)(localOffset / 4);
1054 *pSlice = tileIndex / (sliceSizeInTile / numPipes);
1055 macroOffset = tileIndex % (sliceSizeInTile / numPipes);
1063 const UINT_32 clIndex = tileIndex / tileNumPerPipe;
1072 macroOffset = tileIndex % tileNumPerPipe;
1762 pOut->tileIndex = index;
2175 pOut->tileIndex = pIn->tileIndex;
2454 // Global flag to control usage of tileIndex
2643 pSurfIn->tileIndex = pFmaskIn->tileIndex;
2662 pFmaskOut->tileIndex = pSurfOut->tileIndex;