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

/xsrc/external/mit/libdrm/dist/include/drm/
H A Di915_drm.h745 * 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) macro
1487 #define __I915_EXEC_UNKNOWN_FLAGS (-(I915_EXEC_USE_EXTENSIONS << 1))
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Di915_drm.h682 * 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) macro
1367 #define __I915_EXEC_UNKNOWN_FLAGS (-(I915_EXEC_USE_EXTENSIONS << 1))
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_batch_chain.c1222 exec->execbuf.flags |= I915_EXEC_USE_EXTENSIONS;

Completed in 14 milliseconds