Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_fs.c259 key->tex[i].compare_mode = PIPE_TEX_COMPARE_NONE; in make_fs_key()
264 if (sampler->compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) { in make_fs_key()
272 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.c383 key->tex[i].compare_mode = sampler->compare_mode; in svga_init_shader_key_common()
390 if ((sampler->compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) && in svga_init_shader_key_common()
454 if (sampler->compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) { in svga_init_shader_key_common()
Dsvga_shader.h134 unsigned compare_mode:1; member
/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/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/a5xx/
Dfd5_texture.c121 if (cso->compare_mode) in fd5_sampler_state_create()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture_state.c139 COND(ss->compare_mode, VIVS_NTE_SAMPLER_BASELOD_COMPARE_ENABLE) | in etna_create_sampler_state_state()
143 if ((ctx->screen->specs.halti < 2) && ss->compare_mode) { in etna_create_sampler_state_state()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_program.c474 unsigned compare_mode = sampler_state ? in v3d_setup_shared_key() local
475 sampler_state->compare_mode : in v3d_setup_shared_key()
481 compare_mode); in v3d_setup_shared_key()
Dv3dx_emit.c101 sampler->compare_mode) != 32) in swizzled_border_color()
135 psampler->compare_mode); in emit_one_texture()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c144 sampler->compare_mode = PIPE_TEX_COMPARE_R_TO_TEXTURE; in st_convert_sampler()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h426 unsigned compare_mode:1; /**< PIPE_TEX_COMPARE_x */ member
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c121 if (cso->compare_mode) in fd4_sampler_state_create()
/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/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/drivers/d3d12/
Dd3d12_context.cpp630 return anisotropic_lut[state->compare_mode]; in get_filter()
634 (state->compare_mode << 3); in get_filter()
673 if (state->compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) { in d3d12_create_sampler_state()
675 } else if (state->compare_mode == PIPE_TEX_COMPARE_NONE) { in d3d12_create_sampler_state()
696 if (state->compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) { in d3d12_create_sampler_state()

123