Lines Matching defs:pfb
193 struct pipe_framebuffer_state *pfb = &ctx->batch->framebuffer;
204 util_blitter_common_clear_setup(blitter, pfb->width, pfb->height, buffers,
216 unsigned rs_idx = pfb->samples > 1 ? 1 : 0;
225 .multisample = pfb->samples > 1,
232 .scale = {0.5f * pfb->width, -0.5f * pfb->height, depth},
233 .translate = {0.5f * pfb->width, 0.5f * pfb->height, 0.0f},
242 if (pfb->layers > 1)
260 .instance_count = MAX2(1, pfb->layers),
268 /* We expect that this should not have triggered a change in pfb: */
269 assert(util_framebuffer_state_equal(pfb, &ctx->framebuffer));