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

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_context.c62 i915->dirty &= ~I915_NEW_VS_CONSTANTS;
H A Di915_context.h321 #define I915_NEW_VS_CONSTANTS 0x1000 macro
H A Di915_debug.c957 {I915_NEW_VS_CONSTANTS, "vs_const"},
H A Di915_state.c716 i915->dirty |= shader == PIPE_SHADER_VERTEX ? I915_NEW_VS_CONSTANTS : I915_NEW_FS_CONSTANTS;

Completed in 49 milliseconds