Home
last modified time | relevance | path

Searched refs:gather_only (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.h63 bool gather_only; member
Dsp_tex_sample.c1543 if (args->gather_only) { in img_filter_2d_linear()
1589 if (args->gather_only) { in img_filter_2d_array_linear()
1654 if (args->gather_only) { in img_filter_cube_linear()
1722 if (args->gather_only) { in img_filter_cube_array_linear()
1965 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_linear()
2049 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_nearest()
2111 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_none()
2159 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_none_no_filter_select()
2572 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_linear_2d_linear_repeat_POT()