Searched refs:zSrc (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_drawpix.c | 327 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/ |
D | u_tile.c | 738 const uint *zSrc) in pipe_put_tile_z() argument 741 const uint *ptrc = zSrc; in pipe_put_tile_z()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 169171 const char *zSrc, /* The source or pattern file */ 169210 memcpy(zOut, &zSrc[ofst], cnt);
|
/external/sqlite/dist/ |
D | sqlite3.c | 169183 const char *zSrc, /* The source or pattern file */ 169222 memcpy(zOut, &zSrc[ofst], cnt);
|