Searched refs:fd3_pipe_sampler_view (Results 1 – 3 of 3) sorted by relevance
53 struct fd3_pipe_sampler_view { struct58 static inline struct fd3_pipe_sampler_view * argument59 fd3_pipe_sampler_view(struct pipe_sampler_view *pview) in fd3_pipe_sampler_view() function61 return (struct fd3_pipe_sampler_view *)pview; in fd3_pipe_sampler_view()
217 struct fd3_pipe_sampler_view *so = CALLOC_STRUCT(fd3_pipe_sampler_view); in fd3_sampler_view_create()
184 static const struct fd3_pipe_sampler_view dummy_view = {}; in emit_textures()185 const struct fd3_pipe_sampler_view *view = tex->textures[i] ? in emit_textures()186 fd3_pipe_sampler_view(tex->textures[i]) : in emit_textures()204 static const struct fd3_pipe_sampler_view dummy_view = { in emit_textures()208 const struct fd3_pipe_sampler_view *view = tex->textures[i] ? in emit_textures()209 fd3_pipe_sampler_view(tex->textures[i]) : in emit_textures()