Searched refs:constant_vbos (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h44 uint32_t constant_vbos; member in struct:nvc0_graph_state
H A Dnvc0_vbo.c247 if (nvc0->constant_vbos & (1 << b)) {
279 uint32_t mask = nvc0->vbo_user & ~nvc0->constant_vbos;
338 if (!(nvc0->constant_vbos & (1 << b))) {
392 if (!(nvc0->constant_vbos & (1 << b))) {
444 } else if (nvc0->vbo_user & ~nvc0->constant_vbos) {
449 const_vbos = vbo_mode ? 0 : nvc0->constant_vbos;
452 (const_vbos != nvc0->state.constant_vbos) ||
458 nvc0->state.constant_vbos = const_vbos;
H A Dnvc0_context.h216 uint32_t constant_vbos; member in struct:nvc0_context
H A Dnvc0_state.c996 nvc0->constant_vbos &= ~(((1ull << count) - 1) << start_slot);
1007 nvc0->constant_vbos |= 1 << dst_index;
1009 nvc0->constant_vbos &= ~(1 << dst_index);
1013 nvc0->constant_vbos &= ~(1 << dst_index);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h44 uint32_t constant_vbos; member in struct:nvc0_graph_state
H A Dnvc0_vbo.c246 if (nvc0->constant_vbos & (1 << b)) {
278 uint32_t mask = nvc0->vbo_user & ~nvc0->constant_vbos;
337 if (!(nvc0->constant_vbos & (1 << b))) {
395 if (!(nvc0->constant_vbos & (1 << b))) {
451 } else if (nvc0->vbo_user & ~nvc0->constant_vbos) {
456 const_vbos = vbo_mode ? 0 : nvc0->constant_vbos;
459 (const_vbos != nvc0->state.constant_vbos) ||
465 nvc0->state.constant_vbos = const_vbos;
H A Dnvc0_context.h217 uint32_t constant_vbos; member in struct:nvc0_context
H A Dnvc0_state.c1034 nvc0->constant_vbos &= clear_mask;
1040 nvc0->constant_vbos &= clear_mask;
1051 nvc0->constant_vbos |= 1 << dst_index;
1053 nvc0->constant_vbos &= ~(1 << dst_index);
1057 nvc0->constant_vbos &= ~(1 << dst_index);

Completed in 13 milliseconds