HomeSort by: relevance | last modified time | path
    Searched refs:num_cliprects (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
i915_dma.c 456 int nbox = cmd->num_cliprects;
490 int nbox = batch->num_cliprects;
623 batch->start, batch->used, batch->num_cliprects);
628 cliplen = batch->num_cliprects * sizeof(struct drm_clip_rect);
629 if (batch->num_cliprects && DRM_VERIFYAREA_READ(batch->cliprects,
634 if (batch->num_cliprects) {
650 if (batch->num_cliprects)
668 cmdbuf->buf, cmdbuf->sz, cmdbuf->num_cliprects);
673 cliplen = cmdbuf->num_cliprects * sizeof(struct drm_clip_rect);
674 if (cmdbuf->num_cliprects && DRM_VERIFYAREA_READ(cmdbuf->cliprects
    [all...]
i915_drm.h 269 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:drm_i915_batchbuffer
281 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:_drm_i915_cmdbuffer
673 uint32_t num_cliprects; member in struct:drm_i915_gem_execbuffer
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
i915_drm.h 436 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:drm_i915_batchbuffer
448 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:_drm_i915_cmdbuffer
961 __u32 num_cliprects; member in struct:drm_i915_gem_execbuffer
1064 __u32 num_cliprects; member in struct:drm_i915_gem_execbuffer2
1171 /* Setting I915_FENCE_ARRAY implies that num_cliprects and cliprects_ptr
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_execbuffer.c 1942 if (exec->num_cliprects || exec->cliprects_ptr)
2482 const unsigned long nfences = args->num_cliprects;
2546 __free_fence_array(fences, args->num_cliprects);
2553 const unsigned int nfences = eb->args->num_cliprects;
2583 const unsigned int nfences = eb->args->num_cliprects;
2928 exec2.num_cliprects = args->num_cliprects;

Completed in 40 milliseconds