Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/drm/
Di915_drm.h389 int num_cliprects; /* mulitpass with multiple cliprects? */ member
401 int num_cliprects; /* mulitpass with multiple cliprects? */ member
835 __u32 num_cliprects; member
938 __u32 num_cliprects; member
/Linux-v4.19/include/uapi/drm/
Di915_drm.h389 int num_cliprects; /* mulitpass with multiple cliprects? */ member
401 int num_cliprects; /* mulitpass with multiple cliprects? */ member
835 __u32 num_cliprects; member
938 __u32 num_cliprects; member
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_execbuffer.c1854 if (exec->num_cliprects || exec->cliprects_ptr) in i915_gem_check_execbuffer()
2056 const unsigned long nfences = args->num_cliprects; in get_fence_array()
2120 __free_fence_array(fences, args->num_cliprects); in put_fence_array()
2127 const unsigned int nfences = eb->args->num_cliprects; in await_fence_array()
2157 const unsigned int nfences = eb->args->num_cliprects; in signal_fence_array()
2480 exec2.num_cliprects = args->num_cliprects; in i915_gem_execbuffer_ioctl()