Searched refs:ptrc (Results 1 – 1 of 1) sorted by relevance
629 const uint *ptrc in pipe_get_tile_z() local632 memcpy(pDest, ptrc, 4 * w); in pipe_get_tile_z()634 ptrc += pt->stride/4; in pipe_get_tile_z()641 const uint *ptrc in pipe_get_tile_z() local646 pDest[j] = (ptrc[j] << 8) | ((ptrc[j] >> 16) & 0xff); in pipe_get_tile_z()649 ptrc += pt->stride/4; in pipe_get_tile_z()656 const uint *ptrc in pipe_get_tile_z() local661 pDest[j] = (ptrc[j] & 0xffffff00) | ((ptrc[j] >> 24) & 0xff); in pipe_get_tile_z()664 ptrc += pt->stride/4; in pipe_get_tile_z()670 const ushort *ptrc in pipe_get_tile_z() local[all …]