Searched refs:fd4_pipe_sampler_view (Results 1 – 3 of 3) sorted by relevance
51 struct fd4_pipe_sampler_view { struct58 static inline struct fd4_pipe_sampler_view * argument59 fd4_pipe_sampler_view(struct pipe_sampler_view *pview) in fd4_pipe_sampler_view() function61 return (struct fd4_pipe_sampler_view *)pview; in fd4_pipe_sampler_view()
223 struct fd4_pipe_sampler_view *so = CALLOC_STRUCT(fd4_pipe_sampler_view); in fd4_sampler_view_create()333 struct fd4_pipe_sampler_view *view = in fd4_set_sampler_views()334 fd4_pipe_sampler_view(views[i]); in fd4_set_sampler_views()
197 static const struct fd4_pipe_sampler_view dummy_view = {}; in emit_textures()198 const struct fd4_pipe_sampler_view *view = tex->textures[i] ? in emit_textures()199 fd4_pipe_sampler_view(tex->textures[i]) : in emit_textures()220 static const struct fd4_pipe_sampler_view dummy_view = {}; in emit_textures()221 const struct fd4_pipe_sampler_view *view; in emit_textures()225 fd4_pipe_sampler_view(tex->textures[idx]) : in emit_textures()