Lines Matching refs:tileCol
1383 u32 numTileCols, tileCol; in TCWriteTplImage_I4() local
1400 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_I4()
1402 TCPackTile_I4( colorLayer, (tileCol * 8), (tileRow * 8), dstPtr); in TCWriteTplImage_I4()
1484 u32 numTileCols, tileCol; in TCWriteTplImage_I8() local
1501 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_I8()
1503 TCPackTile_I8( colorLayer, (tileCol * 8), (tileRow * 4), dstPtr); in TCWriteTplImage_I8()
1570 u32 numTileCols, tileCol; in TCWriteTplImage_IA4() local
1587 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_IA4()
1589 TCPackTile_IA4( colorLayer, alphaLayer, (tileCol * 8), (tileRow * 4), dstPtr); in TCWriteTplImage_IA4()
1669 u32 numTileCols, tileCol; in TCWriteTplImage_IA8() local
1686 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_IA8()
1688 TCPackTile_IA8( colorLayer, alphaLayer, (tileCol * 4), (tileRow * 4), dstPtr); in TCWriteTplImage_IA8()
1765 u32 numTileCols, tileCol; in TCWriteTplImage_R5G6B5() local
1782 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_R5G6B5()
1784 TCPackTile_R5G6B5( colorLayer, (tileCol * 4), (tileRow * 4), dstPtr); in TCWriteTplImage_R5G6B5()
1845 u32 numTileCols, tileCol; in TCWriteTplImage_RGB5A3() local
1862 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_RGB5A3()
1864 TCPackTile_RGB5A3( colorLayer, alphaLayer, (tileCol * 4), (tileRow * 4), dstPtr); in TCWriteTplImage_RGB5A3()
1956 u32 numTileCols, tileCol; in TCWriteTplImage_RGBA8() local
1973 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_RGBA8()
1975 TCPackTile_RGBA8( colorLayer, alphaLayer, (tileCol * 4), (tileRow * 4), dstPtr ); in TCWriteTplImage_RGBA8()
2053 u32 numTileCols, tileCol; in TCWriteTplImage_CI4() local
2070 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_CI4()
2072 TCPackTile_CI4( colorLayer, (tileCol * 8), (tileRow * 8), dstPtr); in TCWriteTplImage_CI4()
2140 u32 numTileCols, tileCol; in TCWriteTplImage_CI8() local
2157 for(tileCol=0; tileCol<numTileCols; tileCol++) in TCWriteTplImage_CI8()
2159 TCPackTile_CI8( colorLayer, (tileCol * 8), (tileRow * 4), dstPtr); in TCWriteTplImage_CI8()
2217 u32 numTileCols, tileCol; in TCWriteTplImage_CI14_X2() local
2234 for(tileCol=0; tileCol<numTileCols; tileCol++) 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
2310 for(tileCol = 0; tileCol < srcTileCols; tileCol += 2 ) in TCWriteTplImage_CMP()
2312 TCPackTile_CMP( colorLayer, tileCol, tileRow, dstPtr ); in TCWriteTplImage_CMP()