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 Ddraw_pt_vsplit.c127 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 Ddraw_pt_vsplit_tmp.h62 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 Ddraw_private.h494 #define DRAW_GET_IDX(_elts, _i) \ macro
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit.c127 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 Ddraw_pt_vsplit_tmp.h62 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 Ddraw_private.h584 #define DRAW_GET_IDX(_elts, _i) \ macro

Completed in 7 milliseconds