Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.h156 uint32_t textures_coherent[3]; member
Dnv50_state.c698 nv50->textures_coherent[s] |= 1 << i; in nv50_stage_set_sampler_views()
700 nv50->textures_coherent[s] &= ~(1 << i); in nv50_stage_set_sampler_views()
702 nv50->textures_coherent[s] &= ~(1 << i); in nv50_stage_set_sampler_views()
Dnv50_vbo.c806 if (nv50->textures_coherent[s]) in nv50_draw_vbo()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.h227 uint32_t textures_coherent[6]; member
Dnvc0_state.c536 nvc0->textures_coherent[s] |= 1 << i; in nvc0_stage_set_sampler_views()
538 nvc0->textures_coherent[s] &= ~(1 << i); in nvc0_stage_set_sampler_views()
540 nvc0->textures_coherent[s] &= ~(1 << i); in nvc0_stage_set_sampler_views()
Dnvc0_vbo.c1043 if (!nvc0->textures_coherent[s]) in nvc0_draw_vbo()
1050 if (!(nvc0->textures_coherent[s] & (1 << i))) in nvc0_draw_vbo()