Searched refs:fd6_pipe_sampler_view (Results 1 – 4 of 4) sorted by relevance
52 struct fd6_pipe_sampler_view { struct68 static inline struct fd6_pipe_sampler_view * argument69 fd6_pipe_sampler_view(struct pipe_sampler_view *pview) in fd6_pipe_sampler_view() function71 return (struct fd6_pipe_sampler_view *)pview; in fd6_pipe_sampler_view()75 struct fd6_pipe_sampler_view *so) assert_dt;
162 struct fd6_pipe_sampler_view *so = CALLOC_STRUCT(fd6_pipe_sampler_view); in fd6_sampler_view_create()193 struct fd6_pipe_sampler_view *so = fd6_pipe_sampler_view(views[i]); in fd6_set_sampler_views()209 struct fd6_pipe_sampler_view *so) in fd6_sampler_view_update()292 struct fd6_pipe_sampler_view *view = fd6_pipe_sampler_view(_view); in fd6_sampler_view_destroy()344 struct fd6_pipe_sampler_view *view = in fd6_texture_state()345 fd6_pipe_sampler_view(tex->textures[i]); in fd6_texture_state()
383 const struct fd6_pipe_sampler_view *view; in fd6_emit_textures()386 view = fd6_pipe_sampler_view(tex->textures[i]); in fd6_emit_textures()390 fd6_pipe_sampler_view(tex->textures[i])); in fd6_emit_textures()393 static const struct fd6_pipe_sampler_view dummy_view = {}; in fd6_emit_textures()
3157 - freedreno/a6xx: Generalize pointers in struct fd6_pipe_sampler_view