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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h141 uint16_t constbuf_coherent[3]; member in struct:nv50_context
H A Dnv50_state.c918 nv50->constbuf_coherent[s] &= ~(1 << i);
925 nv50->constbuf_coherent[s] |= 1 << i;
927 nv50->constbuf_coherent[s] &= ~(1 << i);
930 nv50->constbuf_coherent[s] &= ~(1 << i);
H A Dnv50_vbo.c804 if (nv50->constbuf_coherent[s])
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h168 uint16_t constbuf_coherent[NV50_MAX_SHADER_STAGES]; member in struct:nv50_context
H A Dnv50_state.c922 nv50->constbuf_coherent[s] &= ~(1 << i);
929 nv50->constbuf_coherent[s] |= 1 << i;
931 nv50->constbuf_coherent[s] &= ~(1 << i);
935 nv50->constbuf_coherent[s] &= ~(1 << i);
H A Dnv50_vbo.c823 if (nv50->constbuf_coherent[s])
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h210 uint16_t constbuf_coherent[6]; member in struct:nvc0_context
H A Dnvc0_state.c803 nvc0->constbuf_coherent[s] &= ~(1 << i);
810 nvc0->constbuf_coherent[s] |= 1 << i;
812 nvc0->constbuf_coherent[s] &= ~(1 << i);
816 nvc0->constbuf_coherent[s] &= ~(1 << i);
H A Dnvc0_vbo.c1015 if (nvc0->constbuf_coherent[s])
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h211 uint16_t constbuf_coherent[6]; member in struct:nvc0_context
H A Dnvc0_state.c829 nvc0->constbuf_coherent[s] &= ~(1 << i);
836 nvc0->constbuf_coherent[s] |= 1 << i;
838 nvc0->constbuf_coherent[s] &= ~(1 << i);
842 nvc0->constbuf_coherent[s] &= ~(1 << i);
H A Dnvc0_vbo.c1053 if (nvc0->constbuf_coherent[s])

Completed in 19 milliseconds