Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c442 uint8_t vbo_mode; in nvc0_vertex_arrays_validate() local
450 vbo_mode = 3; in nvc0_vertex_arrays_validate()
452 vbo_mode = nvc0->vbo_push_hint ? 1 : 0; in nvc0_vertex_arrays_validate()
454 vbo_mode = 0; in nvc0_vertex_arrays_validate()
456 const_vbos = vbo_mode ? 0 : nvc0->constant_vbos; in nvc0_vertex_arrays_validate()
460 (vbo_mode != nvc0->state.vbo_mode); in nvc0_vertex_arrays_validate()
468 nvc0->state.vbo_mode = vbo_mode; in nvc0_vertex_arrays_validate()
470 if (unlikely(vbo_mode)) { in nvc0_vertex_arrays_validate()
[all...]
H A Dnvc0_screen.h50 uint8_t vbo_mode; /* 0 = normal, 1 = translate, 3 = translate, forced */ member

Completed in 3 milliseconds