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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_context.h117 bool vbo_push_hint; member in struct:nv30_context
H A Dnv30_vbo.c111 if (nv30->vbo_push_hint) {
562 nv30->vbo_push_hint = /* the 64 is heuristic */
569 if (nv30->vbo_push_hint != !!nv30->vbo_fifo)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_context.h117 bool vbo_push_hint; member in struct:nv30_context
H A Dnv30_vbo.c110 if (nv30->vbo_push_hint) {
573 nv30->vbo_push_hint = /* the 64 is heuristic */
586 if (nv30->vbo_push_hint != !!nv30->vbo_fifo)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h179 bool vbo_push_hint; member in struct:nv50_context
H A Dnv50_vbo.c312 nv50->vbo_fifo = nv50->vbo_push_hint ? ~0 : 0;
785 nv50->vbo_push_hint = /* the 64 is heuristic */
789 if (!!nv50->vbo_fifo != nv50->vbo_push_hint)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h211 bool vbo_push_hint; member in struct:nv50_context
H A Dnv50_vbo.c305 nv50->vbo_fifo = nv50->vbo_push_hint ? ~0 : 0;
804 nv50->vbo_push_hint = /* the 64 is heuristic */
808 if (!!nv50->vbo_fifo != nv50->vbo_push_hint)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h257 bool vbo_push_hint; member in struct:nvc0_context
H A Dnvc0_vbo.c445 vbo_mode = nvc0->vbo_push_hint ? 1 : 0;
934 nvc0->vbo_push_hint =
940 if (nvc0->vbo_push_hint != !!nvc0->state.vbo_mode)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h259 bool vbo_push_hint; member in struct:nvc0_context
H A Dnvc0_vbo.c452 vbo_mode = nvc0->vbo_push_hint ? 1 : 0;
961 nvc0->vbo_push_hint =
967 if (nvc0->vbo_push_hint != !!nvc0->state.vbo_mode)

Completed in 29 milliseconds