Home | History | Annotate | Download | only in util

Lines Matching refs:samples

102    /* FS which outputs an average of all samples. */
939 /* The destination has multiple samples, we'll do
1121 unsigned samples, j, f, target, max_samples, use_txf;
1131 for (samples = 1; samples <= max_samples; samples++) {
1143 if (samples > 1 &&
1148 if (samples > 1 && use_txf)
1151 /* If samples == 1, the shaders read one texel. If samples >= 1,
1156 samples, samples, 0, use_txf);
1159 samples, samples, 0, use_txf);
1162 samples, samples, 0, use_txf);
1165 samples, samples, 0, use_txf);
1168 samples, samples, 0, use_txf);
1169 blitter_get_fs_texfetch_depth(ctx, target, samples, use_txf);
1171 blitter_get_fs_texfetch_depthstencil(ctx, target, samples, use_txf);
1172 blitter_get_fs_texfetch_stencil(ctx, target, samples, use_txf);
1175 if (samples == 1)