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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc_emit.c36 int bit = ffs(~p->temp_flag);
42 p->temp_flag |= 1 << (bit - 1);
50 p->temp_flag &= ~(1 << reg);
H A Di915_fpc.h72 uint temp_flag; /**< Tracks temporary regs which are in use */ member in struct:i915_fp_compile
H A Di915_fpc_translate.c997 p->temp_flag |= (1 << i); /* mark temp as used */
1098 p->temp_flag = ~0x0U << I915_MAX_TEMPORARY;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc_emit.c36 int bit = ffs(~p->temp_flag);
42 p->temp_flag |= 1 << (bit - 1);
49 p->temp_flag &= ~(1 << reg);
H A Di915_fpc.h67 uint32_t temp_flag; /**< Tracks temporary regs which are in use */ member in struct:i915_fp_compile
H A Di915_fpc_translate.c794 p->temp_flag |= (1 << i); /* mark temp as used */
895 p->temp_flag = ~0x0U << I915_MAX_TEMPORARY;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_program.c78 int bit = ffs(~p->temp_flag);
84 p->temp_flag |= 1 << (bit - 1);
483 p->temp_flag = 0xffff000;
H A Di915_context.h185 GLuint temp_flag; /* Tracks 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.c78 int bit = ffs(~p->temp_flag);
84 p->temp_flag |= 1 << (bit - 1);
483 p->temp_flag = 0xffff000;
H A Di915_context.h185 GLuint temp_flag; /* Tracks temporary regs which are in member in struct:i915_fragment_program

Completed in 10 milliseconds