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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c435 uint8_t vbo_mode; local in function:nvc0_vertex_arrays_validate
443 vbo_mode = 3;
445 vbo_mode = nvc0->vbo_push_hint ? 1 : 0;
447 vbo_mode = 0;
449 const_vbos = vbo_mode ? 0 : nvc0->constant_vbos;
453 (vbo_mode != nvc0->state.vbo_mode);
461 nvc0->state.vbo_mode = vbo_mode;
463 if (unlikely(vbo_mode)) {
[all...]
H A Dnvc0_screen.h50 uint8_t vbo_mode; /* 0 = normal, 1 = translate, 3 = translate, forced */ member in struct:nvc0_graph_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c442 uint8_t vbo_mode; local in function:nvc0_vertex_arrays_validate
450 vbo_mode = 3;
452 vbo_mode = nvc0->vbo_push_hint ? 1 : 0;
454 vbo_mode = 0;
456 const_vbos = vbo_mode ? 0 : nvc0->constant_vbos;
460 (vbo_mode != nvc0->state.vbo_mode);
468 nvc0->state.vbo_mode = vbo_mode;
470 if (unlikely(vbo_mode)) {
[all...]
H A Dnvc0_screen.h50 uint8_t vbo_mode; /* 0 = normal, 1 = translate, 3 = translate, forced */ member in struct:nvc0_graph_state

Completed in 7 milliseconds