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.c606 const uint *ptrc in pipe_get_tile_z() local
609 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() local
623 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() local
638 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 …]