Searched refs:use_fbfetch (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_tests.c615 test_texture_barrier(struct pipe_context *ctx, bool use_fbfetch, argument
627 use_fbfetch ? "FBFETCH" : "sampler", MAX2(num_samples, 1));
633 if (use_fbfetch &&
681 if (use_fbfetch) {
752 if (num_samples > 1 && !use_fbfetch)
757 use_fbfetch ? PIPE_TEXTURE_BARRIER_FRAMEBUFFER :
761 if (num_samples > 1 && !use_fbfetch)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_tests.c624 test_texture_barrier(struct pipe_context *ctx, bool use_fbfetch, argument
636 use_fbfetch ? "FBFETCH" : "sampler", MAX2(num_samples, 1));
642 if (use_fbfetch &&
690 if (use_fbfetch) {
761 if (num_samples > 1 && !use_fbfetch)
766 use_fbfetch ? PIPE_TEXTURE_BARRIER_FRAMEBUFFER :
770 if (num_samples > 1 && !use_fbfetch)

Completed in 4 milliseconds