Searched refs:maxInput (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_pstipple.c | 181 int maxInput; member in struct:pstip_transform_context 211 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last); 277 wincoordInput = pctx->maxInput + 1; 394 transform.maxInput = -1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_pstipple.c | 181 int maxInput; member in struct:pstip_transform_context 211 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last); 277 wincoordInput = pctx->maxInput + 1; 394 transform.maxInput = -1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_aaline.c | 107 int maxInput, maxGeneric; /**< max input index found */ member in struct:aa_transform_context 127 if ((int) decl->Range.Last > aactx->maxInput) 128 aactx->maxInput = decl->Range.Last; 176 tgsi_transform_input_decl(ctx, aactx->maxInput + 1, 206 tgsi_transform_src_reg(&inst.Src[1], TGSI_FILE_INPUT, aactx->maxInput + 1, 209 tgsi_transform_src_reg(&inst.Src[0], TGSI_FILE_INPUT, aactx->maxInput + 1, 288 transform.maxInput = -1;
|
| H A D | draw_pipe_aapoint.c | 122 int maxInput, maxGeneric; /**< max input index found */ member in struct:aa_transform_context 143 if ((int) decl->Range.Last > aactx->maxInput) 144 aactx->maxInput = decl->Range.Last; 172 const int texInput = aactx->maxInput + 1; 373 transform.maxInput = -1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_aaline.c | 109 int maxInput, maxGeneric; /**< max input index found */ member in struct:aa_transform_context 129 if ((int) decl->Range.Last > aactx->maxInput) 130 aactx->maxInput = decl->Range.Last; 178 tgsi_transform_input_decl(ctx, aactx->maxInput + 1, 208 tgsi_transform_src_reg(&inst.Src[1], TGSI_FILE_INPUT, aactx->maxInput + 1, 211 tgsi_transform_src_reg(&inst.Src[0], TGSI_FILE_INPUT, aactx->maxInput + 1, 290 transform.maxInput = -1;
|
| H A D | draw_pipe_aapoint.c | 124 int maxInput, maxGeneric; /**< max input index found */ member in struct:aa_transform_context 145 if ((int) decl->Range.Last > aactx->maxInput) 146 aactx->maxInput = decl->Range.Last; 174 const int texInput = aactx->maxInput + 1; 377 transform.maxInput = -1;
|
Completed in 9 milliseconds