Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.h59 fd3_pipe_sampler_view(struct pipe_sampler_view *pview) in fd3_pipe_sampler_view() argument
61 return (struct fd3_pipe_sampler_view *)pview; in fd3_pipe_sampler_view()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_texture.h58 fd2_pipe_sampler_view(struct pipe_sampler_view *pview) in fd2_pipe_sampler_view() argument
60 return (struct fd2_pipe_sampler_view *)pview; in fd2_pipe_sampler_view()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.h61 fd4_pipe_sampler_view(struct pipe_sampler_view *pview) in fd4_pipe_sampler_view() argument
63 return (struct fd4_pipe_sampler_view *)pview; in fd4_pipe_sampler_view()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.h60 fd5_pipe_sampler_view(struct pipe_sampler_view *pview) in fd5_pipe_sampler_view() argument
62 return (struct fd5_pipe_sampler_view *)pview; in fd5_pipe_sampler_view()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_sampler.c118 struct pipe_sampler_view **pview = &softpipe->sampler_views[shader][start + i]; in softpipe_set_sampler_views() local
119 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()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c1085 struct pipe_sampler_view *pview) in vc4_update_shadow_baselevel_texture() argument
1087 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()
Dvc4_state.c641 struct pipe_sampler_view *pview) in vc4_sampler_view_destroy() argument
643 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()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture.c77 etna_configure_sampler_ts(struct etna_sampler_ts *sts, struct pipe_sampler_view *pview, bool enable) in etna_configure_sampler_ts() argument
82 struct etna_resource *rsc = etna_resource(pview->texture); in etna_configure_sampler_ts()
Detnaviv_context.h107 struct etna_sampler_ts *(*ts_for_sampler_view)(struct pipe_sampler_view *pview);
Detnaviv_texture_state.c312 etna_ts_for_sampler_view_state(struct pipe_sampler_view *pview) in etna_ts_for_sampler_view_state() argument
314 struct etna_sampler_view *sv = etna_sampler_view(pview); in etna_ts_for_sampler_view_state()