Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.h168 uint16_t constbuf_coherent[NV50_MAX_SHADER_STAGES]; member
Dnv50_state.c922 nv50->constbuf_coherent[s] &= ~(1 << i); in nv50_set_constant_buffer()
929 nv50->constbuf_coherent[s] |= 1 << i; in nv50_set_constant_buffer()
931 nv50->constbuf_coherent[s] &= ~(1 << i); in nv50_set_constant_buffer()
935 nv50->constbuf_coherent[s] &= ~(1 << i); in nv50_set_constant_buffer()
Dnv50_vbo.c823 if (nv50->constbuf_coherent[s]) in nv50_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.h211 uint16_t constbuf_coherent[6]; member
Dnvc0_state.c829 nvc0->constbuf_coherent[s] &= ~(1 << i); in nvc0_set_constant_buffer()
836 nvc0->constbuf_coherent[s] |= 1 << i; in nvc0_set_constant_buffer()
838 nvc0->constbuf_coherent[s] &= ~(1 << i); in nvc0_set_constant_buffer()
842 nvc0->constbuf_coherent[s] &= ~(1 << i); in nvc0_set_constant_buffer()
Dnvc0_vbo.c1053 if (nvc0->constbuf_coherent[s]) in nvc0_draw_vbo()