Home | History | Annotate | Download | only in vega

Lines Matching defs:surf

129       struct pipe_surface *surf;
131 surf = pipe->create_surface(pipe, strb->texture, 0, 0, 0,
139 pipe_get_tile_rgba(surf, sx, y, width, 1, df);
146 pipe_surface_reference(&surf, NULL);
398 struct pipe_surface *surf, surf_tmpl;
403 surf = ctx->pipe->create_surface(ctx->pipe, layer->sampler_view->texture,
405 if (surf && renderer_copy_begin(ctx->renderer, surf, VG_FALSE, src)) {
416 pipe_surface_reference(&surf, NULL);
427 struct pipe_surface *surf, surf_tmpl;
430 surf = pipe->create_surface(pipe, view->texture, &surf_tmpl);
432 renderer_validate_for_mask_rendering(ctx->renderer, surf, mat);
442 pipe_surface_reference(&surf, NULL);