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.c697 nv50->textures_coherent[s] |= 1 << i; in nv50_stage_set_sampler_views()
699 nv50->textures_coherent[s] &= ~(1 << i); in nv50_stage_set_sampler_views()
701 nv50->textures_coherent[s] &= ~(1 << i); in nv50_stage_set_sampler_views()
Dnv50_vbo.c816 if (nv50->textures_coherent[s]) in nv50_draw_vbo()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.h219 uint32_t textures_coherent[6]; member
Dnvc0_state.c520 nvc0->textures_coherent[s] |= 1 << i; in nvc0_stage_set_sampler_views()
522 nvc0->textures_coherent[s] &= ~(1 << i); in nvc0_stage_set_sampler_views()
524 nvc0->textures_coherent[s] &= ~(1 << i); in nvc0_stage_set_sampler_views()
Dnvc0_vbo.c1022 if (!nvc0->textures_coherent[s]) in nvc0_draw_vbo()
1029 if (!(nvc0->textures_coherent[s] & (1 << i))) in nvc0_draw_vbo()