Searched refs:fd5_pipe_sampler_view (Results 1 – 3 of 3) sorted by relevance
51 struct fd5_pipe_sampler_view { struct59 static inline struct fd5_pipe_sampler_view * argument60 fd5_pipe_sampler_view(struct pipe_sampler_view *pview) in fd5_pipe_sampler_view() function62 return (struct fd5_pipe_sampler_view *)pview; in fd5_pipe_sampler_view()
199 struct fd5_pipe_sampler_view *so = CALLOC_STRUCT(fd5_pipe_sampler_view); in fd5_sampler_view_create()323 struct fd5_pipe_sampler_view *view = in fd5_set_sampler_views()324 fd5_pipe_sampler_view(views[i]); in fd5_set_sampler_views()
337 static const struct fd5_pipe_sampler_view dummy_view = {}; in emit_textures()338 const struct fd5_pipe_sampler_view *view = tex->textures[i] ? in emit_textures()339 fd5_pipe_sampler_view(tex->textures[i]) : in emit_textures()