Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.h65 bool rewrite_restart_index; member
Du_vbuf.c313 …caps->rewrite_restart_index = screen->get_param(screen, PIPE_CAP_EMULATE_NONFIXED_PRIMITIVE_RESTAR… in u_vbuf_get_caps()
318 caps->fallback_always |= caps->rewrite_restart_index; in u_vbuf_get_caps()
347 if (caps->rewrite_ubyte_ibs || caps->rewrite_restart_index || in u_vbuf_create()
352 cfg.fixed_prim_restart = caps->rewrite_restart_index; in u_vbuf_create()
1406 !mgr->caps.rewrite_restart_index) && in u_vbuf_draw_vbo()
1689 ((new_info.restart_index != fixed_restart_index && mgr->caps.rewrite_restart_index) || in u_vbuf_draw_vbo()