Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/vdpau/
Doutput.c305 struct pipe_sampler_view *sv_idx = NULL, *sv_tbl = NULL; in vlVdpOutputSurfacePutBitsIndexed() local
404 sv_tbl = context->create_sampler_view(context, res, &sv_tmpl); in vlVdpOutputSurfacePutBitsIndexed()
407 if (!sv_tbl) in vlVdpOutputSurfacePutBitsIndexed()
411 vl_compositor_set_palette_layer(cstate, compositor, 0, sv_idx, sv_tbl, NULL, NULL, false); in vlVdpOutputSurfacePutBitsIndexed()
416 pipe_sampler_view_reference(&sv_tbl, NULL); in vlVdpOutputSurfacePutBitsIndexed()
423 pipe_sampler_view_reference(&sv_tbl, NULL); in vlVdpOutputSurfacePutBitsIndexed()