Home
last modified time | relevance | path

Searched refs:PIPE_TEX_COMPARE_NONE (Results 1 – 25 of 34) sorted by relevance

12

/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()
Dvl_bicubic_filter.c293 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in vl_bicubic_filter_init()
Dvl_zscan.c334 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in init_state()
Dvl_mc.c392 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in init_pipe_state()
Dvl_idct.c553 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in init_state()
Dvl_compositor.c148 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in init_pipe_state()
Dvl_mpeg12_decoder.c890 sampler.compare_mode = PIPE_TEX_COMPARE_NONE; in init_pipe_state()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_fs.c259 key->tex[i].compare_mode = PIPE_TEX_COMPARE_NONE; in make_fs_key()
Dsvga_pipe_sampler.c201 STATIC_ASSERT(PIPE_TEX_COMPARE_NONE == 0); in define_sampler_state_object()
/third_party/mesa3d/docs/gallium/cso/
Dsampler.rst80 If set to PIPE_TEX_COMPARE_NONE, no comparison calculation is performed.
/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/include/pipe/
Dp_defines.h209 PIPE_TEX_COMPARE_NONE, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c942 if (bld->static_sampler_state->compare_mode != PIPE_TEX_COMPARE_NONE) { in lp_build_sample_image_nearest()
1363 if (bld->static_sampler_state->compare_mode == PIPE_TEX_COMPARE_NONE) { in lp_build_sample_image_linear()
1472 PIPE_TEX_COMPARE_NONE) { in lp_build_sample_image_linear()
1548 PIPE_TEX_COMPARE_NONE) { in lp_build_sample_image_linear()
1602 if (bld->static_sampler_state->compare_mode == PIPE_TEX_COMPARE_NONE) { in lp_build_sample_image_linear()
1706 if (bld->static_sampler_state->compare_mode == PIPE_TEX_COMPARE_NONE) { in lp_build_sample_image_linear()
2578 if (bld->static_sampler_state->compare_mode != PIPE_TEX_COMPARE_NONE) { in lp_build_sample_common()
3661 derived_sampler_state.compare_mode == PIPE_TEX_COMPARE_NONE && in lp_build_sample_soa_code()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c188 if (ctx->sampler[i]->compare_mode == PIPE_TEX_COMPARE_NONE) in etna_get_fs()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state_derived.c878 if (sampler->state.compare_mode == PIPE_TEX_COMPARE_NONE) { in r300_merge_textures_and_samplers()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_program.c476 PIPE_TEX_COMPARE_NONE; in v3d_setup_shared_key()
Dv3dx_state.c1118 PIPE_TEX_COMPARE_NONE) == 32) { in v3d_create_sampler_view()
/third_party/mesa3d/src/mesa/main/
Dsamplerobj.c147 sampObj->Attrib.state.compare_mode = PIPE_TEX_COMPARE_NONE; in _mesa_init_sampler_object()
Dtexobj.c345 obj->Sampler.Attrib.state.compare_mode = PIPE_TEX_COMPARE_NONE; in _mesa_initialize_texture_object()

12