Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/drm/
H A Di915_drm.h251 int num_cliprects; /* mulitpass with multiple cliprects? */ member
260 int num_cliprects; /* mulitpass with multiple cliprects? */ member
272 int num_cliprects; /* mulitpass with multiple cliprects? */ member
281 int num_cliprects; /* mulitpass with multiple cliprects? */ member
639 uint32_t num_cliprects; member
H A Di915_dma.c482 int nbox = cmd->num_cliprects; in i915_dispatch_cmdbuffer()
516 int nbox = batch->num_cliprects; in i915_dispatch_batchbuffer()
669 batch.num_cliprects = batchbuffer32_t.num_cliprects; in i915_batchbuffer()
677 batch.start, batch.used, batch.num_cliprects, dev_priv->counter); in i915_batchbuffer()
718 cmdbuf.num_cliprects = cmdbuffer32_t.num_cliprects; in i915_cmdbuffer()
726 cmdbuf.buf, cmdbuf.sz, cmdbuf.num_cliprects); in i915_cmdbuffer()
H A Di915_gem.c1907 int nbox = exec->num_cliprects; in i915_dispatch_gem_execbuffer()