HomeSort by: relevance | last modified time | path
    Searched defs:surf (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_dumb.c 44 struct qxl_surface surf; local in function:qxl_mode_dumb_create
62 surf.width = args->width;
63 surf.height = args->height;
64 surf.stride = pitch;
65 surf.format = format;
68 args->size, &surf, &qobj,
qxl_ioctl.c 408 struct qxl_surface surf; local in function:qxl_alloc_surf_ioctl
414 surf.format = param->format;
415 surf.width = param->width;
416 surf.height = param->height;
417 surf.stride = param->stride;
418 surf.data = 0;
423 &surf,
qxl_display.c 220 return qxl_check_mode(qdev, bo->surf.width, bo->surf.height);
734 width = bo->surf.width;
735 height = bo->surf.height;
754 struct qxl_surface *surf)
759 memset(surf, 0, sizeof(*surf));
762 head->x = surf->width;
763 surf->width += head->width;
764 if (surf->height < head->height
786 struct qxl_surface surf; local in function:qxl_plane_prepare_fb
    [all...]
qxl_drv.h 95 struct qxl_surface surf; member in struct:qxl_bo
333 struct qxl_surface *surf,
339 struct qxl_surface *surf,
388 int qxl_io_update_area(struct qxl_device *qdev, struct qxl_bo *surf,
471 struct qxl_bo *surf);
475 struct qxl_bo *surf);
477 struct qxl_bo *surf);
483 void qxl_surface_evict(struct qxl_device *qdev, struct qxl_bo *surf, bool freeing);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.h 281 * @surf Display surface for STDU
289 struct vmw_surface *surf; member in struct:vmw_plane_state
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_evergreen_cs.c 200 struct eg_surface *surf,
203 surf->layer_size = surf->nbx * surf->nby * surf->bpe * surf->nsamples;
204 surf->base_align = surf->bpe;
205 surf->palign = 1;
206 surf->halign = 1
406 struct eg_surface surf; local in function:evergreen_cs_track_validate_cb
577 struct eg_surface surf; local in function:evergreen_cs_track_validate_stencil
682 struct eg_surface surf; local in function:evergreen_cs_track_validate_depth
787 struct eg_surface surf; local in function:evergreen_cs_track_validate_texture
    [all...]
  /src/sys/arch/hp300/stand/common/
scsireg.h 403 u_char surf : 1; member in struct:scsi_format

Completed in 15 milliseconds