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
91 surface_temp.format = resource_temp.format; in graw_util_create_window()
92 surface_temp.u.tex.level = 0; in graw_util_create_window()
93 surface_temp.u.tex.first_layer = 0; in graw_util_create_window()
94 surface_temp.u.tex.last_layer = 0; in graw_util_create_window()
97 &surface_temp); in graw_util_create_window()
121 surface_temp.format = resource_temp.format; in graw_util_create_window()
122 surface_temp.u.tex.level = 0; in graw_util_create_window()
123 surface_temp.u.tex.first_layer = 0; in graw_util_create_window()
124 surface_temp.u.tex.last_layer = 0; in graw_util_create_window()
[all …]
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dmixer.c412 struct pipe_surface *surface_temp = pipe->create_surface(pipe, res, &surf_templ); in vlVdpVideoMixerRender() local
416 sampler_view, surface_temp); in vlVdpVideoMixerRender()
422 surface = surface_temp; in vlVdpVideoMixerRender()
433 struct pipe_surface *surface_temp = pipe->create_surface(pipe, res, &surf_templ); in vlVdpVideoMixerRender() local
437 sampler_view, surface_temp); in vlVdpVideoMixerRender()
443 surface = surface_temp; in vlVdpVideoMixerRender()