HomeSort by relevance Sort by last modified time
    Searched refs:vbo_push_hint (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_context.h 117 bool vbo_push_hint; member in struct:nv30_context
nv30_vbo.c 111 if (nv30->vbo_push_hint) {
562 nv30->vbo_push_hint = /* the 64 is heuristic */
569 if (nv30->vbo_push_hint != !!nv30->vbo_fifo)
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_context.h 179 bool vbo_push_hint; member in struct:nv50_context
nv50_vbo.c 312 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)
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.h 248 bool vbo_push_hint; member in struct:nvc0_context
nvc0_vbo.c 445 vbo_mode = nvc0->vbo_push_hint ? 1 : 0;
933 nvc0->vbo_push_hint =
939 if (nvc0->vbo_push_hint != !!nvc0->state.vbo_mode)
    [all...]

Completed in 1052 milliseconds