Searched refs:compare_mode (Results 1 – 25 of 34) sorted by relevance
12
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()
230 key->tex[i].compare_mode = svga->curr.sampler[i]->compare_mode; in make_fs_key()
63 unsigned compare_mode:1; member
115 cso->compare_mode = sampler->compare_mode; in svga_create_sampler_state()
180 unsigned compare_mode:1; member
75 compare_mode82 The inequality operator used when compare_mode=1. One of PIPE_FUNC_x.
312 unsigned compare_mode:1; /**< PIPE_TEX_COMPARE_x */ member
194 sampler->compare_mode = PIPE_TEX_COMPARE_R_TO_TEXTURE; in convert_sampler()
91 unsigned compare_mode:1; member
164 state->compare_mode = sampler->compare_mode; in lp_sampler_static_state()165 if (sampler->compare_mode != PIPE_TEX_COMPARE_NONE) { in lp_sampler_static_state()
283 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()
410 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
361 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
474 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
197 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in vl_matrix_filter_init()
283 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in vl_median_filter_init()
306 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in init_state()
388 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in init_pipe_state()
470 trace_dump_member(uint, state, compare_mode); in trace_dump_sampler_state()
163 if (s->state.compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) { in get_external_state()
833 if (sampler->state.compare_mode == PIPE_TEX_COMPARE_NONE) { in r300_merge_textures_and_samplers()
637 util_dump_member(stream, uint, state, compare_mode); in util_dump_sampler_state()
250 if (sampler->compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) in i915_create_sampler_state()