Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c433 uint32_t const_vbos; in nvc0_vertex_arrays_validate() local
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()
504 if (unlikely(const_vbos & (1 << ve->pipe.vertex_buffer_index))) { in nvc0_vertex_arrays_validate()