HomeSort by relevance Sort by last modified time
    Searched refs:temp_flag (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_emit.c 36 int bit = ffs(~p->temp_flag);
42 p->temp_flag |= 1 << (bit - 1);
50 p->temp_flag &= ~(1 << reg);
i915_fpc.h 72 uint temp_flag; /**< Tracks temporary regs which are in use */ member in struct:i915_fp_compile
i915_fpc_translate.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_program.c 78 int bit = ffs(~p->temp_flag);
84 p->temp_flag |= 1 << (bit - 1);
483 p->temp_flag = 0xffff000;
i915_context.h 181 GLuint temp_flag; /* Tracks temporary regs which are in member in struct:i915_fragment_program

Completed in 917 milliseconds