Searched refs:textures_coherent (Results 1 – 6 of 6) sorted by relevance
156 uint32_t textures_coherent[3]; member
698 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()
806 if (nv50->textures_coherent[s]) in nv50_draw_vbo()
227 uint32_t textures_coherent[6]; member
536 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()
1043 if (!nvc0->textures_coherent[s]) in nvc0_draw_vbo()1050 if (!(nvc0->textures_coherent[s] & (1 << i))) in nvc0_draw_vbo()