Searched refs:compare_mode (Results 1 – 25 of 43) sorted by relevance
12
296 key->tex[i].compare_mode = PIPE_TEX_COMPARE_NONE; in make_fs_key()301 if (sampler->compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) { in make_fs_key()309 key->tex[i].compare_mode = sampler->compare_mode; in make_fs_key()322 key->tex[i].compare_mode = sampler->compare_mode; in make_fs_key()
180 ss->compare_mode); in define_sampler_state_object()242 cso->compare_mode = sampler->compare_mode; in svga_create_sampler_state()
97 unsigned compare_mode:1; member
205 unsigned compare_mode:1; member
108 compare_mode(const struct pipe_sampler_state *cso) in compare_mode() function110 if (cso->compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) in compare_mode()145 so->wrap |= compare_mode(cso); in nv30_sampler_state_create()
75 if (ss->pipe.compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) { in nv30_fragtex_validate()97 if (ss->pipe.compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) { in nv30_fragtex_validate()
75 compare_mode82 The inequality operator used when compare_mode=1. One of PIPE_FUNC_x.
375 unsigned compare_mode:1; /**< PIPE_TEX_COMPARE_x */ member
129 if (cso->compare_mode) in fd3_sampler_state_create()
231 sampler->compare_mode = PIPE_TEX_COMPARE_R_TO_TEXTURE; in convert_sampler()
139 if (cso->compare_mode) in fd4_sampler_state_create()
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()
137 if (cso->compare_mode) in fd5_sampler_state_create()
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()
163 unsigned compare_mode:1; member
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()
193 state->compare_mode = sampler->compare_mode; in lp_sampler_static_sampler_state()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()
165 if (s->state.compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) { in get_external_state()