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

/external/mesa3d/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.c1114 p->temp_flag |= (1 << i); /* mark temp as used */
1215 p->temp_flag = ~0x0 << I915_MAX_TEMPORARY;
/external/mesa3d/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.h183 GLuint temp_flag; /* Tracks temporary regs which are in member in struct:i915_fragment_program

Completed in 111 milliseconds