Lines Matching refs:stride
372 memobj->stride = whandle->stride;
1399 whandle->stride);
1417 res->aux.surf.row_pitch_B = whandle->stride;
1731 * dri2_check_dma_buf_attribs). Ensure we return a non-zero stride as
1810 whandle->stride = res->aux.surf.row_pitch_B;
1813 /* If this is a buffer, stride should be 0 - no need to special case */
1814 whandle->stride = res->surf.row_pitch_B;
2023 xfer->stride = isl_surf_get_row_pitch_B(surf);
2082 s8_offset(uint32_t stride, uint32_t x, uint32_t y)
2087 uint32_t row_size = 64 * stride / 2; /* Two rows are interleaved. */
2133 untiled_s8_map[s * xfer->layer_stride + y * xfer->stride + x];
2150 xfer->stride = surf->row_pitch_B;
2151 xfer->layer_stride = xfer->stride * box->height;
2179 untiled_s8_map[s * xfer->layer_stride + y * xfer->stride + x] =
2235 surf->row_pitch_B, xfer->stride,
2251 xfer->stride = ALIGN(surf->row_pitch_B, 16);
2252 xfer->layer_stride = xfer->stride * box->height;
2279 isl_memcpy_tiled_to_linear(x1, x2, y1, y2, ptr, src, xfer->stride,
2299 xfer->stride = 0;
2317 xfer->stride = isl_surf_get_row_pitch_B(surf);
2320 map->ptr = ptr + y0_el * xfer->stride + x0_el * cpp;
2550 unsigned stride,
2574 data, stride, layer_stride);
2600 dst[offset] = src[y * stride + x];
2610 surf->row_pitch_B, stride,