Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_emit.c59 int bit = ffs(~p->utemp_flag); in i915_get_utemp()
65 p->utemp_flag |= 1 << (bit - 1); in i915_get_utemp()
72 p->utemp_flag = ~0x7; in i915_release_utemps()
135 old_utemp_flag = p->utemp_flag; in i915_emit_arith()
151 p->utemp_flag = old_utemp_flag; /* restore */ in i915_emit_arith()
Di915_fpc.h68 uint32_t utemp_flag; /**< Tracks TYPE_U temporary regs which are in use */ member
Di915_fpc_translate.c983 p->utemp_flag = ~0x7; in i915_init_compile()