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

  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
i915_drm.h 682 * I915_EXEC_USE_EXTENSIONS.
1233 * & I915_EXEC_USE_EXTENSIONS are not set.
1239 * If I915_EXEC_USE_EXTENSIONS is set, then this is a pointer to a
1359 * Setting I915_EXEC_USE_EXTENSIONS implies that
1365 #define I915_EXEC_USE_EXTENSIONS (1 << 21)
1367 #define __I915_EXEC_UNKNOWN_FLAGS (-(I915_EXEC_USE_EXTENSIONS << 1))
  /xsrc/external/mit/libdrm/dist/include/drm/
i915_drm.h 745 * I915_EXEC_USE_EXTENSIONS.
1355 * I915_EXEC_USE_EXTENSIONS flags are not set.
1361 * If I915_EXEC_USE_EXTENSIONS is set, then this is a pointer to a
1480 * Setting I915_EXEC_USE_EXTENSIONS implies that
1486 #define I915_EXEC_USE_EXTENSIONS (1 << 21)
1487 #define __I915_EXEC_UNKNOWN_FLAGS (-(I915_EXEC_USE_EXTENSIONS << 1))

Completed in 14 milliseconds