Searched refs:gather_only (Results 1 – 2 of 2) sorted by relevance
67 bool gather_only; member
1678 if (args->gather_only) { in img_filter_2d_linear()1724 if (args->gather_only) { in img_filter_2d_array_linear()1789 if (args->gather_only) { in img_filter_cube_linear()1858 if (args->gather_only) { in img_filter_cube_array_linear()2104 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_linear()2115 if (lod[j] <= 0.0 && !args.gather_only) { in mip_filter_linear()2187 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_nearest()2196 if (lod[j] <= 0.0f && !args.gather_only) { in mip_filter_nearest()2246 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER; in mip_filter_none()2254 if (lod[j] <= 0.0f && !args.gather_only) { in mip_filter_none()[all …]