Home
last modified time | relevance | path

Searched refs:ptrc (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_tile.c629 const uint *ptrc in pipe_get_tile_z() local
632 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() local
646 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() local
661 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 …]