/third_party/libdrm/intel/ |
D | intel_bufmgr.c | 152 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()
|
D | intel_bufmgr_priv.h | 199 drm_clip_rect_t *cliprects, int num_cliprects, 206 drm_clip_rect_t *cliprects, int num_cliprects,
|
D | intel_bufmgr.h | 145 struct drm_clip_rect *cliprects, int num_cliprects, int DR4); 147 struct drm_clip_rect *cliprects, int num_cliprects, int DR4,
|
D | intel_bufmgr_gem.c | 2306 drm_clip_rect_t * cliprects, int num_cliprects, int DR4) in drm_intel_gem_bo_exec() argument 2329 execbuf.cliprects_ptr = (uintptr_t) cliprects; in drm_intel_gem_bo_exec() 2373 drm_clip_rect_t *cliprects, int num_cliprects, int DR4, in do_exec2() argument 2419 execbuf.cliprects_ptr = (uintptr_t)cliprects; in do_exec2() 2482 drm_clip_rect_t *cliprects, int num_cliprects, in drm_intel_gem_bo_exec2() argument 2485 return do_exec2(bo, used, NULL, cliprects, num_cliprects, DR4, in drm_intel_gem_bo_exec2() 2491 drm_clip_rect_t *cliprects, int num_cliprects, int DR4, in drm_intel_gem_bo_mrb_exec2() argument 2494 return do_exec2(bo, used, NULL, cliprects, num_cliprects, DR4, in drm_intel_gem_bo_mrb_exec2()
|
D | intel_bufmgr_fake.c | 1427 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()
|
/third_party/libdrm/include/drm/ |
D | i915_drm.h | 416 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member 428 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member
|
/third_party/mesa3d/include/drm-uapi/ |
D | i915_drm.h | 484 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member 496 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | va_private.h | 376 unsigned short desth, VARectangle *cliprects, unsigned int number_cliprects,
|
D | surface.c | 307 unsigned short destw, unsigned short desth, VARectangle *cliprects, in vlVaPutSurface() argument
|