Home
last modified time | relevance | path

Searched refs:cliprects (Results 1 – 10 of 10) sorted by relevance

/external/libdrm/intel/
Dintel_bufmgr.c152 drm_clip_rect_t * cliprects, int num_cliprects, int DR4) in drm_intel_bo_exec() argument
154 return bo->bufmgr->bo_exec(bo, used, cliprects, num_cliprects, DR4); in drm_intel_bo_exec()
159 drm_clip_rect_t *cliprects, int num_cliprects, int DR4, in drm_intel_bo_mrb_exec() argument
164 cliprects, num_cliprects, DR4, in drm_intel_bo_mrb_exec()
171 cliprects, num_cliprects, DR4); in drm_intel_bo_mrb_exec()
Dintel_bufmgr_priv.h199 drm_clip_rect_t *cliprects, int num_cliprects,
206 drm_clip_rect_t *cliprects, int num_cliprects,
Dintel_bufmgr.h145 struct drm_clip_rect *cliprects, int num_cliprects, int DR4);
147 struct drm_clip_rect *cliprects, int num_cliprects, int DR4,
Dintel_bufmgr_gem.c2290 drm_clip_rect_t * cliprects, int num_cliprects, int DR4) in drm_intel_gem_bo_exec() argument
2313 execbuf.cliprects_ptr = (uintptr_t) cliprects; in drm_intel_gem_bo_exec()
2357 drm_clip_rect_t *cliprects, int num_cliprects, int DR4, in do_exec2() argument
2403 execbuf.cliprects_ptr = (uintptr_t)cliprects; in do_exec2()
2466 drm_clip_rect_t *cliprects, int num_cliprects, in drm_intel_gem_bo_exec2() argument
2469 return do_exec2(bo, used, NULL, cliprects, num_cliprects, DR4, in drm_intel_gem_bo_exec2()
2475 drm_clip_rect_t *cliprects, int num_cliprects, int DR4, in drm_intel_gem_bo_mrb_exec2() argument
2478 return do_exec2(bo, used, NULL, cliprects, num_cliprects, DR4, in drm_intel_gem_bo_mrb_exec2()
Dintel_bufmgr_fake.c1427 drm_clip_rect_t * cliprects, int num_cliprects, int DR4) in drm_intel_fake_bo_exec() argument
1468 batch.cliprects = cliprects; in drm_intel_fake_bo_exec()
/external/mesa3d/include/drm-uapi/
Di915_drm.h348 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member
360 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member
/external/libdrm/include/drm/
Di915_drm.h390 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member
402 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member
/external/kernel-headers/original/uapi/drm/
Di915_drm.h390 struct drm_clip_rect __user *cliprects; /* pointer to userspace cliprects */ member
402 struct drm_clip_rect __user *cliprects; /* pointer to userspace cliprects */ member
/external/mesa3d/src/gallium/state_trackers/va/
Dva_private.h349 unsigned short desth, VARectangle *cliprects, unsigned int number_cliprects,
Dsurface.c273 unsigned short destw, unsigned short desth, VARectangle *cliprects, in vlVaPutSurface() argument