Searched refs:fd2_pipe_sampler_view (Results 1 – 3 of 3) sorted by relevance
51 struct fd2_pipe_sampler_view { struct57 static inline struct fd2_pipe_sampler_view * argument58 fd2_pipe_sampler_view(struct pipe_sampler_view *pview) in fd2_pipe_sampler_view() function60 return (struct fd2_pipe_sampler_view *)pview; in fd2_pipe_sampler_view()
130 struct fd2_pipe_sampler_view *so = CALLOC_STRUCT(fd2_pipe_sampler_view); in fd2_sampler_view_create()
129 struct fd2_pipe_sampler_view *view; in emit_texture()137 view = fd2_pipe_sampler_view(tex->textures[samp_id]); in emit_texture()