Home
last modified time | relevance | path

Searched refs:sampler_templ (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsubpicture.c197 struct pipe_sampler_view sampler_templ; in XvMCCreateSubpicture() local
248 memset(&sampler_templ, 0, sizeof(sampler_templ)); in XvMCCreateSubpicture()
249 u_sampler_view_default_template(&sampler_templ, tex, tex->format); in XvMCCreateSubpicture()
251 subpicture_priv->sampler = pipe->create_sampler_view(pipe, tex, &sampler_templ); in XvMCCreateSubpicture()
277 memset(&sampler_templ, 0, sizeof(sampler_templ)); in XvMCCreateSubpicture()
278 u_sampler_view_default_template(&sampler_templ, tex, tex->format); in XvMCCreateSubpicture()
279 sampler_templ.swizzle_a = PIPE_SWIZZLE_1; in XvMCCreateSubpicture()
280 subpicture_priv->palette = pipe->create_sampler_view(pipe, tex, &sampler_templ); in XvMCCreateSubpicture()
/external/mesa3d/src/gallium/state_trackers/va/
Dsubpicture.c179 struct pipe_sampler_view sampler_templ; in vlVaAssociateSubpicture() local
228 memset(&sampler_templ, 0, sizeof(sampler_templ)); in vlVaAssociateSubpicture()
229 u_sampler_view_default_template(&sampler_templ, tex, tex->format); in vlVaAssociateSubpicture()
230 sub->sampler = drv->pipe->create_sampler_view(drv->pipe, tex, &sampler_templ); in vlVaAssociateSubpicture()