/external/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 | 2290 drm_clip_rect_t * cliprects, int num_cliprects, int DR4) in drm_intel_gem_bo_exec() argument 2314 execbuf.num_cliprects = num_cliprects; in drm_intel_gem_bo_exec() 2357 drm_clip_rect_t *cliprects, int num_cliprects, int DR4, in do_exec2() argument 2404 execbuf.num_cliprects = num_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()
|
D | intel_bufmgr_fake.c | 1427 drm_clip_rect_t * cliprects, int num_cliprects, int DR4) in drm_intel_fake_bo_exec() argument 1469 batch.num_cliprects = num_cliprects; in drm_intel_fake_bo_exec()
|
/external/mesa3d/include/drm-uapi/ |
D | i915_drm.h | 347 int num_cliprects; /* mulitpass with multiple cliprects? */ member 359 int num_cliprects; /* mulitpass with multiple cliprects? */ member 793 __u32 num_cliprects; member 896 __u32 num_cliprects; member
|
/external/libdrm/include/drm/ |
D | i915_drm.h | 389 int num_cliprects; /* mulitpass with multiple cliprects? */ member 401 int num_cliprects; /* mulitpass with multiple cliprects? */ member 835 __u32 num_cliprects; member 938 __u32 num_cliprects; member
|
/external/kernel-headers/original/uapi/drm/ |
D | i915_drm.h | 389 int num_cliprects; /* mulitpass with multiple cliprects? */ member 401 int num_cliprects; /* mulitpass with multiple cliprects? */ member 865 __u32 num_cliprects; member 968 __u32 num_cliprects; member
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_batch_chain.c | 1375 .num_cliprects = 0, in setup_execbuf_for_cmd_buffer() 1599 execbuf.execbuf.num_cliprects = execbuf.fence_count; in anv_cmd_buffer_execbuf()
|
D | anv_queue.c | 93 execbuf.num_cliprects = 0; in anv_device_submit_simple_batch()
|