Lines Matching refs:stride
861 whandle->stride);
890 res->aux.surf.row_pitch_B = whandle->stride;
1060 whandle->stride = res->aux.surf.row_pitch_B;
1063 /* If this is a buffer, stride should be 0 - no need to special case */
1064 whandle->stride = res->surf.row_pitch_B;
1266 xfer->stride = isl_surf_get_row_pitch_B(surf);
1331 s8_offset(uint32_t stride, uint32_t x, uint32_t y, bool swizzled)
1336 uint32_t row_size = 64 * stride / 2; /* Two rows are interleaved. */
1394 untiled_s8_map[s * xfer->layer_stride + y * xfer->stride + x];
1411 xfer->stride = surf->row_pitch_B;
1412 xfer->layer_stride = xfer->stride * box->height;
1441 untiled_s8_map[s * xfer->layer_stride + y * xfer->stride + x] =
1495 surf->row_pitch_B, xfer->stride,
1512 xfer->stride = ALIGN(surf->row_pitch_B, 16);
1513 xfer->layer_stride = xfer->stride * box->height;
1538 isl_memcpy_tiled_to_linear(x1, x2, y1, y2, ptr, src, xfer->stride,
1562 xfer->stride = 0;
1580 xfer->stride = isl_surf_get_row_pitch_B(surf);
1583 map->ptr = ptr + y0_el * xfer->stride + x0_el * cpp;
1977 memobj->stride = whandle->stride;