Lines Matching defs:pipe
57 #include "pipe/p_context.h"
58 #include "pipe/p_screen.h"
214 * The context is only used for creating pipe surfaces and for calling
217 * drawable state, not context state, and can be freed by another pipe
273 ps = st->pipe->create_surface(st->pipe, textures[i], &surf_tmpl);
603 * advertise the capability when the pipe driver (and core Mesa) supports
609 * by the pipe driver. We still need to advertise the capability here.
1007 struct pipe_context *pipe;
1065 pipe = smapi->screen->context_create(smapi->screen, NULL, ctx_flags);
1066 if (!pipe) {
1074 st = st_create_context(api, pipe, mode_ptr, shared_ctx,
1079 pipe->destroy(pipe);
1136 st->iface.pipe = st->pipe;
1141 st->pipe->set_frontend_noop(st->pipe, st->ctx->IntelBlackholeRender);