Lines Matching defs:surf
58 struct lima_surface *surf = lima_surface(job->key.cbuf);
60 if (!surf)
61 surf = lima_surface(job->key.zsbuf);
63 if (!surf) {
68 fb->width = surf->base.width;
69 fb->height = surf->base.height;
319 struct lima_surface *surf = lima_surface(job->key.cbuf);
320 struct lima_resource *res = lima_resource(surf->base.texture);
330 struct lima_surface *surf = lima_surface(job->key.cbuf);
331 struct lima_resource *res = lima_resource(surf->base.texture);
340 else if (surf->reload & PIPE_CLEAR_COLOR0)
352 struct lima_surface *surf = lima_surface(job->key.zsbuf);
353 if (surf->reload & (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL))
1002 struct lima_surface *surf = lima_surface(job->key.cbuf);
1003 surf->reload = PIPE_CLEAR_COLOR0;
1007 struct lima_surface *surf = lima_surface(job->key.zsbuf);
1008 surf->reload = (job->resolve & (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL));