Searched refs:zSrc (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_drawpix.c | 329 const GLushort *zSrc = (const GLushort *) in draw_depth_pixels() local 334 span.array->z[i] = zSrc[i]; in draw_depth_pixels() 350 const GLuint *zSrc = (const GLuint *) in draw_depth_pixels() local 354 memcpy(span.array->z, zSrc, width * sizeof(GLuint)); in draw_depth_pixels() 359 span.array->z[col] = zSrc[col] >> shift; in draw_depth_pixels() 378 const GLvoid *zSrc = _mesa_image_address2d(unpack, in draw_depth_pixels() local 392 type, zSrc, unpack); in draw_depth_pixels()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tile.c | 713 const uint *zSrc) in pipe_put_tile_z() argument 716 const uint *ptrc = zSrc; in pipe_put_tile_z()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 173265 const char *zSrc, /* The source or pattern file */ 173304 memcpy(zOut, &zSrc[ofst], cnt);
|
/external/sqlite/dist/ |
D | sqlite3.c | 173293 const char *zSrc, /* The source or pattern file */ 173332 memcpy(zOut, &zSrc[ofst], cnt);
|