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_state.c889 nv50->constbuf_coherent[s] &= ~(1 << i); in nv50_set_constant_buffer()
896 nv50->constbuf_coherent[s] |= 1 << i; in nv50_set_constant_buffer()
898 nv50->constbuf_coherent[s] &= ~(1 << i); in nv50_set_constant_buffer()
901 nv50->constbuf_coherent[s] &= ~(1 << i); in nv50_set_constant_buffer()
Dnv50_context.h141 uint16_t constbuf_coherent[3]; member
Dnv50_vbo.c804 if (nv50->constbuf_coherent[s]) in nv50_draw_vbo()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c759 nvc0->constbuf_coherent[s] &= ~(1 << i); in nvc0_set_constant_buffer()
766 nvc0->constbuf_coherent[s] |= 1 << i; in nvc0_set_constant_buffer()
768 nvc0->constbuf_coherent[s] &= ~(1 << i); in nvc0_set_constant_buffer()
772 nvc0->constbuf_coherent[s] &= ~(1 << i); in nvc0_set_constant_buffer()
Dnvc0_context.h203 uint16_t constbuf_coherent[6]; member
Dnvc0_vbo.c1011 if (nvc0->constbuf_coherent[s]) in nvc0_draw_vbo()