Home
last modified time | relevance | path

Searched refs:constant_vbos (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c246 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()
Dnvc0_screen.h44 uint32_t constant_vbos; member
Dnvc0_state.c1034 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()
Dnvc0_context.h217 uint32_t constant_vbos; member