Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.h148 uint32_t vbo_constant; /* bitmask of user buffers with stride 0 */ member
Dnv50_vbo.c301 if (nv50->vbo_user & ~nv50->vbo_constant) in nv50_vertex_arrays_validate()
358 if (nv50->vbo_user & ~nv50->vbo_constant) in nv50_vertex_arrays_validate()
370 if (unlikely(nv50->vbo_constant & (1 << b))) { in nv50_vertex_arrays_validate()
Dnv50_state.c1084 nv50->vbo_constant &= ~(((1ull << count) - 1) << start_slot); in nv50_set_vertex_buffers()
1095 nv50->vbo_constant |= 1 << dst_index; in nv50_set_vertex_buffers()
1097 nv50->vbo_constant &= ~(1 << dst_index); in nv50_set_vertex_buffers()
1101 nv50->vbo_constant &= ~(1 << dst_index); in nv50_set_vertex_buffers()