Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c247 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()
Dnvc0_screen.h42 uint32_t constant_vbos; member
Dnvc0_state.c936 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()
Dnvc0_context.h209 uint32_t constant_vbos; member