Home
last modified time | relevance | path

Searched refs:fd6_pipe_sampler_view (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_texture.h52 struct fd6_pipe_sampler_view { struct
68 static inline struct fd6_pipe_sampler_view * argument
69 fd6_pipe_sampler_view(struct pipe_sampler_view *pview) in fd6_pipe_sampler_view() function
71 return (struct fd6_pipe_sampler_view *)pview; in fd6_pipe_sampler_view()
75 struct fd6_pipe_sampler_view *so) assert_dt;
Dfd6_texture.c162 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()
Dfd6_emit.c383 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()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst3157 - freedreno/a6xx: Generalize pointers in struct fd6_pipe_sampler_view