Searched refs:TGSI_SAMPLER_GATHER (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h107 TGSI_SAMPLER_GATHER, enumerator in enum:tgsi_sampler_control
H A Dtgsi_exec.c2151 control = TGSI_SAMPLER_GATHER;
2528 control = TGSI_SAMPLER_GATHER;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h107 TGSI_SAMPLER_GATHER, enumerator in enum:tgsi_sampler_control
H A Dtgsi_exec.c2350 control = TGSI_SAMPLER_GATHER;
2732 control = TGSI_SAMPLER_GATHER;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1992 case TGSI_SAMPLER_GATHER:
2090 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER;
2173 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER;
2232 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER;
2279 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER;
2690 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER;
2772 const bool is_gather = (control == TGSI_SAMPLER_GATHER);
3141 if (control == TGSI_SAMPLER_GATHER) {
3191 if (sp_sview->need_swizzle && filt_args->control != TGSI_SAMPLER_GATHER) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2006 case TGSI_SAMPLER_GATHER:
2104 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER;
2187 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER;
2246 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER;
2293 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER;
2704 args.gather_only = filt_args->control == TGSI_SAMPLER_GATHER;
2786 const bool is_gather = (control == TGSI_SAMPLER_GATHER);
3155 if (control == TGSI_SAMPLER_GATHER) {
3205 if (sp_sview->need_swizzle && filt_args->control != TGSI_SAMPLER_GATHER) {

Completed in 61 milliseconds