Searched refs:num_cliprects (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_drm.h251 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:_drm_i915_batchbuffer
260 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:_drm_i915_batchbuffer32
272 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:_drm_i915_cmdbuffer
281 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:_drm_i915_cmdbuffer32
639 uint32_t num_cliprects; member in struct:drm_i915_gem_execbuffer
H A Di915_dma.c482 int nbox = cmd->num_cliprects;
516 int nbox = batch->num_cliprects;
669 batch.num_cliprects = batchbuffer32_t.num_cliprects;
677 batch.start, batch.used, batch.num_cliprects, dev_priv->counter);
682 if (batch.num_cliprects && DRM_VERIFYAREA_READ(batch.cliprects,
683 batch.num_cliprects *
718 cmdbuf.num_cliprects = cmdbuffer32_t.num_cliprects;
726 cmdbuf.buf, cmdbuf.sz, cmdbuf.num_cliprects);
[all...]
H A Di915_gem.c1907 int nbox = exec->num_cliprects;

Completed in 51 milliseconds