Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_context.h96 uint32_t constant_vbos; member
130 uint32_t constant_vbos; member
Dnvc0_state.c785 uint32_t constant_vbos = 0; in nvc0_set_vertex_buffers() local
797 constant_vbos |= 1 << i; in nvc0_set_vertex_buffers()
814 constant_vbos |= 1 << i; in nvc0_set_vertex_buffers()
827 if (constant_vbos != nvc0->constant_vbos) { in nvc0_set_vertex_buffers()
828 nvc0->constant_vbos = constant_vbos; in nvc0_set_vertex_buffers()
Dnvc0_vbo.c272 uint32_t mask = nvc0->vbo_user & ~nvc0->constant_vbos; in nvc0_update_user_vbufs_shared()
427 const_vbos = vbo_mode ? 0 : nvc0->constant_vbos; in nvc0_vertex_arrays_validate()
430 (const_vbos != nvc0->state.constant_vbos) || in nvc0_vertex_arrays_validate()
436 nvc0->state.constant_vbos = const_vbos; in nvc0_vertex_arrays_validate()