Home
last modified time | relevance | path

Searched refs:view_templ (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_yuv.c74 struct pipe_sampler_view view_templ; in xa_yuv_bind_samplers() local
88 u_sampler_view_default_template(&view_templ, yuv[i]->tex, in xa_yuv_bind_samplers()
92 r->pipe->create_sampler_view(r->pipe, yuv[i]->tex, &view_templ); in xa_yuv_bind_samplers()
Dxa_composite.c394 struct pipe_sampler_view view_templ; in bind_samplers() local
423 u_sampler_view_default_template(&view_templ, in bind_samplers()
427 &view_templ); in bind_samplers()
447 u_sampler_view_default_template(&view_templ, in bind_samplers()
451 &view_templ); in bind_samplers()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1611 struct pipe_sampler_view view_templ; in hud_set_draw_context() local
1613 &view_templ, hud->font.texture, hud->font.texture->format); in hud_set_draw_context()
1615 &view_templ); in hud_set_draw_context()