Searched refs:dstptr (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_split_copy.c92 GLubyte *dstptr; /**< dstptr == dstbuf + dstelt_max * vertsize */ member in struct:copy_context
221 copy->dstptr = copy->dstbuf;
258 GLubyte *csr = copy->dstptr;
294 copy->dstptr += copy->vertex_size;
296 assert(csr == copy->dstptr);
297 assert(copy->dstptr == (copy->dstbuf +
520 copy->dstptr = copy->dstbuf;
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_split_copy.c92 GLubyte *dstptr; /**< dstptr == dstbuf + dstelt_max * vertsize */ member in struct:copy_context
216 copy->dstptr = copy->dstbuf;
252 GLubyte *csr = copy->dstptr;
288 copy->dstptr += copy->vertex_size;
290 assert(csr == copy->dstptr);
291 assert(copy->dstptr == (copy->dstbuf +
520 copy->dstptr = copy->dstbuf;
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitscale.c1205 register unsigned char *srcptr, *dstptr; local in function:ScaleBitmap
1207 dstptr = char_grayscale;
1211 *dstptr++ = (srcptr[col >> 3] & mask[col & 0x7]) ? 255 : 0;
1213 dstptr++; /* Skip scratch column in dest */
1228 dstptr = char_grayscale + (width + 1) * height; /* scratch */
1240 *dstptr++ = sum / (left_size + right_width + 1);
1250 *dstptr++ = sum / box_x;
1258 *dstptr++ = sum / (left_width + right_size);
1282 dstptr = char_grayscale + width; /* scratch */
1296 *dstptr
[all...]
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitscale.c1202 register unsigned char *srcptr, *dstptr; local in function:ScaleBitmap
1204 dstptr = char_grayscale;
1208 *dstptr++ = (srcptr[col >> 3] & mask[col & 0x7]) ? 255 : 0;
1210 dstptr++; /* Skip scratch column in dest */
1225 dstptr = char_grayscale + (width + 1) * height; /* scratch */
1237 *dstptr++ = sum / (left_size + right_width + 1);
1247 *dstptr++ = sum / box_x;
1255 *dstptr++ = sum / (left_width + right_size);
1279 dstptr = char_grayscale + width; /* scratch */
1293 *dstptr
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_copy.c1796 nir_ssa_def *dstptr = local in function:panvk_meta_copy_buf2buf_shader
1801 nir_store_global(&b, dstptr, blksz,

Completed in 11 milliseconds