Searched refs:DRAW_GET_IDX (Results 1 – 3 of 3) sorted by relevance
127 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias); in vsplit_add_cache_ubyte()144 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias); in vsplit_add_cache_ushort()169 elt_idx = (unsigned)((int)(DRAW_GET_IDX(elts, elt_idx)) + elt_bias); in vsplit_add_cache_uint()
62 ELT_TYPE idx = DRAW_GET_IDX(ib, start + i); in CONCAT()98 ELT_TYPE idx = DRAW_GET_IDX(ib, i + start); in CONCAT()108 ELT_TYPE idx = DRAW_GET_IDX(ib, i + start); in CONCAT()
494 #define DRAW_GET_IDX(_elts, _i) \ macro