Lines Matching defs:cbuf
255 for (unsigned cbuf = 0; cbuf < setup->fb.nr_cbufs; cbuf++) {
257 if (setup->clear.flags & (1 << (2 + cbuf))) {
267 cc_scene->cbuf = cbuf;
268 cc_scene->color_val = setup->clear.color_val[cbuf];
431 unsigned cbuf)
435 const enum pipe_format format = setup->fb.cbufs[cbuf]->format;
458 cc_scene->cbuf = cbuf;
477 setup->clear.flags |= 1 << (cbuf + 2);
478 setup->clear.color_val[cbuf] = uc;