Searched refs:num_cliprects (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/dev/drm2/i915/ |
| D | i915_ioc32.c | 52 int num_cliprects; /* mulitpass with multiple cliprects? */ member 65 batchbuffer.num_cliprects = batchbuffer32->num_cliprects; in compat_i915_batchbuffer() 76 int num_cliprects; /* mulitpass with multiple cliprects? */ member 88 cmdbuffer.num_cliprects = cmdbuffer32->num_cliprects; in compat_i915_cmdbuffer()
|
| D | i915_dma.c | 497 int nbox = cmd->num_cliprects; in i915_dispatch_cmdbuffer() 531 int nbox = batch->num_cliprects; in i915_dispatch_batchbuffer() 682 batch->start, batch->used, batch->num_cliprects); in i915_batchbuffer() 684 cliplen = batch->num_cliprects * sizeof(struct drm_clip_rect); in i915_batchbuffer() 685 if (batch->num_cliprects < 0) in i915_batchbuffer() 687 if (batch->num_cliprects != 0) { in i915_batchbuffer() 688 cliprects = malloc(batch->num_cliprects * in i915_batchbuffer() 693 batch->num_cliprects * sizeof(struct drm_clip_rect)); in i915_batchbuffer() 728 cmdbuf->buf, cmdbuf->sz, cmdbuf->num_cliprects); in i915_cmdbuffer() 730 if (cmdbuf->num_cliprects < 0) in i915_cmdbuffer() [all …]
|
| D | i915_drm.h | 285 int num_cliprects; /* mulitpass with multiple cliprects? */ member 297 int num_cliprects; /* mulitpass with multiple cliprects? */ member 669 uint32_t num_cliprects; member 716 uint32_t num_cliprects; member
|
| D | i915_gem_execbuffer.c | 1219 if (args->num_cliprects != 0) { in i915_gem_do_execbuffer() 1232 if (args->num_cliprects > UINT_MAX / sizeof(*cliprects)) { in i915_gem_do_execbuffer() 1234 args->num_cliprects); in i915_gem_do_execbuffer() 1238 cliprects = malloc( sizeof(*cliprects) * args->num_cliprects, in i915_gem_do_execbuffer() 1241 sizeof(*cliprects) * args->num_cliprects); in i915_gem_do_execbuffer() 1377 for (i = 0; i < args->num_cliprects; i++) { in i915_gem_do_execbuffer() 1478 exec2.num_cliprects = args->num_cliprects; in i915_gem_execbuffer()
|
| /freebsd-10-stable/sys/dev/drm/ |
| D | i915_dma.c | 458 int nbox = cmd->num_cliprects; in i915_dispatch_cmdbuffer() 492 int nbox = batch->num_cliprects; in i915_dispatch_batchbuffer() 628 batch->start, batch->used, batch->num_cliprects); in i915_batchbuffer() 633 cliplen = batch->num_cliprects * sizeof(struct drm_clip_rect); in i915_batchbuffer() 634 if (batch->num_cliprects && DRM_VERIFYAREA_READ(batch->cliprects, in i915_batchbuffer() 639 if (batch->num_cliprects) { in i915_batchbuffer() 650 if (batch->num_cliprects) in i915_batchbuffer() 672 cmdbuf->buf, cmdbuf->sz, cmdbuf->num_cliprects); in i915_cmdbuffer() 677 cliplen = cmdbuf->num_cliprects * sizeof(struct drm_clip_rect); in i915_cmdbuffer() 678 if (cmdbuf->num_cliprects && DRM_VERIFYAREA_READ(cmdbuf->cliprects, in i915_cmdbuffer() [all …]
|
| D | i915_drm.h | 254 int num_cliprects; /* mulitpass with multiple cliprects? */ member 266 int num_cliprects; /* mulitpass with multiple cliprects? */ member 632 uint32_t num_cliprects; member
|