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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_tile.c607 const uint *ptrc local in function:pipe_get_tile_z
610 memcpy(pDest, ptrc, 4 * w);
612 ptrc += pt->stride/4;
619 const uint *ptrc local in function:pipe_get_tile_z
624 pDest[j] = (ptrc[j] << 8) | ((ptrc[j] >> 16) & 0xff);
627 ptrc += pt->stride/4;
634 const uint *ptrc local in function:pipe_get_tile_z
639 pDest[j] = (ptrc[j] & 0xffffff00) | ((ptrc[
648 const ushort *ptrc local in function:pipe_get_tile_z
662 const float *ptrc = (const float *)(map + y * pt->stride + x*4); local in function:pipe_get_tile_z
684 const float *ptrc = (const float *)(map + y * pt->stride + x*8); local in function:pipe_get_tile_z
717 const uint *ptrc = zSrc; local in function:pipe_put_tile_z
[all...]

Completed in 3 milliseconds