Searched refs:pview (Results 1 – 10 of 10) sorted by relevance
59 fd3_pipe_sampler_view(struct pipe_sampler_view *pview) in fd3_pipe_sampler_view() argument61 return (struct fd3_pipe_sampler_view *)pview; in fd3_pipe_sampler_view()
58 fd2_pipe_sampler_view(struct pipe_sampler_view *pview) in fd2_pipe_sampler_view() argument60 return (struct fd2_pipe_sampler_view *)pview; in fd2_pipe_sampler_view()
61 fd4_pipe_sampler_view(struct pipe_sampler_view *pview) in fd4_pipe_sampler_view() argument63 return (struct fd4_pipe_sampler_view *)pview; in fd4_pipe_sampler_view()
60 fd5_pipe_sampler_view(struct pipe_sampler_view *pview) in fd5_pipe_sampler_view() argument62 return (struct fd5_pipe_sampler_view *)pview; in fd5_pipe_sampler_view()
118 struct pipe_sampler_view **pview = &softpipe->sampler_views[shader][start + i]; in softpipe_set_sampler_views() local119 pipe_sampler_view_reference(pview, views[i]); in softpipe_set_sampler_views()126 sp_sviewsrc = (struct sp_sampler_view *)*pview; in softpipe_set_sampler_views()
1085 struct pipe_sampler_view *pview) in vc4_update_shadow_baselevel_texture() argument1087 struct vc4_sampler_view *view = vc4_sampler_view(pview); in vc4_update_shadow_baselevel_texture()1089 struct vc4_resource *orig = vc4_resource(pview->texture); in vc4_update_shadow_baselevel_texture()1091 assert(view->texture != pview->texture); in vc4_update_shadow_baselevel_texture()1098 pview->u.tex.first_level, in vc4_update_shadow_baselevel_texture()1099 pview->u.tex.first_level ? "base level" : "raster layout"); in vc4_update_shadow_baselevel_texture()1120 .level = pview->u.tex.first_level + i, in vc4_update_shadow_baselevel_texture()
641 struct pipe_sampler_view *pview) in vc4_sampler_view_destroy() argument643 struct vc4_sampler_view *view = vc4_sampler_view(pview); in vc4_sampler_view_destroy()644 pipe_resource_reference(&pview->texture, NULL); in vc4_sampler_view_destroy()
77 etna_configure_sampler_ts(struct etna_sampler_ts *sts, struct pipe_sampler_view *pview, bool enable) in etna_configure_sampler_ts() argument82 struct etna_resource *rsc = etna_resource(pview->texture); in etna_configure_sampler_ts()
107 struct etna_sampler_ts *(*ts_for_sampler_view)(struct pipe_sampler_view *pview);
312 etna_ts_for_sampler_view_state(struct pipe_sampler_view *pview) in etna_ts_for_sampler_view_state() argument314 struct etna_sampler_view *sv = etna_sampler_view(pview); in etna_ts_for_sampler_view_state()