Searched refs:sampler_templ (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | subpicture.c | 201 struct pipe_sampler_view sampler_templ; in XvMCCreateSubpicture() local 251 memset(&sampler_templ, 0, sizeof(sampler_templ)); in XvMCCreateSubpicture() 252 u_sampler_view_default_template(&sampler_templ, tex, tex->format); in XvMCCreateSubpicture() 254 subpicture_priv->sampler = pipe->create_sampler_view(pipe, tex, &sampler_templ); in XvMCCreateSubpicture() 280 memset(&sampler_templ, 0, sizeof(sampler_templ)); in XvMCCreateSubpicture() 281 u_sampler_view_default_template(&sampler_templ, tex, tex->format); in XvMCCreateSubpicture() 282 sampler_templ.swizzle_a = PIPE_SWIZZLE_ONE; in XvMCCreateSubpicture() 283 subpicture_priv->palette = pipe->create_sampler_view(pipe, tex, &sampler_templ); in XvMCCreateSubpicture()
|