Lines Matching refs:tileCol

1378 	u32 numTileCols, tileCol;  in TCWriteTplImage_I4()  local
1395 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_I4()
1397 TCPackTile_I4( colorLayer, (tileCol * 8), (tileRow * 8), dstPtr); in TCWriteTplImage_I4()
1479 u32 numTileCols, tileCol; in TCWriteTplImage_I8() local
1496 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_I8()
1498 TCPackTile_I8( colorLayer, (tileCol * 8), (tileRow * 4), dstPtr); in TCWriteTplImage_I8()
1565 u32 numTileCols, tileCol; in TCWriteTplImage_IA4() local
1582 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_IA4()
1584 TCPackTile_IA4( colorLayer, alphaLayer, (tileCol * 8), (tileRow * 4), dstPtr); in TCWriteTplImage_IA4()
1664 u32 numTileCols, tileCol; in TCWriteTplImage_IA8() local
1681 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_IA8()
1683 TCPackTile_IA8( colorLayer, alphaLayer, (tileCol * 4), (tileRow * 4), dstPtr); in TCWriteTplImage_IA8()
1760 u32 numTileCols, tileCol; in TCWriteTplImage_R5G6B5() local
1777 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_R5G6B5()
1779 TCPackTile_R5G6B5( colorLayer, (tileCol * 4), (tileRow * 4), dstPtr); in TCWriteTplImage_R5G6B5()
1840 u32 numTileCols, tileCol; in TCWriteTplImage_RGB5A3() local
1857 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_RGB5A3()
1859 TCPackTile_RGB5A3( colorLayer, alphaLayer, (tileCol * 4), (tileRow * 4), dstPtr); in TCWriteTplImage_RGB5A3()
1951 u32 numTileCols, tileCol; in TCWriteTplImage_RGBA8() local
1968 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_RGBA8()
1970 TCPackTile_RGBA8( colorLayer, alphaLayer, (tileCol * 4), (tileRow * 4), dstPtr ); in TCWriteTplImage_RGBA8()
2048 u32 numTileCols, tileCol; in TCWriteTplImage_CI4() local
2065 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_CI4()
2067 TCPackTile_CI4( colorLayer, (tileCol * 8), (tileRow * 8), dstPtr); in TCWriteTplImage_CI4()
2135 u32 numTileCols, tileCol; in TCWriteTplImage_CI8() local
2152 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_CI8()
2154 TCPackTile_CI8( colorLayer, (tileCol * 8), (tileRow * 4), dstPtr); in TCWriteTplImage_CI8()
2212 u32 numTileCols, tileCol; in TCWriteTplImage_CI14_X2() local
2229 for(tileCol=0; tileCol<numTileCols; tileCol++) 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
2305 for(tileCol = 0; tileCol < srcTileCols; tileCol += 2 ) in TCWriteTplImage_CMP()
2307 TCPackTile_CMP( colorLayer, tileCol, tileRow, dstPtr ); in TCWriteTplImage_CMP()