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