Searched refs:I915_DESTREG_DRAWRECT0 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_vtbl.c388 if (state->Buffer[I915_DESTREG_DRAWRECT0] != MI_NOOP)
417 if (state->Buffer[I915_DESTREG_DRAWRECT0] != MI_NOOP)
418 OUT_BATCH(state->Buffer[I915_DESTREG_DRAWRECT0]);
659 state->Buffer[I915_DESTREG_DRAWRECT0] = MI_FLUSH | INHIBIT_FLUSH_RENDER_CACHE;
662 state->Buffer[I915_DESTREG_DRAWRECT0] = MI_NOOP;
H A Di915_context.h71 #define I915_DESTREG_DRAWRECT0 12 macro
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_vtbl.c387 if (state->Buffer[I915_DESTREG_DRAWRECT0] != MI_NOOP)
416 if (state->Buffer[I915_DESTREG_DRAWRECT0] != MI_NOOP)
417 OUT_BATCH(state->Buffer[I915_DESTREG_DRAWRECT0]);
658 state->Buffer[I915_DESTREG_DRAWRECT0] = MI_FLUSH | INHIBIT_FLUSH_RENDER_CACHE;
661 state->Buffer[I915_DESTREG_DRAWRECT0] = MI_NOOP;
H A Di915_context.h71 #define I915_DESTREG_DRAWRECT0 12 macro

Completed in 5 milliseconds