Searched refs:fd6_pipe_sampler_view (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.h53 struct fd6_pipe_sampler_view { struct
62 static inline struct fd6_pipe_sampler_view *
63 fd6_pipe_sampler_view(struct pipe_sampler_view *pview) function in typeref:struct:fd6_pipe_sampler_view *
65 return (struct fd6_pipe_sampler_view *)pview;
H A Dfd6_texture.c220 struct fd6_pipe_sampler_view *so = CALLOC_STRUCT(fd6_pipe_sampler_view);
329 struct fd6_pipe_sampler_view *view = fd6_pipe_sampler_view(_view);
380 struct fd6_pipe_sampler_view *view =
381 fd6_pipe_sampler_view(tex->textures[i]);
H A Dfd6_emit.c470 static const struct fd6_pipe_sampler_view dummy_view = {};
471 const struct fd6_pipe_sampler_view *view = tex->textures[i] ?
472 fd6_pipe_sampler_view(tex->textures[i]) : &dummy_view;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.h52 struct fd6_pipe_sampler_view { struct
68 static inline struct fd6_pipe_sampler_view *
69 fd6_pipe_sampler_view(struct pipe_sampler_view *pview) function in typeref:struct:fd6_pipe_sampler_view *
71 return (struct fd6_pipe_sampler_view *)pview;
75 struct fd6_pipe_sampler_view *so) assert_dt;
H A Dfd6_texture.c162 struct fd6_pipe_sampler_view *so = CALLOC_STRUCT(fd6_pipe_sampler_view);
193 struct fd6_pipe_sampler_view *so = fd6_pipe_sampler_view(views[i]);
209 struct fd6_pipe_sampler_view *so)
347 struct fd6_pipe_sampler_view *view = fd6_pipe_sampler_view(_view);
399 struct fd6_pipe_sampler_view *view =
400 fd6_pipe_sampler_view(tex->textures[i]);
H A Dfd6_emit.c382 const struct fd6_pipe_sampler_view *view;
385 view = fd6_pipe_sampler_view(tex->textures[i]);
389 fd6_pipe_sampler_view(tex->textures[i]));
392 static const struct fd6_pipe_sampler_view dummy_view = {};
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst3157 - freedreno/a6xx: Generalize pointers in struct fd6_pipe_sampler_view

Completed in 14 milliseconds