Home
last modified time | relevance | path

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

/third_party/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.c2306 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()
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()
/third_party/libdrm/include/drm/
Di915_drm.h416 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/
Di915_drm.h484 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/
Dva_private.h376 unsigned short desth, VARectangle *cliprects, unsigned int number_cliprects,
Dsurface.c307 unsigned short destw, unsigned short desth, VARectangle *cliprects, in vlVaPutSurface() argument