Home
last modified time | relevance | path

Searched refs:saturate_s (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c112 so->saturate_s = (cso->wrap_s == PIPE_TEX_WRAP_CLAMP); in fd3_sampler_state_create()
151 uint16_t saturate_s = 0, saturate_t = 0, saturate_r = 0; in fd3_sampler_states_bind() local
161 if (sampler->saturate_s) in fd3_sampler_states_bind()
162 saturate_s |= (1 << i); in fd3_sampler_states_bind()
174 (saturate_s != 0) || in fd3_sampler_states_bind()
177 fd3_ctx->fsaturate_s = saturate_s; in fd3_sampler_states_bind()
182 (saturate_s != 0) || in fd3_sampler_states_bind()
185 fd3_ctx->vsaturate_s = saturate_s; in fd3_sampler_states_bind()
Dfd3_texture.h43 bool saturate_s, saturate_t, saturate_r; member
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.c110 so->saturate_s = (cso->wrap_s == PIPE_TEX_WRAP_CLAMP); in fd5_sampler_state_create()
149 uint16_t saturate_s = 0, saturate_t = 0, saturate_r = 0; in fd5_sampler_states_bind() local
159 if (sampler->saturate_s) in fd5_sampler_states_bind()
160 saturate_s |= (1 << i); in fd5_sampler_states_bind()
172 (saturate_s != 0) || in fd5_sampler_states_bind()
175 fd5_ctx->fsaturate_s = saturate_s; in fd5_sampler_states_bind()
180 (saturate_s != 0) || in fd5_sampler_states_bind()
183 fd5_ctx->vsaturate_s = saturate_s; in fd5_sampler_states_bind()
Dfd5_texture.h41 bool saturate_s, saturate_t, saturate_r; member
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c112 so->saturate_s = (cso->wrap_s == PIPE_TEX_WRAP_CLAMP); in fd4_sampler_state_create()
152 uint16_t saturate_s = 0, saturate_t = 0, saturate_r = 0; in fd4_sampler_states_bind() local
162 if (sampler->saturate_s) in fd4_sampler_states_bind()
163 saturate_s |= (1 << i); in fd4_sampler_states_bind()
175 (saturate_s != 0) || in fd4_sampler_states_bind()
178 fd4_ctx->fsaturate_s = saturate_s; in fd4_sampler_states_bind()
183 (saturate_s != 0) || in fd4_sampler_states_bind()
186 fd4_ctx->vsaturate_s = saturate_s; in fd4_sampler_states_bind()
Dfd4_texture.h43 bool saturate_s, saturate_t, saturate_r; member
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_nir.c118 tex_options.saturate_s = key->fsaturate_s; in ir3_optimize_nir()
123 tex_options.saturate_s = key->vsaturate_s; in ir3_optimize_nir()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_lowering.h82 unsigned saturate_s, saturate_t, saturate_r; member
Dtgsi_lowering.c1088 if (ctx->config->saturate_s & smask) in transform_samp()
1434 STATIC_ASSERT((sizeof(config->saturate_s) * 8) >= PIPE_MAX_SAMPLERS); in tgsi_transform_lowering()
1463 ctx.saturate = config->saturate_r | config->saturate_s | config->saturate_t; in tgsi_transform_lowering()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c798 tex_options.saturate_s = key_tex->gl_clamp_mask[0]; in brw_nir_apply_sampler_key()
/external/mesa3d/src/broadcom/compiler/
Dvir.c571 tex_options.saturate_s |= 1 << i; in v3d_lower_nir()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c747 if ((1 << tex->sampler_index) & options->saturate_s) in nir_lower_tex_block()
Dnir.h2587 unsigned saturate_s; member