HomeSort by: relevance | last modified time | path
    Searched defs:drm_i915_gem_execbuffer2 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
i915_drm.h 344 #define DRM_I915_GEM_EXECBUFFER2 0x29
345 #define DRM_I915_GEM_EXECBUFFER2_WR DRM_I915_GEM_EXECBUFFER2
385 #define DRM_IOCTL_I915_GEM_EXECBUFFER2 DRM_IOW(DRM_COMMAND_BASE + DRM_I915_GEM_EXECBUFFER2, struct drm_i915_gem_execbuffer2)
386 #define DRM_IOCTL_I915_GEM_EXECBUFFER2_WR DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_EXECBUFFER2_WR, struct drm_i915_gem_execbuffer2)
514 * Query whether DRM_I915_GEM_EXECBUFFER2 supports user defined execution
531 /* Query whether DRM_I915_GEM_EXECBUFFER2 supports the ability to opt-out of
537 /* Query whether DRM_I915_GEM_EXECBUFFER2 supports explicit fence support -
544 /* Query whether DRM_I915_GEM_EXECBUFFER2 supports the ability to capture
558 * Query whether DRM_I915_GEM_EXECBUFFER2 supports supplying the batch buffe
1051 struct drm_i915_gem_execbuffer2 { struct
    [all...]

Completed in 50 milliseconds