Home
last modified time | relevance | path

Searched refs:I915_HW_CONSTANTS (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_fpc.c35 i915->hardware_dirty |= I915_HW_CONSTANTS; in update_hw_constants()
Di915_state_emit.c454 VALIDATE_ATOM(constants, I915_HW_CONSTANTS); in i915_validate_state()
504 EMIT_ATOM(constants, I915_HW_CONSTANTS); in i915_emit_hardware_state()
Di915_state_derived.c185 i915->hardware_dirty &= ~(I915_HW_PROGRAM | I915_HW_CONSTANTS); in i915_update_derived()
Di915_context.h348 #define I915_HW_CONSTANTS (1 << I915_CACHE_CONSTANTS) macro
Di915_debug.c975 {I915_HW_CONSTANTS, "constants"}, in i915_dump_hardware_dirty()