Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_emit.c61 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()
Di915_fpc.h73 uint utemp_flag; /**< Tracks TYPE_U temporary regs which are in use */ member
Di915_fpc_translate.c1216 p->utemp_flag = ~0x7; in i915_init_compile()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_program.c92 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()
Di915_context.h187 GLuint utemp_flag; /* Tracks TYPE_U temporary regs which are in member