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 118 bool vbo_push_hint; member in struct:nv30_context
nv30_vbo.c 110 if (nv30->vbo_push_hint) {
556 nv30->vbo_push_hint = /* the 64 is heuristic */
563 if (nv30->vbo_push_hint != !!nv30->vbo_fifo)
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_context.h 180 bool vbo_push_hint; member in struct:nv50_context
nv50_vbo.c 312 nv50->vbo_fifo = nv50->vbo_push_hint ? ~0 : 0;
780 nv50->vbo_push_hint = /* the 64 is heuristic */
784 if (!!nv50->vbo_fifo != nv50->vbo_push_hint)
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.h 233 bool vbo_push_hint; member in struct:nvc0_context
nvc0_vbo.c 445 vbo_mode = nvc0->vbo_push_hint ? 1 : 0;
952 nvc0->vbo_push_hint =
958 if (nvc0->vbo_push_hint != !!nvc0->state.vbo_mode
    [all...]

Completed in 4641 milliseconds