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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_vbuf.h65 bool rewrite_restart_index; member in struct:u_vbuf_caps
H A Du_vbuf.c313 caps->rewrite_restart_index = screen->get_param(screen, PIPE_CAP_EMULATE_NONFIXED_PRIMITIVE_RESTART);
318 caps->fallback_always |= caps->rewrite_restart_index;
347 if (caps->rewrite_ubyte_ibs || caps->rewrite_restart_index ||
352 cfg.fixed_prim_restart = caps->rewrite_restart_index;
1407 !mgr->caps.rewrite_restart_index) &&
1690 ((new_info.restart_index != fixed_restart_index && mgr->caps.rewrite_restart_index) ||

Completed in 4 milliseconds