Home
last modified time | relevance | path

Searched refs:TGSI_SAMPLER_GATHER (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1848 case TGSI_SAMPLER_GATHER: in compute_lambda_lod_unclamped()
1948 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_linear()
2032 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_nearest()
2094 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_none()
2142 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_none_no_filter_select()
2555 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_linear_2d_linear_repeat_POT()
2640 const bool is_gather = (control == TGSI_SAMPLER_GATHER); in sample_compare()
3019 if (control == TGSI_SAMPLER_GATHER) { in get_filters()
3069 if (sp_sview->need_swizzle && filt_args->control != TGSI_SAMPLER_GATHER) { in sample_mip()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h107 TGSI_SAMPLER_GATHER, enumerator
Dtgsi_exec.c2300 control = TGSI_SAMPLER_GATHER; in exec_tex()
2682 control = TGSI_SAMPLER_GATHER; in exec_sample()