Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_context.c291 struct pipe_sampler_view *old_sampler_view = stfb->surface_mask_view; in vg_context_update_surface_mask_view() local
294 if (old_sampler_view && in vg_context_update_surface_mask_view()
295 old_sampler_view->texture->width0 == width && in vg_context_update_surface_mask_view()
296 old_sampler_view->texture->height0 == height) in vg_context_update_surface_mask_view()
308 if (old_sampler_view) in vg_context_update_surface_mask_view()
309 pipe_sampler_view_reference(&old_sampler_view, NULL); in vg_context_update_surface_mask_view()
320 if (old_sampler_view) { in vg_context_update_surface_mask_view()
322 u_box_origin_2d(MIN2(old_sampler_view->texture->width0, in vg_context_update_surface_mask_view()
324 MIN2(old_sampler_view->texture->height0, in vg_context_update_surface_mask_view()
331 old_sampler_view->texture, in vg_context_update_surface_mask_view()
[all …]