Searched refs:ptrc (Results 1 – 1 of 1) sorted by relevance
606 const uint *ptrc in pipe_get_tile_z() local609 memcpy(pDest, ptrc, 4 * w); in pipe_get_tile_z()611 ptrc += pt->stride/4; in pipe_get_tile_z()618 const uint *ptrc in pipe_get_tile_z() local623 pDest[j] = (ptrc[j] << 8) | ((ptrc[j] >> 16) & 0xff); in pipe_get_tile_z()626 ptrc += pt->stride/4; in pipe_get_tile_z()633 const uint *ptrc in pipe_get_tile_z() local638 pDest[j] = (ptrc[j] & 0xffffff00) | ((ptrc[j] >> 24) & 0xff); in pipe_get_tile_z()641 ptrc += pt->stride/4; in pipe_get_tile_z()647 const ushort *ptrc in pipe_get_tile_z() local[all …]