Searched refs:utemp_flag (Results 1 – 5 of 5) sorted by relevance
61 int bit = ffs(~p->utemp_flag); in i915_get_utemp()67 p->utemp_flag |= 1 << (bit - 1); in i915_get_utemp()74 p->utemp_flag = ~0x7; in i915_release_utemps()143 old_utemp_flag = p->utemp_flag; in i915_emit_arith()159 p->utemp_flag = old_utemp_flag; /* restore */ in i915_emit_arith()
73 uint utemp_flag; /**< Tracks TYPE_U temporary regs which are in use */ member
1216 p->utemp_flag = ~0x7; in i915_init_compile()
92 int bit = ffs(~p->utemp_flag); in i915_get_utemp()98 p->utemp_flag |= 1 << (bit - 1); in i915_get_utemp()105 p->utemp_flag = ~0x7; in i915_release_utemps()171 old_utemp_flag = p->utemp_flag; in i915_emit_arith()187 p->utemp_flag = old_utemp_flag; /* restore */ in i915_emit_arith()484 p->utemp_flag = ~0x7; in i915_init_program()
187 GLuint utemp_flag; /* Tracks TYPE_U temporary regs which are in member