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

  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_emit.c 61 int bit = ffs(~p->utemp_flag);
67 p->utemp_flag |= 1 << (bit - 1);
74 p->utemp_flag = ~0x7;
143 old_utemp_flag = p->utemp_flag;
159 p->utemp_flag = old_utemp_flag; /* restore */
i915_fpc.h 73 uint utemp_flag; /**< Tracks TYPE_U temporary regs which are in use */ member in struct:i915_fp_compile
i915_fpc_translate.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_program.c 92 int bit = ffs(~p->utemp_flag);
98 p->utemp_flag |= 1 << (bit - 1);
105 p->utemp_flag = ~0x7;
171 old_utemp_flag = p->utemp_flag;
187 p->utemp_flag = old_utemp_flag; /* restore */
484 p->utemp_flag = ~0x7;
i915_context.h 185 GLuint utemp_flag; /* Tracks TYPE_U temporary regs which are in member in struct:i915_fragment_program

Completed in 429 milliseconds