Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_drawpix.c327 const GLushort *zSrc = (const GLushort *) in draw_depth_pixels() local
332 span.array->z[i] = zSrc[i]; in draw_depth_pixels()
348 const GLuint *zSrc = (const GLuint *) in draw_depth_pixels() local
352 memcpy(span.array->z, zSrc, width * sizeof(GLuint)); in draw_depth_pixels()
357 span.array->z[col] = zSrc[col] >> shift; in draw_depth_pixels()
376 const GLvoid *zSrc = _mesa_image_address2d(unpack, in draw_depth_pixels() local
390 type, zSrc, unpack); in draw_depth_pixels()
/external/mesa3d/src/gallium/auxiliary/util/
Du_tile.c738 const uint *zSrc) in pipe_put_tile_z() argument
741 const uint *ptrc = zSrc; in pipe_put_tile_z()