Searched defs:maxInput (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_pstipple.c182 int maxInput; member in struct:pstip_transform_context
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/
H A Du_pstipple.c182 int maxInput; member in struct:pstip_transform_context
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/
H A Ddraw_pipe_aapoint.c122 int maxInput, maxGeneric; /**< max input index found */ member in struct:aa_transform_context
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;
H A Ddraw_pipe_pstipple.c125 int maxInput; member in struct:pstip_transform_context
152 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
217 wincoordInput = pctx->maxInput + 1;
354 transform.maxInput = -1;
H A Ddraw_pipe_aaline.c141 int maxInput, maxGeneric; /**< max input index found */ member in struct:aa_transform_context
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;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c122 int maxInput, maxGeneric; /**< max input index found */ member in struct:aa_transform_context
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;
H A Ddraw_pipe_pstipple.c125 int maxInput; member in struct:pstip_transform_context
152 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
217 wincoordInput = pctx->maxInput + 1;
354 transform.maxInput = -1;
H A Ddraw_pipe_aaline.c141 int maxInput, maxGeneric; /**< max input index found */ member in struct:aa_transform_context
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;

Completed in 203 milliseconds