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

/linux-master/tools/include/uapi/drm/
H A Di915_drm.h561 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:drm_i915_batchbuffer
573 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:_drm_i915_cmdbuffer
1228 __u32 num_cliprects; member in struct:drm_i915_gem_execbuffer
1405 /** @num_cliprects: See @cliprects_ptr */
1406 __u32 num_cliprects; member in struct:drm_i915_gem_execbuffer2
1415 * of &drm_i915_gem_exec_fence and @num_cliprects is the length of the
1419 * single &i915_user_extension and num_cliprects is 0.
1521 /* Setting I915_FENCE_ARRAY implies that num_cliprects and cliprects_ptr
/linux-master/include/uapi/drm/
H A Di915_drm.h561 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:drm_i915_batchbuffer
573 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:_drm_i915_cmdbuffer
1234 __u32 num_cliprects; member in struct:drm_i915_gem_execbuffer
1411 /** @num_cliprects: See @cliprects_ptr */
1412 __u32 num_cliprects; member in struct:drm_i915_gem_execbuffer2
1421 * of &drm_i915_gem_exec_fence and @num_cliprects is the length of the
1425 * single &i915_user_extension and num_cliprects is 0.
1527 /* Setting I915_FENCE_ARRAY implies that num_cliprects and cliprects_ptr
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c2204 if (exec->num_cliprects || exec->cliprects_ptr)
2921 unsigned long num_fences = args->num_cliprects;
3148 if (args->num_cliprects != 0)

Completed in 221 milliseconds