Searched refs:PIPE_TEX_COMPARE_NONE (Results 1 – 23 of 23) sorted by relevance
279 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
299 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in graw_util_create_simple_sampler()
364 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
353 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
455 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
198 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in vl_matrix_filter_init()
285 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in vl_median_filter_init()
284 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in vl_bicubic_filter_init()
311 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in init_state()
392 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in init_pipe_state()
551 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in init_state()
889 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in init_pipe_state()
486 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in init_pipe_state()
208 PIPE_TEX_COMPARE_NONE, enumerator
80 If set to PIPE_TEX_COMPARE_NONE, no comparison calculation is performed.
296 key->tex[i].compare_mode = PIPE_TEX_COMPARE_NONE; in make_fs_key()
797 if (bld->static_sampler_state->compare_mode != PIPE_TEX_COMPARE_NONE) { in lp_build_sample_image_nearest()1197 if (bld->static_sampler_state->compare_mode == PIPE_TEX_COMPARE_NONE) { in lp_build_sample_image_linear()1297 if (bld->static_sampler_state->compare_mode == PIPE_TEX_COMPARE_NONE) { in lp_build_sample_image_linear()1337 if (bld->static_sampler_state->compare_mode == PIPE_TEX_COMPARE_NONE) { in lp_build_sample_image_linear()1450 if (bld->static_sampler_state->compare_mode == PIPE_TEX_COMPARE_NONE) { in lp_build_sample_image_linear()1845 if (bld->static_sampler_state->compare_mode != PIPE_TEX_COMPARE_NONE) { in lp_build_sample_common()2813 derived_sampler_state.compare_mode == PIPE_TEX_COMPARE_NONE && in lp_build_sample_soa_code()
194 if (sampler->compare_mode != PIPE_TEX_COMPARE_NONE) { in lp_sampler_static_sampler_state()
239 …samp.compare_mode = ss[NINED3DSAMP_SHADOW] ? PIPE_TEX_COMPARE_R_TO_TEXTURE : PIPE_TEX_COMPARE_NONE; in nine_convert_sampler_state()
466 samp.compare_mode = PIPE_TEX_COMPARE_NONE; in NineDevice9_ctor()
878 if (sampler->state.compare_mode == PIPE_TEX_COMPARE_NONE) { in r300_merge_textures_and_samplers()
2733 if (sampler->compare_mode != PIPE_TEX_COMPARE_NONE) in dump_fs_variant_key()
3081 if (sp_samp->base.compare_mode != PIPE_TEX_COMPARE_NONE) { in sample_mip()