Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/tests/graw/
Dgraw_util.h42 struct pipe_surface surface_temp; in graw_util_create_window() local
90 surface_temp.format = resource_temp.format; in graw_util_create_window()
91 surface_temp.u.tex.level = 0; in graw_util_create_window()
92 surface_temp.u.tex.first_layer = 0; in graw_util_create_window()
93 surface_temp.u.tex.last_layer = 0; in graw_util_create_window()
96 &surface_temp); in graw_util_create_window()
119 surface_temp.format = resource_temp.format; in graw_util_create_window()
120 surface_temp.u.tex.level = 0; in graw_util_create_window()
121 surface_temp.u.tex.first_layer = 0; in graw_util_create_window()
122 surface_temp.u.tex.last_layer = 0; in graw_util_create_window()
[all …]
/external/mesa3d/src/gallium/frontends/vdpau/
Dmixer.c413 struct pipe_surface *surface_temp = pipe->create_surface(pipe, res, &surf_templ); in vlVdpVideoMixerRender() local
417 sampler_view, surface_temp); in vlVdpVideoMixerRender()
423 surface = surface_temp; in vlVdpVideoMixerRender()
434 struct pipe_surface *surface_temp = pipe->create_surface(pipe, res, &surf_templ); in vlVdpVideoMixerRender() local
438 sampler_view, surface_temp); in vlVdpVideoMixerRender()
444 surface = surface_temp; in vlVdpVideoMixerRender()