Searched refs:surface_temp (Results 1 – 2 of 2) sorted by relevance
42 struct pipe_surface surface_temp; in graw_util_create_window() local91 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 …]
412 struct pipe_surface *surface_temp = pipe->create_surface(pipe, res, &surf_templ); in vlVdpVideoMixerRender() local416 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() local437 sampler_view, surface_temp); in vlVdpVideoMixerRender()443 surface = surface_temp; in vlVdpVideoMixerRender()