Lines Matching defs:context
499 nouveau_create_decoder(struct pipe_context *context,
559 dec->base.context = context;
639 return vl_create_decoder(context, templ);
652 pipe = buf->base.context;
687 pipe = buf->base.context;
726 pipe = buf->base.context;
793 buffer->base.context = pipe;
869 nouveau_context_create_decoder(struct pipe_context *context,
872 struct nouveau_screen *screen = nouveau_context(context)->screen;
873 return nouveau_create_decoder(context, templ, screen);