HomeSort by relevance Sort by last modified time
    Searched refs:constant_vbos (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_screen.h 41 uint32_t constant_vbos; member in struct:nvc0_graph_state
nvc0_vbo.c 247 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;
    [all...]
nvc0_context.h 197 uint32_t constant_vbos; member in struct:nvc0_context
nvc0_state.c 928 nvc0->constant_vbos &= ~(((1ull << count) - 1) << start_slot);
939 nvc0->constant_vbos |= 1 << dst_index;
941 nvc0->constant_vbos &= ~(1 << dst_index);
945 nvc0->constant_vbos &= ~(1 << dst_index);
    [all...]

Completed in 719 milliseconds