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

  /src/sys/external/bsd/drm/dist/shared-core/
i915_drm.h 675 uint64_t cliprects_ptr; member in struct:drm_i915_gem_execbuffer
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
i915_drm.h 963 __u64 cliprects_ptr; member in struct:drm_i915_gem_execbuffer
1070 __u64 cliprects_ptr; 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)
2498 user = u64_to_user_ptr(args->cliprects_ptr);
2929 exec2.cliprects_ptr = args->cliprects_ptr;

Completed in 27 milliseconds