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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h145 uint32_t vtxbufs_coherent; member in struct:nv50_context
H A Dnv50_state.c1085 nv50->vtxbufs_coherent &= ~(((1ull << count) - 1) << start_slot);
1098 nv50->vtxbufs_coherent &= ~(1 << dst_index);
1105 nv50->vtxbufs_coherent |= (1 << dst_index);
1107 nv50->vtxbufs_coherent &= ~(1 << dst_index);
H A Dnv50_vbo.c850 nv50->base.vbo_dirty |= !!nv50->vtxbufs_coherent;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h172 uint32_t vtxbufs_coherent; member in struct:nv50_context
H A Dnv50_state.c1091 nv50->vtxbufs_coherent &= clear_mask;
1097 nv50->vtxbufs_coherent &= clear_mask;
1110 nv50->vtxbufs_coherent &= ~(1 << dst_index);
1117 nv50->vtxbufs_coherent |= (1 << dst_index);
1119 nv50->vtxbufs_coherent &= ~(1 << dst_index);
H A Dnv50_vbo.c881 nv50->base.vbo_dirty |= !!nv50->vtxbufs_coherent;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h215 uint32_t vtxbufs_coherent; member in struct:nvc0_context
H A Dnvc0_state.c997 nvc0->vtxbufs_coherent &= ~(((1ull << count) - 1) << start_slot);
1010 nvc0->vtxbufs_coherent &= ~(1 << dst_index);
1017 nvc0->vtxbufs_coherent |= (1 << dst_index);
1019 nvc0->vtxbufs_coherent &= ~(1 << dst_index);
H A Dnvc0_vbo.c1060 nvc0->base.vbo_dirty |= !!nvc0->vtxbufs_coherent;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h216 uint32_t vtxbufs_coherent; member in struct:nvc0_context
H A Dnvc0_state.c1035 nvc0->vtxbufs_coherent &= clear_mask;
1041 nvc0->vtxbufs_coherent &= clear_mask;
1054 nvc0->vtxbufs_coherent &= ~(1 << dst_index);
1061 nvc0->vtxbufs_coherent |= (1 << dst_index);
1063 nvc0->vtxbufs_coherent &= ~(1 << dst_index);
H A Dnvc0_vbo.c1098 nvc0->base.vbo_dirty |= !!nvc0->vtxbufs_coherent;

Completed in 17 milliseconds