Home
last modified time | relevance | path

Searched refs:compare_mode (Results 1 – 25 of 60) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear_priv.h80 sampler->sampler_state.compare_mode == 0 && in is_nearest_sampler()
98 sampler->sampler_state.compare_mode == 0 && in is_linear_sampler()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_fs.c320 key->tex[i].compare_mode = PIPE_TEX_COMPARE_NONE; in make_fs_key()
325 if (sampler->compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) { in make_fs_key()
333 key->tex[i].compare_mode = sampler->compare_mode; in make_fs_key()
Dsvga_pipe_sampler.c179 ss->compare_mode); in define_sampler_state_object()
206 for (i = 0; i <= ss->compare_mode; i++) { in define_sampler_state_object()
250 cso->compare_mode = sampler->compare_mode; in svga_create_sampler_state()
Dsvga_shader.c340 key->tex[i].compare_mode = sampler->compare_mode; in svga_init_shader_key_common()
Dsvga_shader.h130 unsigned compare_mode:1; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_texture.c108 compare_mode(const struct pipe_sampler_state *cso) in compare_mode() function
110 if (cso->compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) in compare_mode()
145 so->wrap |= compare_mode(cso); in nv30_sampler_state_create()
Dnv30_fragtex.c75 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()
/third_party/mesa3d/docs/gallium/cso/
Dsampler.rst75 compare_mode
82 The inequality operator used when compare_mode=1. One of PIPE_FUNC_x.
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c105 if (cso->compare_mode) in fd3_sampler_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c114 if (cso->compare_mode) in fd4_sampler_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.c121 if (cso->compare_mode) in fd5_sampler_state_create()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c140 sampler->compare_mode = PIPE_TEX_COMPARE_R_TO_TEXTURE; in st_convert_sampler()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp605 return anisotropic_lut[state->compare_mode]; in get_filter()
609 (state->compare_mode << 3); in get_filter()
648 if (state->compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) { in d3d12_create_sampler_state()
651 } else if (state->compare_mode == PIPE_TEX_COMPARE_NONE) { in d3d12_create_sampler_state()
672 if (state->compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) { in d3d12_create_sampler_state()
675 fake_state.compare_mode = PIPE_TEX_COMPARE_NONE; in d3d12_create_sampler_state()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h418 unsigned compare_mode:1; /**< PIPE_TEX_COMPARE_x */ member
/third_party/mesa3d/src/gallium/tests/graw/
Dgraw_util.h299 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in graw_util_create_simple_sampler()
Dquad-sample.c283 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
Dfs-test.c368 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
Dvs-test.c356 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
Dgs-test.c458 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c99 sampler->compare_mode) != 32) in swizzled_border_color()
152 psampler->compare_mode); in emit_one_texture()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_matrix_filter.c181 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in vl_matrix_filter_init()
Dvl_median_filter.c292 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in vl_median_filter_init()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c247 …samp.compare_mode = ss[NINED3DSAMP_SHADOW] ? PIPE_TEX_COMPARE_R_TO_TEXTURE : PIPE_TEX_COMPARE_NONE; in nine_convert_sampler_state()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h196 unsigned compare_mode:1; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_texture.c126 if (cso->compare_mode) in fd6_sampler_state_create()

123