Searched refs:DRAW_GET_IDX (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pt_vsplit.c | 127 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias); 144 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias); 169 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias);
|
| H A D | draw_pt_vsplit_tmp.h | 62 ELT_TYPE idx = DRAW_GET_IDX(ib, start + i); 98 ELT_TYPE idx = DRAW_GET_IDX(ib, i + start); 108 ELT_TYPE idx = DRAW_GET_IDX(ib, i + start);
|
| H A D | draw_private.h | 494 #define DRAW_GET_IDX(_elts, _i) \ macro
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pt_vsplit.c | 127 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias); 144 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias); 169 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias);
|
| H A D | draw_pt_vsplit_tmp.h | 62 ELT_TYPE idx = DRAW_GET_IDX(ib, start + i); 98 ELT_TYPE idx = DRAW_GET_IDX(ib, i + start); 108 ELT_TYPE idx = DRAW_GET_IDX(ib, i + start);
|
| H A D | draw_private.h | 584 #define DRAW_GET_IDX(_elts, _i) \ macro
|
Completed in 7 milliseconds