/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_fs.c | 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()
|
D | svga_pipe_sampler.c | 180 ss->compare_mode); in define_sampler_state_object() 207 for (i = 0; i <= ss->compare_mode; i++) { in define_sampler_state_object() 257 cso->compare_mode = sampler->compare_mode; in svga_create_sampler_state()
|
D | svga_shader.h | 98 unsigned compare_mode:1; member
|
D | svga_context.h | 208 unsigned compare_mode:1; member
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_texture.c | 108 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()
|
D | nv30_fragtex.c | 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()
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_program.c | 280 sampler_state->compare_mode); in vc5_setup_shared_key() 314 key->tex[i].compare_mode = sampler_state->compare_mode; in vc5_setup_shared_key()
|
D | vc5_emit.c | 97 sampler->compare_mode) != 32) in swizzled_border_color() 150 psampler->compare_mode); in emit_one_texture()
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | sampler.rst | 75 compare_mode 82 The inequality operator used when compare_mode=1. One of PIPE_FUNC_x.
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_state.h | 318 unsigned compare_mode:1; /**< PIPE_TEX_COMPARE_x */ member
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_texture.c | 129 if (cso->compare_mode) in fd3_sampler_state_create()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 396 unsigned compare_mode:1; /**< PIPE_TEX_COMPARE_x */ member
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_sampler.c | 208 sampler->compare_mode = PIPE_TEX_COMPARE_R_TO_TEXTURE; in st_convert_sampler()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_texture.c | 136 if (cso->compare_mode) in fd5_sampler_state_create()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | graw_util.h | 299 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in graw_util_create_simple_sampler()
|
D | quad-sample.c | 279 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
|
D | fs-test.c | 364 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
|
D | gs-test.c | 455 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
|
D | vs-test.c | 353 sampler_desc.compare_mode = PIPE_TEX_COMPARE_NONE; in init_tex()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_texture.c | 139 if (cso->compare_mode) in fd4_sampler_state_create()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.h | 164 unsigned compare_mode:1; member
|
D | lp_bld_sample_soa.c | 932 if (bld->static_sampler_state->compare_mode != PIPE_TEX_COMPARE_NONE) { in lp_build_sample_image_nearest() 1336 if (bld->static_sampler_state->compare_mode == PIPE_TEX_COMPARE_NONE) { in lp_build_sample_image_linear() 1442 if (bld->static_sampler_state->compare_mode == in lp_build_sample_image_linear() 1518 if (bld->static_sampler_state->compare_mode != in lp_build_sample_image_linear() 1573 if (bld->static_sampler_state->compare_mode == PIPE_TEX_COMPARE_NONE) { in lp_build_sample_image_linear() 1674 if (bld->static_sampler_state->compare_mode == PIPE_TEX_COMPARE_NONE) { in lp_build_sample_image_linear() 2093 if (bld->static_sampler_state->compare_mode != PIPE_TEX_COMPARE_NONE) { in lp_build_sample_common() 3109 derived_sampler_state.compare_mode == PIPE_TEX_COMPARE_NONE && in lp_build_sample_soa_code()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_matrix_filter.c | 179 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in vl_matrix_filter_init()
|
D | vl_median_filter.c | 290 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in vl_median_filter_init()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_pipe.c | 239 …samp.compare_mode = ss[NINED3DSAMP_SHADOW] ? PIPE_TEX_COMPARE_R_TO_TEXTURE : PIPE_TEX_COMPARE_NONE; in nine_convert_sampler_state()
|