Lines Matching refs:tileRow

1382 	u32 numTileRows, tileRow;	  in TCWriteTplImage_I4()  local
1398 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_I4()
1402 TCPackTile_I4( colorLayer, (tileCol * 8), (tileRow * 8), dstPtr); in TCWriteTplImage_I4()
1483 u32 numTileRows, tileRow; in TCWriteTplImage_I8() local
1499 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_I8()
1503 TCPackTile_I8( colorLayer, (tileCol * 8), (tileRow * 4), dstPtr); in TCWriteTplImage_I8()
1569 u32 numTileRows, tileRow; in TCWriteTplImage_IA4() local
1585 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_IA4()
1589 TCPackTile_IA4( colorLayer, alphaLayer, (tileCol * 8), (tileRow * 4), dstPtr); in TCWriteTplImage_IA4()
1668 u32 numTileRows, tileRow; in TCWriteTplImage_IA8() local
1684 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_IA8()
1688 TCPackTile_IA8( colorLayer, alphaLayer, (tileCol * 4), (tileRow * 4), dstPtr); in TCWriteTplImage_IA8()
1764 u32 numTileRows, tileRow; in TCWriteTplImage_R5G6B5() local
1780 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_R5G6B5()
1784 TCPackTile_R5G6B5( colorLayer, (tileCol * 4), (tileRow * 4), dstPtr); in TCWriteTplImage_R5G6B5()
1844 u32 numTileRows, tileRow; in TCWriteTplImage_RGB5A3() local
1860 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_RGB5A3()
1864 TCPackTile_RGB5A3( colorLayer, alphaLayer, (tileCol * 4), (tileRow * 4), dstPtr); in TCWriteTplImage_RGB5A3()
1955 u32 numTileRows, tileRow; in TCWriteTplImage_RGBA8() local
1971 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_RGBA8()
1975 TCPackTile_RGBA8( colorLayer, alphaLayer, (tileCol * 4), (tileRow * 4), dstPtr ); in TCWriteTplImage_RGBA8()
2052 u32 numTileRows, tileRow; in TCWriteTplImage_CI4() local
2068 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_CI4()
2072 TCPackTile_CI4( colorLayer, (tileCol * 8), (tileRow * 8), dstPtr); in TCWriteTplImage_CI4()
2139 u32 numTileRows, tileRow; in TCWriteTplImage_CI8() local
2155 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_CI8()
2159 TCPackTile_CI8( colorLayer, (tileCol * 8), (tileRow * 4), dstPtr); in TCWriteTplImage_CI8()
2216 u32 numTileRows, tileRow; in TCWriteTplImage_CI14_X2() local
2232 for( tileRow=0; tileRow<numTileRows; tileRow++ ) in TCWriteTplImage_CI14_X2()
2236 TCPackTile_CI14_X2( colorLayer, (tileCol * 4), (tileRow * 4), dstPtr); in TCWriteTplImage_CI14_X2()
2297 u32 tileRow, tileCol; in TCWriteTplImage_CMP() local
2308 for(tileRow = 0; tileRow < srcTileRows; tileRow += 2 ) in TCWriteTplImage_CMP()
2312 TCPackTile_CMP( colorLayer, tileCol, tileRow, dstPtr ); in TCWriteTplImage_CMP()