Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:sampler_view

178    if (!stObj->sampler_view) {
179 stObj->sampler_view =
183 return stObj->sampler_view;
189 struct pipe_sampler_view **sampler_view,
240 if (stObj->sampler_view) {
241 if (check_sampler_swizzle(stObj->sampler_view,
244 (st_view_format != stObj->sampler_view->format) ||
245 stObj->base.BaseLevel != stObj->sampler_view->u.tex.first_level) {
246 pipe_sampler_view_reference(&stObj->sampler_view, NULL);
250 *sampler_view = st_get_texture_sampler_view_from_stobj(stObj, pipe,
277 struct pipe_sampler_view *sampler_view = NULL;
283 retval = update_single_texture(st, &sampler_view, texUnit);
294 pipe_sampler_view_reference(&(sampler_views[unit]), sampler_view);