Home
last modified time | relevance | path

Searched refs:pview (Results 1 – 5 of 5) 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()