Searched refs:vbo_constant (Results 1 – 3 of 3) sorted by relevance
148 uint32_t vbo_constant; /* bitmask of user buffers with stride 0 */ member
301 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()
1084 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()