Lines Matching refs:templ
67 struct pipe_resource templ;
82 vl_video_buffer_template(&templ, &template, resource_formats[0], 1, array_size,
85 templ.bind = PIPE_BIND_LINEAR;
87 pipe->screen->resource_create(pipe->screen, &templ);
92 vl_video_buffer_template(&templ, &template, resource_formats[1], 1, array_size,
95 templ.bind = PIPE_BIND_LINEAR;
97 pipe->screen->resource_create(pipe->screen, &templ);
103 vl_video_buffer_template(&templ, &template, resource_formats[2], 1, array_size,
106 templ.bind = PIPE_BIND_LINEAR;
108 pipe->screen->resource_create(pipe->screen, &templ);