Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
Dnv30_context.h115 boolean vbo_push_hint; member
Dnv30_vbo.c108 if (nv30->vbo_push_hint) { in nv30_prevalidate_vbufs()
549 nv30->vbo_push_hint = /* the 64 is heuristic */ in nv30_draw_vbo()
556 if (nv30->vbo_push_hint != !!nv30->vbo_fifo) in nv30_draw_vbo()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_context.h115 boolean vbo_push_hint; member
Dnv30_vbo.c108 if (nv30->vbo_push_hint) { in nv30_prevalidate_vbufs()
549 nv30->vbo_push_hint = /* the 64 is heuristic */ in nv30_draw_vbo()
556 if (nv30->vbo_push_hint != !!nv30->vbo_fifo) in nv30_draw_vbo()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Dnv50_context.h152 boolean vbo_push_hint; member
Dnv50_vbo.c292 nv50->vbo_fifo = nv50->vbo_push_hint ? ~0 : 0; in nv50_vertex_arrays_validate()
730 nv50->vbo_push_hint = /* the 64 is heuristic */ in nv50_draw_vbo()
734 if (!!nv50->vbo_fifo != nv50->vbo_push_hint) in nv50_draw_vbo()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_context.h152 boolean vbo_push_hint; member
Dnv50_vbo.c292 nv50->vbo_fifo = nv50->vbo_push_hint ? ~0 : 0; in nv50_vertex_arrays_validate()
730 nv50->vbo_push_hint = /* the 64 is heuristic */ in nv50_draw_vbo()
734 if (!!nv50->vbo_fifo != nv50->vbo_push_hint) in nv50_draw_vbo()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_context.h156 boolean vbo_push_hint; member
Dnvc0_vbo.c425 vbo_mode = (nvc0->vbo_user && nvc0->vbo_push_hint) ? 1 : 0; in nvc0_vertex_arrays_validate()
799 nvc0->vbo_push_hint = in nvc0_draw_vbo()
804 if (nvc0->vbo_push_hint != !!nvc0->state.vbo_mode) in nvc0_draw_vbo()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
Dnvc0_context.h156 boolean vbo_push_hint; member
Dnvc0_vbo.c425 vbo_mode = (nvc0->vbo_user && nvc0->vbo_push_hint) ? 1 : 0; in nvc0_vertex_arrays_validate()
799 nvc0->vbo_push_hint = in nvc0_draw_vbo()
804 if (nvc0->vbo_push_hint != !!nvc0->state.vbo_mode) in nvc0_draw_vbo()