Home | History | Annotate | Download | only in gvt

Lines Matching defs:stride

232 		unsigned int stride = 0;
240 stride = info->stride;
245 stride = info->stride;
251 obj->tiling_and_stride = tiling_mode | stride;
287 info->stride = p.stride;
317 info->stride = c.width * (c.bpp / 8);
335 info->size = info->stride * roundup(info->height, tile_height);
415 gvt_dmabuf->stride = fb_info->stride;