Searched refs:vtxbufs_coherent (Results 1 – 6 of 6) sorted by relevance
1056 nv50->vtxbufs_coherent &= ~(((1ull << count) - 1) << start_slot); in nv50_set_vertex_buffers()1069 nv50->vtxbufs_coherent &= ~(1 << dst_index); in nv50_set_vertex_buffers()1076 nv50->vtxbufs_coherent |= (1 << dst_index); in nv50_set_vertex_buffers()1078 nv50->vtxbufs_coherent &= ~(1 << dst_index); in nv50_set_vertex_buffers()
145 uint32_t vtxbufs_coherent; member
850 nv50->base.vbo_dirty |= !!nv50->vtxbufs_coherent; in nv50_draw_vbo()
937 nvc0->vtxbufs_coherent &= ~(((1ull << count) - 1) << start_slot); in nvc0_set_vertex_buffers()950 nvc0->vtxbufs_coherent &= ~(1 << dst_index); in nvc0_set_vertex_buffers()957 nvc0->vtxbufs_coherent |= (1 << dst_index); in nvc0_set_vertex_buffers()959 nvc0->vtxbufs_coherent &= ~(1 << dst_index); in nvc0_set_vertex_buffers()
208 uint32_t vtxbufs_coherent; member
1053 nvc0->base.vbo_dirty |= !!nvc0->vtxbufs_coherent; in nvc0_draw_vbo()