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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pstipple.c 186 int numImmed;
233 pctx->numImmed++;
326 * The index/position of this immediate will be pctx->numImmed
366 newInst.Src[1].Register.Index = pctx->numImmed;
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 186 int numImmed;
233 pctx->numImmed++;
326 * The index/position of this immediate will be pctx->numImmed
366 newInst.Src[1].Register.Index = pctx->numImmed;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 129 int numImmed;
178 pctx->numImmed++;
262 * The index/position of this immediate will be pctx->numImmed
300 newInst.Src[1].Register.Index = pctx->numImmed;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 129 int numImmed;
178 pctx->numImmed++;
262 * The index/position of this immediate will be pctx->numImmed
300 newInst.Src[1].Register.Index = pctx->numImmed;

Completed in 67 milliseconds