Searched refs:I915_HW_CONSTANTS (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state_fpc.c37 i915->hardware_dirty |= I915_HW_CONSTANTS;
H A Di915_state_derived.c221 i915->hardware_dirty &= ~(I915_HW_PROGRAM | I915_HW_CONSTANTS);
H A Di915_context.h325 #define I915_HW_CONSTANTS (1<<I915_CACHE_CONSTANTS) macro
H A Di915_state_emit.c524 VALIDATE_ATOM(constants, I915_HW_CONSTANTS);
574 EMIT_ATOM(constants, I915_HW_CONSTANTS);
H A Di915_debug.c983 {I915_HW_CONSTANTS, "constants"},
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state_fpc.c35 i915->hardware_dirty |= I915_HW_CONSTANTS;
H A Di915_state_derived.c185 i915->hardware_dirty &= ~(I915_HW_PROGRAM | I915_HW_CONSTANTS);
H A Di915_state_emit.c454 VALIDATE_ATOM(constants, I915_HW_CONSTANTS);
504 EMIT_ATOM(constants, I915_HW_CONSTANTS);
H A Di915_context.h348 #define I915_HW_CONSTANTS (1 << I915_CACHE_CONSTANTS) macro
H A Di915_debug.c977 {I915_HW_CONSTANTS, "constants"},

Completed in 10 milliseconds