Home
last modified time | relevance | path

Searched refs:gl_clamp_mask (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c226 key->gl_clamp_mask[0] |= 1 << s; in brw_populate_sampler_prog_key_data()
228 key->gl_clamp_mask[1] |= 1 << s; in brw_populate_sampler_prog_key_data()
230 key->gl_clamp_mask[2] |= 1 << s; in brw_populate_sampler_prog_key_data()
/external/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c83 found |= check("GL_CLAMP enabled on any texture unit", gl_clamp_mask[i]); in debug_sampler_recompile()
Dbrw_nir.c1179 tex_options.saturate_s = key_tex->gl_clamp_mask[0]; in brw_nir_apply_sampler_key()
1180 tex_options.saturate_t = key_tex->gl_clamp_mask[1]; in brw_nir_apply_sampler_key()
1181 tex_options.saturate_r = key_tex->gl_clamp_mask[2]; in brw_nir_apply_sampler_key()
Dbrw_compiler.h190 uint32_t gl_clamp_mask[3]; member