HomeSort by relevance Sort by last modified time
    Searched refs:I915_CTXREG_LIS6 (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c 187 dw = i915->state.Ctx[I915_CTXREG_LIS6];
191 if (dw != i915->state.Ctx[I915_CTXREG_LIS6]) {
192 i915->state.Ctx[I915_CTXREG_LIS6] = dw;
210 dw1 = i915->state.Ctx[I915_CTXREG_LIS6];
227 dw1 != i915->state.Ctx[I915_CTXREG_LIS6]) {
229 i915->state.Ctx[I915_CTXREG_LIS6] = dw1;
292 GLuint lis6 = (i915->state.Ctx[I915_CTXREG_LIS6] &
326 if (lis6 != i915->state.Ctx[I915_CTXREG_LIS6]) {
327 i915->state.Ctx[I915_CTXREG_LIS6] = lis6;
360 dw = i915->state.Ctx[I915_CTXREG_LIS6];
    [all...]
i915_context.h 84 #define I915_CTXREG_LIS6 5
i915_vtbl.c 692 uint32_t dw = i915->state.Ctx[I915_CTXREG_LIS6];
697 if (dw != i915->state.Ctx[I915_CTXREG_LIS6]) {
699 i915->state.Ctx[I915_CTXREG_LIS6] = dw;

Completed in 27 milliseconds