Lines Matching defs:pipe
39 #include "pipe/p_video_codec.h"
58 struct pipe_video_buffer *r600_video_buffer_create(struct pipe_context *pipe,
61 struct r600_context *ctx = (struct r600_context *)pipe;
72 assert(pipe);
75 vl_get_video_buffer_formats(pipe->screen, tmpl->buffer_format, resource_formats);
87 pipe->screen->resource_create(pipe->screen, &templ);
97 pipe->screen->resource_create(pipe->screen, &templ);
108 pipe->screen->resource_create(pipe->screen, &templ);
133 return vl_video_buffer_create_ex2(pipe, &template, (struct pipe_resource **)resources);