Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h107 TGSI_SAMPLER_GATHER, enumerator
Dtgsi_exec.c2302 control = TGSI_SAMPLER_GATHER; in exec_tex()
2684 control = TGSI_SAMPLER_GATHER; in exec_sample()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2006 case TGSI_SAMPLER_GATHER: in compute_lambda_lod_unclamped()
2104 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_linear()
2187 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_nearest()
2246 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_none()
2293 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_none_no_filter_select()
2704 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_linear_2d_linear_repeat_POT()
2786 const bool is_gather = (control == TGSI_SAMPLER_GATHER); in sample_compare()
3155 if (control == TGSI_SAMPLER_GATHER) { in get_filters()
3205 if (sp_sview->need_swizzle && filt_args->control != TGSI_SAMPLER_GATHER) { in sample_mip()