/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 2330 execbuf.num_cliprects = num_cliprects; in drm_intel_gem_bo_exec() 2373 drm_clip_rect_t *cliprects, int num_cliprects, int DR4, in do_exec2() argument 2420 execbuf.num_cliprects = num_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 1469 batch.num_cliprects = num_cliprects; in drm_intel_fake_bo_exec()
|
/third_party/libdrm/include/drm/ |
D | i915_drm.h | 415 int num_cliprects; /* mulitpass with multiple cliprects? */ member 427 int num_cliprects; /* mulitpass with multiple cliprects? */ member 895 __u32 num_cliprects; member 998 __u32 num_cliprects; member
|
/third_party/mesa3d/include/drm-uapi/ |
D | i915_drm.h | 483 int num_cliprects; /* mulitpass with multiple cliprects? */ member 495 int num_cliprects; /* mulitpass with multiple cliprects? */ member 1095 __u32 num_cliprects; member 1230 __u32 num_cliprects; member
|
/third_party/mesa3d/src/intel/tools/ |
D | intel_dump_gpu.c | 363 for (uint32_t i = 0; i < execbuffer2->num_cliprects; i++) { in dump_execbuffer2()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.c | 835 execbuf.num_cliprects = num_fences(batch); in submit_batch()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_batch_chain.c | 1815 .num_cliprects = 0, in setup_execbuf_for_cmd_buffers() 1987 execbuf.execbuf.num_cliprects = submit->fence_count; in anv_queue_execbuf_locked()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_batch.c | 878 execbuf.num_cliprects = num_fences(batch); in submit_batch()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_batch.c | 745 execbuf.num_cliprects = num_fences(batch); in execbuffer()
|