Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/swrast/
Ds_drawpix.c337 const GLushort *zSrc = (const GLushort *) in draw_depth_pixels() local
342 span.array->z[i] = zSrc[i]; in draw_depth_pixels()
358 const GLuint *zSrc = (const GLuint *) in draw_depth_pixels() local
362 memcpy(span.array->z, zSrc, width * sizeof(GLuint)); in draw_depth_pixels()
367 span.array->z[col] = zSrc[col] >> shift; in draw_depth_pixels()
386 const GLvoid *zSrc = _mesa_image_address2d(unpack, in draw_depth_pixels() local
400 type, zSrc, unpack); in draw_depth_pixels()
/third_party/sqlite/src/
Dsqlite3.c203024 const char *zSrc, /* The source or pattern file */
203063 memcpy(zOut, &zSrc[ofst], cnt);