Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_fs.c296 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()
Dsvga_pipe_sampler.c180 ss->compare_mode); in define_sampler_state_object()
242 cso->compare_mode = sampler->compare_mode; in svga_create_sampler_state()
Dsvga_shader.h97 unsigned compare_mode:1; member
Dsvga_context.h205 unsigned compare_mode:1; member
/external/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()
/external/mesa3d/src/gallium/docs/source/cso/
Dsampler.rst75 compare_mode
82 The inequality operator used when compare_mode=1. One of PIPE_FUNC_x.
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h375 unsigned compare_mode:1; /**< PIPE_TEX_COMPARE_x */ member
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c129 if (cso->compare_mode) in fd3_sampler_state_create()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c231 sampler->compare_mode = PIPE_TEX_COMPARE_R_TO_TEXTURE; in convert_sampler()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c139 if (cso->compare_mode) in fd4_sampler_state_create()
/external/mesa3d/src/gallium/tests/graw/
Dquad-sample.c279 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
Dgraw_util.h299 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in graw_util_create_simple_sampler()
Dfs-test.c364 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
Dvs-test.c353 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
Dgs-test.c455 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.c137 if (cso->compare_mode) in fd5_sampler_state_create()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_matrix_filter.c198 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in vl_matrix_filter_init()
Dvl_median_filter.c285 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in vl_median_filter_init()
Dvl_bicubic_filter.c284 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in vl_bicubic_filter_init()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h163 unsigned compare_mode:1; member
Dlp_bld_sample_soa.c797 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()
Dlp_bld_sample.c193 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()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c239 …samp.compare_mode = ss[NINED3DSAMP_SHADOW] ? PIPE_TEX_COMPARE_R_TO_TEXTURE : PIPE_TEX_COMPARE_NONE; in nine_convert_sampler_state()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_fs.c165 if (s->state.compare_mode == PIPE_TEX_COMPARE_R_TO_TEXTURE) { in get_external_state()

12