Searched refs:constant_vbos (Results 1 – 4 of 4) sorted by relevance
246 if (nvc0->constant_vbos & (1 << b)) { in nvc0_update_user_vbufs()278 uint32_t mask = nvc0->vbo_user & ~nvc0->constant_vbos; in nvc0_update_user_vbufs_shared()337 if (!(nvc0->constant_vbos & (1 << b))) { in nvc0_validate_vertex_buffers()395 if (!(nvc0->constant_vbos & (1 << b))) { in nvc0_validate_vertex_buffers_shared()451 } else if (nvc0->vbo_user & ~nvc0->constant_vbos) { in nvc0_vertex_arrays_validate()456 const_vbos = vbo_mode ? 0 : nvc0->constant_vbos; in nvc0_vertex_arrays_validate()459 (const_vbos != nvc0->state.constant_vbos) || in nvc0_vertex_arrays_validate()465 nvc0->state.constant_vbos = const_vbos; in nvc0_vertex_arrays_validate()
44 uint32_t constant_vbos; member
1034 nvc0->constant_vbos &= clear_mask; in nvc0_set_vertex_buffers()1040 nvc0->constant_vbos &= clear_mask; in nvc0_set_vertex_buffers()1051 nvc0->constant_vbos |= 1 << dst_index; in nvc0_set_vertex_buffers()1053 nvc0->constant_vbos &= ~(1 << dst_index); in nvc0_set_vertex_buffers()1057 nvc0->constant_vbos &= ~(1 << dst_index); in nvc0_set_vertex_buffers()
217 uint32_t constant_vbos; member