Home | History | Annotate | Download | only in trivial

Lines Matching full:surf

54         struct pipe_surface *surf[MAX_RESOURCES];
354 ctx->surf[i] = pipe->create_surface(pipe, ctx->tex[*slots],
356 assert(ctx->surf[i]);
359 pipe->set_compute_resources(pipe, 0, i, ctx->surf);
370 if (ctx->surf[i]) {
371 pipe->surface_destroy(pipe, ctx->surf[i]);
372 ctx->surf[i] = NULL;