Searched refs:has_max_fetch (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit.c59 boolean has_max_fetch; member in struct:vsplit_frontend::__anone238082a0108
71 vsplit->cache.has_max_fetch = FALSE;
129 if (elt_bias && elt_idx == DRAW_MAX_FETCH_IDX && !vsplit->cache.has_max_fetch) {
132 vsplit->cache.has_max_fetch = TRUE;
146 if (elt_bias && elt_idx == DRAW_MAX_FETCH_IDX && !vsplit->cache.has_max_fetch) {
149 vsplit->cache.has_max_fetch = TRUE;
171 if (elt_idx == DRAW_MAX_FETCH_IDX && !vsplit->cache.has_max_fetch) {
175 vsplit->cache.has_max_fetch = TRUE;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit.c59 boolean has_max_fetch; member in struct:vsplit_frontend::__anon65044b1d0108
71 vsplit->cache.has_max_fetch = FALSE;
129 if (elt_bias && elt_idx == DRAW_MAX_FETCH_IDX && !vsplit->cache.has_max_fetch) {
132 vsplit->cache.has_max_fetch = TRUE;
146 if (elt_bias && elt_idx == DRAW_MAX_FETCH_IDX && !vsplit->cache.has_max_fetch) {
149 vsplit->cache.has_max_fetch = TRUE;
171 if (elt_idx == DRAW_MAX_FETCH_IDX && !vsplit->cache.has_max_fetch) {
175 vsplit->cache.has_max_fetch = TRUE;

Completed in 3 milliseconds