Lines Matching refs:tex
200 struct pipe_resource tex_templ, *tex;
249 tex = pipe->screen->resource_create(pipe->screen, &tex_templ);
252 u_sampler_view_default_template(&sampler_templ, tex, tex->format);
254 subpicture_priv->sampler = pipe->create_sampler_view(pipe, tex, &sampler_templ);
255 pipe_resource_reference(&tex, NULL);
278 tex = pipe->screen->resource_create(pipe->screen, &tex_templ);
281 u_sampler_view_default_template(&sampler_templ, tex, tex->format);
283 subpicture_priv->palette = pipe->create_sampler_view(pipe, tex, &sampler_templ);
284 pipe_resource_reference(&tex, NULL);