Searched refs:zSrc (Results 1 – 2 of 2) sorted by relevance
327 const GLushort *zSrc = (const GLushort *) in draw_depth_pixels() local332 span.array->z[i] = zSrc[i]; in draw_depth_pixels()348 const GLuint *zSrc = (const GLuint *) in draw_depth_pixels() local352 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() local390 type, zSrc, unpack); in draw_depth_pixels()
738 const uint *zSrc) in pipe_put_tile_z() argument741 const uint *ptrc = zSrc; in pipe_put_tile_z()