Lines Matching defs:sample
3641 int sample = 0;
3644 sample = 3;
3647 sample = 4;
3652 return sample;
3661 int sample;
3670 sample = get_image_coord_sample(inst->Memory.Texture);
3682 if (sample)
3683 IFETCH(&sample_r, 1, TGSI_CHAN_X + sample);
3806 int sample;
3811 sample = get_image_coord_sample(inst->Memory.Texture);
3826 if (sample)
3827 IFETCH(&sample_r, 0, TGSI_CHAN_X + sample);
3909 int sample;
3914 sample = get_image_coord_sample(inst->Memory.Texture);
3931 if (sample)
3932 IFETCH(&sample_r, 1, TGSI_CHAN_X + sample);
4822 float sample = mach->Imms[inst->Src[1].Register.Index][inst->Src[1].Register.SwizzleX];
4824 /* Short cut: sample 0 is like a normal fetch */
4831 if (sample != 0.0f) {
4892 /* Here we should add the change to use a sample that lies within the
4899 * The built-in functions interpolateAtCentroid ... will sample
4903 * Since we only support 1 sample currently, this is just a pass-through.