Lines Matching defs:stride
210 unsigned stride = 0;
295 screen->resource_get_info(screen, surfaces[0]->texture, &stride,
297 if (!stride)
307 img->pitches[0] = stride > 0 ? stride : w * 2;
316 img->pitches[0] = stride > 0 ? stride : w * 4;
325 /* In some gallium platforms, the stride and offset are different*/
329 /* saved results in stride, offset, reuse those values to avoid a new call to: */
332 img->pitches[0] = stride;
390 /* Use stride = w as default if screen->resource_get_info was not available */
593 transfer->stride, views[i]->texture->array_size,
599 box.width, box.height, map, transfer->stride, 0, 0);
731 transfer->stride, tex->array_size,