Home
last modified time | relevance | path

Searched refs:vbo_push_hint (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vbo.c110 if (nv30->vbo_push_hint) { in nv30_prevalidate_vbufs()
573 nv30->vbo_push_hint = /* the 64 is heuristic */
586 if (nv30->vbo_push_hint != !!nv30->vbo_fifo)
Dnv30_context.h117 bool vbo_push_hint; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_vbo.c305 nv50->vbo_fifo = nv50->vbo_push_hint ? ~0 : 0; in nv50_vertex_arrays_validate()
804 nv50->vbo_push_hint = /* the 64 is heuristic */ in nv50_draw_vbo()
808 if (!!nv50->vbo_fifo != nv50->vbo_push_hint) in nv50_draw_vbo()
Dnv50_context.h211 bool vbo_push_hint; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.h259 bool vbo_push_hint; member
Dnvc0_vbo.c452 vbo_mode = nvc0->vbo_push_hint ? 1 : 0; in nvc0_vertex_arrays_validate()
961 nvc0->vbo_push_hint = in nvc0_draw_vbo()
967 if (nvc0->vbo_push_hint != !!nvc0->state.vbo_mode) in nvc0_draw_vbo()