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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pstipple.c 182 int maxInput;
212 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
281 wincoordInput = pctx->maxInput + 1;
428 transform.maxInput = -1;
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 182 int maxInput;
212 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
281 wincoordInput = pctx->maxInput + 1;
428 transform.maxInput = -1;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 125 int maxInput;
152 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
217 wincoordInput = pctx->maxInput + 1;
354 transform.maxInput = -1;
draw_pipe_aaline.c 141 int maxInput, maxGeneric; /**< max input index found */
170 if ((int) decl->Range.Last > aactx->maxInput)
171 aactx->maxInput = decl->Range.Last;
245 decl.Range.Last = aactx->maxInput + 1;
286 newInst.Src[0].Register.Index = aactx->maxInput + 1;
365 transform.maxInput = -1;
draw_pipe_aapoint.c 122 int maxInput, maxGeneric; /**< max input index found */
144 if ((int) decl->Range.Last > aactx->maxInput)
145 aactx->maxInput = decl->Range.Last;
179 const int texInput = aactx->maxInput + 1;
510 transform.maxInput = -1;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 125 int maxInput;
152 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
217 wincoordInput = pctx->maxInput + 1;
354 transform.maxInput = -1;
draw_pipe_aaline.c 141 int maxInput, maxGeneric; /**< max input index found */
170 if ((int) decl->Range.Last > aactx->maxInput)
171 aactx->maxInput = decl->Range.Last;
245 decl.Range.Last = aactx->maxInput + 1;
286 newInst.Src[0].Register.Index = aactx->maxInput + 1;
365 transform.maxInput = -1;
draw_pipe_aapoint.c 122 int maxInput, maxGeneric; /**< max input index found */
144 if ((int) decl->Range.Last > aactx->maxInput)
145 aactx->maxInput = decl->Range.Last;
179 const int texInput = aactx->maxInput + 1;
510 transform.maxInput = -1;

Completed in 428 milliseconds