Home
last modified time | relevance | path

Searched refs:constbuf_coherent (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.h141 uint16_t constbuf_coherent[3]; member
Dnv50_state.c918 nv50->constbuf_coherent[s] &= ~(1 << i); in nv50_set_constant_buffer()
925 nv50->constbuf_coherent[s] |= 1 << i; in nv50_set_constant_buffer()
927 nv50->constbuf_coherent[s] &= ~(1 << i); in nv50_set_constant_buffer()
930 nv50->constbuf_coherent[s] &= ~(1 << i); in nv50_set_constant_buffer()
Dnv50_vbo.c794 if (nv50->constbuf_coherent[s]) in nv50_draw_vbo()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.h211 uint16_t constbuf_coherent[6]; member
Dnvc0_state.c812 nvc0->constbuf_coherent[s] &= ~(1 << i); in nvc0_set_constant_buffer()
819 nvc0->constbuf_coherent[s] |= 1 << i; in nvc0_set_constant_buffer()
821 nvc0->constbuf_coherent[s] &= ~(1 << i); in nvc0_set_constant_buffer()
825 nvc0->constbuf_coherent[s] &= ~(1 << i); in nvc0_set_constant_buffer()
Dnvc0_vbo.c1032 if (nvc0->constbuf_coherent[s]) in nvc0_draw_vbo()