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/
H A Du_vbuf.h66 bool rewrite_restart_index; member
H A Du_vbuf.c322 caps->rewrite_restart_index = screen->get_param(screen, PIPE_CAP_EMULATE_NONFIXED_PRIMITIVE_RESTART); in u_vbuf_get_caps()
327 caps->fallback_always |= caps->rewrite_restart_index; in u_vbuf_get_caps()
357 if (caps->rewrite_ubyte_ibs || caps->rewrite_restart_index || in u_vbuf_create()
362 cfg.fixed_prim_restart = caps->rewrite_restart_index; in u_vbuf_create()
1490 !mgr->caps.rewrite_restart_index) && in u_vbuf_draw_vbo()
1782 ((new_info.restart_index != fixed_restart_index && mgr->caps.rewrite_restart_index) || in u_vbuf_draw_vbo()

Completed in 4 milliseconds