Searched refs:TGSI_SAMPLER_GATHER (Results 1 – 3 of 3) sorted by relevance
107 TGSI_SAMPLER_GATHER, enumerator
2302 control = TGSI_SAMPLER_GATHER; in exec_tex()2684 control = TGSI_SAMPLER_GATHER; in exec_sample()
2006 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()