Home
last modified time | relevance | path

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

/third_party/libdrm/include/drm/
Di915_drm.h1028 #define I915_EXEC_GEN7_SOL_RESET (1<<8) macro
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h1266 #define I915_EXEC_GEN7_SOL_RESET (1<<8) macro
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.c810 flags |= I915_EXEC_GEN7_SOL_RESET; in submit_batch()