Searched refs:active_samplers (Results 1 – 4 of 4) sorted by relevance
194 uint32_t active_samplers = active_samplers_bits(ctx); in etna_emit_texture_state() local202 if ((1 << x) & active_samplers) { in etna_emit_texture_state()208 if ((1 << x) & active_samplers) { in etna_emit_texture_state()214 if ((1 << x) & active_samplers) { in etna_emit_texture_state()220 if ((1 << x) & active_samplers) { in etna_emit_texture_state()232 if ((1 << x) & active_samplers) { in etna_emit_texture_state()247 if ((1 << x) & active_samplers) { in etna_emit_texture_state()253 if ((1 << x) & active_samplers) { in etna_emit_texture_state()264 if ((1 << x) & active_samplers) { in etna_emit_texture_state()276 if ((1 << x) & active_samplers) { in etna_emit_texture_state()[all …]
68 ctx->active_samplers |= mask; in etna_bind_sampler_states()70 ctx->active_samplers &= ~mask; in etna_bind_sampler_states()303 return ctx->active_sampler_views & ctx->active_samplers; in active_samplers_bits()
149 uint32_t active_samplers; member
1551 unsigned active_samplers = 0; in _mesa_sampler_uniforms_pipeline_are_valid() local1587 active_samplers += prog[idx]->info.num_textures; in _mesa_sampler_uniforms_pipeline_are_valid()1590 if (active_samplers > MAX_COMBINED_TEXTURE_IMAGE_UNITS) { in _mesa_sampler_uniforms_pipeline_are_valid()1595 active_samplers, MAX_COMBINED_TEXTURE_IMAGE_UNITS); in _mesa_sampler_uniforms_pipeline_are_valid()