Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds