Searched refs:flush_dirty (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_flush.c88 i915->flush_dirty = 0;
H A Di915_context.h275 unsigned flush_dirty : 2; member in struct:i915_context
344 i915->flush_dirty |= flush;
H A Di915_state_emit.c55 *batch_space = i915->flush_dirty ? 1 : 0;
67 if (i915->flush_dirty & I915_FLUSH_CACHE)
69 else if (i915->flush_dirty & I915_PIPELINE_FLUSH)
588 i915->flush_dirty = 0;
H A Di915_context.c236 i915->flush_dirty = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_flush.c87 i915->flush_dirty = 0;
H A Di915_state_emit.c53 *batch_space = i915->flush_dirty ? 1 : 0;
65 if (i915->flush_dirty & I915_FLUSH_CACHE)
67 else if (i915->flush_dirty & I915_PIPELINE_FLUSH)
517 i915->flush_dirty = 0;
H A Di915_context.h295 unsigned flush_dirty : 2; member in struct:i915_context
367 i915->flush_dirty |= flush;
H A Di915_context.c248 i915->flush_dirty = 0;

Completed in 6 milliseconds