Home | History | Annotate | Download | only in softpipe

Lines Matching full:framebuffer

64    for (i = 0; i < sp->framebuffer.nr_cbufs; i++) {
80 for (i = 0; i < sp->framebuffer.nr_cbufs; i++) {
119 pipe_surface_reference(&softpipe->framebuffer.cbufs[i], NULL);
123 pipe_surface_reference(&softpipe->framebuffer.zsbuf, NULL);
151 * if (the texture is being used as a framebuffer surface)
171 for (i = 0; i < softpipe->framebuffer.nr_cbufs; i++) {
172 if (softpipe->framebuffer.cbufs[i] &&
173 softpipe->framebuffer.cbufs[i]->texture == texture) {
177 if (softpipe->framebuffer.zsbuf &&
178 softpipe->framebuffer.zsbuf->texture == texture) {