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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state_derived.c192 I915_NEW_RASTERIZER | I915_NEW_FS | I915_NEW_VS
225 i915->dirty &= ~I915_NEW_VS;
H A Di915_context.h310 #define I915_NEW_VS 0x10000 macro
H A Di915_debug.c959 {I915_NEW_VS, "vs"},
H A Di915_state.c666 i915->dirty |= I915_NEW_VS;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state_derived.c165 I915_NEW_RASTERIZER | I915_NEW_FS | I915_NEW_VS};
189 i915->dirty &= ~I915_NEW_VS;
H A Di915_context.h334 #define I915_NEW_VS 0x10000 macro
H A Di915_debug.c953 {I915_NEW_VS, "vs"},
H A Di915_state.c642 i915->dirty |= I915_NEW_VS;

Completed in 10 milliseconds