Lines Matching refs:tileRow
1377 u32 numTileRows, tileRow; in TCWriteTplImage_I4() local
1393 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_I4()
1397 TCPackTile_I4( colorLayer, (tileCol * 8), (tileRow * 8), dstPtr); in TCWriteTplImage_I4()
1478 u32 numTileRows, tileRow; in TCWriteTplImage_I8() local
1494 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_I8()
1498 TCPackTile_I8( colorLayer, (tileCol * 8), (tileRow * 4), dstPtr); in TCWriteTplImage_I8()
1564 u32 numTileRows, tileRow; in TCWriteTplImage_IA4() local
1580 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_IA4()
1584 TCPackTile_IA4( colorLayer, alphaLayer, (tileCol * 8), (tileRow * 4), dstPtr); in TCWriteTplImage_IA4()
1663 u32 numTileRows, tileRow; in TCWriteTplImage_IA8() local
1679 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_IA8()
1683 TCPackTile_IA8( colorLayer, alphaLayer, (tileCol * 4), (tileRow * 4), dstPtr); in TCWriteTplImage_IA8()
1759 u32 numTileRows, tileRow; in TCWriteTplImage_R5G6B5() local
1775 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_R5G6B5()
1779 TCPackTile_R5G6B5( colorLayer, (tileCol * 4), (tileRow * 4), dstPtr); in TCWriteTplImage_R5G6B5()
1839 u32 numTileRows, tileRow; in TCWriteTplImage_RGB5A3() local
1855 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_RGB5A3()
1859 TCPackTile_RGB5A3( colorLayer, alphaLayer, (tileCol * 4), (tileRow * 4), dstPtr); in TCWriteTplImage_RGB5A3()
1950 u32 numTileRows, tileRow; in TCWriteTplImage_RGBA8() local
1966 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_RGBA8()
1970 TCPackTile_RGBA8( colorLayer, alphaLayer, (tileCol * 4), (tileRow * 4), dstPtr ); in TCWriteTplImage_RGBA8()
2047 u32 numTileRows, tileRow; in TCWriteTplImage_CI4() local
2063 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_CI4()
2067 TCPackTile_CI4( colorLayer, (tileCol * 8), (tileRow * 8), dstPtr); in TCWriteTplImage_CI4()
2134 u32 numTileRows, tileRow; in TCWriteTplImage_CI8() local
2150 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_CI8()
2154 TCPackTile_CI8( colorLayer, (tileCol * 8), (tileRow * 4), dstPtr); in TCWriteTplImage_CI8()
2211 u32 numTileRows, tileRow; in TCWriteTplImage_CI14_X2() local
2227 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_CI14_X2()
2231 TCPackTile_CI14_X2( colorLayer, (tileCol * 4), (tileRow * 4), dstPtr); in TCWriteTplImage_CI14_X2()
2292 u32 tileRow, tileCol; in TCWriteTplImage_CMP() local
2303 for(tileRow = 0; tileRow < srcTileRows; tileRow += 2 ) in TCWriteTplImage_CMP()
2307 TCPackTile_CMP( colorLayer, tileCol, tileRow, dstPtr ); in TCWriteTplImage_CMP()