Searched refs:views_saved (Results 1 – 1 of 1) sorted by relevance
73 struct pipe_sampler_view *views_saved[PIPE_MAX_SAMPLERS]; member319 pipe_sampler_view_reference(&info->views_saved[i], NULL); in cso_release_all()1177 assert(!info->views_saved[i]); in cso_save_sampler_views()1178 pipe_sampler_view_reference(&info->views_saved[i], info->views[i]); in cso_save_sampler_views()1192 info->views[i] = info->views_saved[i]; in cso_restore_sampler_views()1193 info->views_saved[i] = NULL; in cso_restore_sampler_views()