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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_program.c 73 #define I915_CONSTFLAG_PARAM 0x1f
311 if (p->constant_flags[reg] == I915_CONSTFLAG_PARAM)
347 p->constant_flags[reg] == I915_CONSTFLAG_PARAM)
420 p->constant_flags[reg] = I915_CONSTFLAG_PARAM;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_program.c 73 #define I915_CONSTFLAG_PARAM 0x1f
311 if (p->constant_flags[reg] == I915_CONSTFLAG_PARAM)
347 p->constant_flags[reg] == I915_CONSTFLAG_PARAM)
420 p->constant_flags[reg] = I915_CONSTFLAG_PARAM;

Completed in 5588 milliseconds