Searched defs:cliprects (Results 1 - 6 of 6) sorted by relevance
/third_party/libdrm/intel/ |
H A D | intel_bufmgr.c | 151 drm_intel_bo_exec(drm_intel_bo *bo, int used, drm_clip_rect_t * cliprects, int num_cliprects, int DR4) drm_intel_bo_exec() argument 158 drm_intel_bo_mrb_exec(drm_intel_bo *bo, int used, drm_clip_rect_t *cliprects, int num_cliprects, int DR4, unsigned int rings) drm_intel_bo_mrb_exec() argument
|
H A D | intel_bufmgr_fake.c | 1426 drm_intel_fake_bo_exec(drm_intel_bo *bo, int used, drm_clip_rect_t * cliprects, int num_cliprects, int DR4) drm_intel_fake_bo_exec() argument
|
H A D | intel_bufmgr_gem.c | 2299 do_exec2(drm_intel_bo *bo, int used, drm_intel_context *ctx, drm_clip_rect_t *cliprects, int num_cliprects, int DR4, int in_fence, int *out_fence, unsigned int flags) do_exec2() argument 2408 drm_intel_gem_bo_exec2(drm_intel_bo *bo, int used, drm_clip_rect_t *cliprects, int num_cliprects, int DR4) drm_intel_gem_bo_exec2() argument 2417 drm_intel_gem_bo_mrb_exec2(drm_intel_bo *bo, int used, drm_clip_rect_t *cliprects, int num_cliprects, int DR4, unsigned int flags) drm_intel_gem_bo_mrb_exec2() argument
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | surface.c | 305 vlVaPutSurface(VADriverContextP ctx, VASurfaceID surface_id, void* draw, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, VARectangle *cliprects, unsigned int number_cliprects, unsigned int flags) vlVaPutSurface() argument
|
/third_party/libdrm/include/drm/ |
H A 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/ |
H A D | i915_drm.h | 547 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member 559 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member
|
Completed in 20 milliseconds