Lines Matching refs:strides
278 uint32_t strides[4]; in xwl_glamor_gbm_get_wl_buffer_for_pixmap() local
310 strides[i] = gbm_bo_get_stride_for_plane(xwl_pixmap->bo, i); in xwl_glamor_gbm_get_wl_buffer_for_pixmap()
316 strides[0] = gbm_bo_get_stride(xwl_pixmap->bo); in xwl_glamor_gbm_get_wl_buffer_for_pixmap()
342 offsets[i], strides[i], in xwl_glamor_gbm_get_wl_buffer_for_pixmap()
481 const CARD32 *strides, const CARD32 *offsets, in glamor_pixmap_from_fds() argument
492 strides[0] < width * bpp / 8) in glamor_pixmap_from_fds()
506 data.strides[i] = strides[i]; in glamor_pixmap_from_fds()
518 data.stride = strides[0]; in glamor_pixmap_from_fds()
543 uint32_t *strides, uint32_t *offsets, in glamor_egl_fds_from_pixmap() argument
566 strides[i] = gbm_bo_get_stride_for_plane(xwl_pixmap->bo, i); in glamor_egl_fds_from_pixmap()
574 strides[0] = gbm_bo_get_stride(xwl_pixmap->bo); in glamor_egl_fds_from_pixmap()