Home
last modified time | relevance | path

Searched refs:vbo_mode (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c441 uint8_t vbo_mode; in nvc0_vertex_arrays_validate() local
449 vbo_mode = 3; in nvc0_vertex_arrays_validate()
451 vbo_mode = nvc0->vbo_push_hint ? 1 : 0; in nvc0_vertex_arrays_validate()
453 vbo_mode = 0; in nvc0_vertex_arrays_validate()
455 const_vbos = vbo_mode ? 0 : nvc0->constant_vbos; in nvc0_vertex_arrays_validate()
459 (vbo_mode != nvc0->state.vbo_mode); in nvc0_vertex_arrays_validate()
467 nvc0->state.vbo_mode = vbo_mode; in nvc0_vertex_arrays_validate()
469 if (unlikely(vbo_mode)) { in nvc0_vertex_arrays_validate()
522 if (nvc0->state.vbo_mode) /* using translate, don't set up arrays here */ in nvc0_vertex_arrays_validate()
946 if (nvc0->vbo_push_hint != !!nvc0->state.vbo_mode) in nvc0_draw_vbo()
[all …]
Dnvc0_screen.h50 uint8_t vbo_mode; /* 0 = normal, 1 = translate, 3 = translate, forced */ member