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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h156 uint32_t textures_coherent[3]; member in struct:nv50_context
H A Dnv50_state.c698 nv50->textures_coherent[s] |= 1 << i;
700 nv50->textures_coherent[s] &= ~(1 << i);
702 nv50->textures_coherent[s] &= ~(1 << i);
H A Dnv50_vbo.c816 if (nv50->textures_coherent[s])
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h183 uint32_t textures_coherent[NV50_MAX_SHADER_STAGES]; member in struct:nv50_context
H A Dnv50_state.c680 nv50->textures_coherent[s] |= 1 << i;
682 nv50->textures_coherent[s] &= ~(1 << i);
684 nv50->textures_coherent[s] &= ~(1 << i);
H A Dnv50_vbo.c835 if (nv50->textures_coherent[s])
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h226 uint32_t textures_coherent[6]; member in struct:nvc0_context
H A Dnvc0_state.c538 nvc0->textures_coherent[s] |= 1 << i;
540 nvc0->textures_coherent[s] &= ~(1 << i);
542 nvc0->textures_coherent[s] &= ~(1 << i);
H A Dnvc0_vbo.c1026 if (!nvc0->textures_coherent[s])
1033 if (!(nvc0->textures_coherent[s] & (1 << i)))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h227 uint32_t textures_coherent[6]; member in struct:nvc0_context
H A Dnvc0_state.c539 nvc0->textures_coherent[s] |= 1 << i;
541 nvc0->textures_coherent[s] &= ~(1 << i);
543 nvc0->textures_coherent[s] &= ~(1 << i);
H A Dnvc0_vbo.c1064 if (!nvc0->textures_coherent[s])
1071 if (!(nvc0->textures_coherent[s] & (1 << i)))

Completed in 21 milliseconds