Lines Matching defs:stride
509 virgl_encoder_write_dword(ctx->cbuf, so_info->stride[i]);
732 virgl_encoder_write_dword(ctx->cbuf, buffers[i].stride);
790 virgl_encoder_write_dword(ctx->cbuf, indirect->stride); /* indirect stride */
852 /* The stride and layer_stride are explicitly specified in the command. */
854 /* The stride and layer_stride are inferred by the host. In this case, the
855 * host will use the image stride and layer_stride for the specified level.
867 unsigned stride;
871 stride = transfer->stride;
874 stride = 0;
887 virgl_encoder_write_dword(buf, stride);
901 const void *data, unsigned stride,
904 uint32_t size = (stride ? stride : box->width) * box->height;
1552 /* Copy transfers need to explicitly specify the stride, since it may differ
1553 * from the image stride.