Lines Matching defs:samples
102 /* FS which outputs an average of all samples. */
1046 /* The destination has multiple samples, we'll do
1268 unsigned samples, j, f, target, max_samples, use_txf;
1278 for (samples = 1; samples <= max_samples; samples++) {
1293 if (samples > 1 &&
1298 if (samples > 1 && use_txf)
1301 /* If samples == 1, the shaders read one texel. If samples >= 1,
1306 samples, samples, 0, use_txf);
1309 samples, samples, 0, use_txf);
1312 samples, samples, 0, use_txf);
1315 samples, samples, 0, use_txf);
1318 samples, samples, 0, use_txf);
1319 blitter_get_fs_texfetch_depth(ctx, target, samples, samples, use_txf);
1321 blitter_get_fs_texfetch_depthstencil(ctx, target, samples, samples, use_txf);
1322 blitter_get_fs_texfetch_stencil(ctx, target, samples, samples, use_txf);
1325 if (samples == 2) {
1326 blitter_get_fs_texfetch_depth(ctx, target, samples, 1, use_txf);
1328 blitter_get_fs_texfetch_depthstencil(ctx, target, samples, 1, use_txf);
1329 blitter_get_fs_texfetch_stencil(ctx, target, samples, 1, use_txf);
1333 if (samples == 1)