Searched refs:utemp_flag (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc_emit.c61 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 */
H A Di915_fpc.h73 uint utemp_flag; /**< Tracks TYPE_U temporary regs which are in use */ member in struct:i915_fp_compile
H A Di915_fpc_translate.c1099 p->utemp_flag = ~0x7;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc_emit.c59 int bit = ffs(~p->utemp_flag);
65 p->utemp_flag |= 1 << (bit - 1);
72 p->utemp_flag = ~0x7;
135 old_utemp_flag = p->utemp_flag;
151 p->utemp_flag = old_utemp_flag; /* restore */
H A Di915_fpc.h68 uint32_t utemp_flag; /**< Tracks TYPE_U temporary regs which are in use */ member in struct:i915_fp_compile
H A Di915_fpc_translate.c896 p->utemp_flag = ~0x7;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_program.c92 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;
H A Di915_context.h189 GLuint utemp_flag; /* Tracks TYPE_U temporary regs which are in member in struct:i915_fragment_program
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_program.c92 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;
H A Di915_context.h189 GLuint utemp_flag; /* Tracks TYPE_U temporary regs which are in member in struct:i915_fragment_program

Completed in 11 milliseconds