Searched refs:vtxbufs_coherent (Results 1 – 6 of 6) sorted by relevance
145 uint32_t vtxbufs_coherent; member
1085 nv50->vtxbufs_coherent &= ~(((1ull << count) - 1) << start_slot); in nv50_set_vertex_buffers()1098 nv50->vtxbufs_coherent &= ~(1 << dst_index); in nv50_set_vertex_buffers()1105 nv50->vtxbufs_coherent |= (1 << dst_index); in nv50_set_vertex_buffers()1107 nv50->vtxbufs_coherent &= ~(1 << dst_index); in nv50_set_vertex_buffers()
840 nv50->base.vbo_dirty |= !!nv50->vtxbufs_coherent; in nv50_draw_vbo()
216 uint32_t vtxbufs_coherent; member
1006 nvc0->vtxbufs_coherent &= ~(((1ull << count) - 1) << start_slot); in nvc0_set_vertex_buffers()1019 nvc0->vtxbufs_coherent &= ~(1 << dst_index); in nvc0_set_vertex_buffers()1026 nvc0->vtxbufs_coherent |= (1 << dst_index); in nvc0_set_vertex_buffers()1028 nvc0->vtxbufs_coherent &= ~(1 << dst_index); in nvc0_set_vertex_buffers()
1077 nvc0->base.vbo_dirty |= !!nvc0->vtxbufs_coherent; in nvc0_draw_vbo()