Searched refs:constant_vbos (Results 1 – 4 of 4) sorted by relevance
247 if (nvc0->constant_vbos & (1 << b)) { in nvc0_update_user_vbufs()279 uint32_t mask = nvc0->vbo_user & ~nvc0->constant_vbos; in nvc0_update_user_vbufs_shared()338 if (!(nvc0->constant_vbos & (1 << b))) { in nvc0_validate_vertex_buffers()392 if (!(nvc0->constant_vbos & (1 << b))) { in nvc0_validate_vertex_buffers_shared()444 } else if (nvc0->vbo_user & ~nvc0->constant_vbos) { in nvc0_vertex_arrays_validate()449 const_vbos = vbo_mode ? 0 : nvc0->constant_vbos; in nvc0_vertex_arrays_validate()452 (const_vbos != nvc0->state.constant_vbos) || in nvc0_vertex_arrays_validate()458 nvc0->state.constant_vbos = const_vbos; in nvc0_vertex_arrays_validate()
42 uint32_t constant_vbos; member
936 nvc0->constant_vbos &= ~(((1ull << count) - 1) << start_slot); in nvc0_set_vertex_buffers()947 nvc0->constant_vbos |= 1 << dst_index; in nvc0_set_vertex_buffers()949 nvc0->constant_vbos &= ~(1 << dst_index); in nvc0_set_vertex_buffers()953 nvc0->constant_vbos &= ~(1 << dst_index); in nvc0_set_vertex_buffers()
209 uint32_t constant_vbos; member