Home
last modified time | relevance | path

Searched refs:DRAW_GET_IDX (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit.c127 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()
Ddraw_pt_vsplit_tmp.h62 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()
Ddraw_private.h494 #define DRAW_GET_IDX(_elts, _i) \ macro