Searched refs:fd2_pipe_sampler_view (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.h49 struct fd2_pipe_sampler_view { struct
54 static inline struct fd2_pipe_sampler_view *
55 fd2_pipe_sampler_view(struct pipe_sampler_view *pview) function in typeref:struct:fd2_pipe_sampler_view *
57 return (struct fd2_pipe_sampler_view *)pview;
H A Dfd2_texture.c168 struct fd2_pipe_sampler_view *so = CALLOC_STRUCT(fd2_pipe_sampler_view);
H A Dfd2_emit.c118 static const struct fd2_pipe_sampler_view dummy_view = {};
120 const struct fd2_pipe_sampler_view *view;
129 view = tex->textures[samp_id] ? fd2_pipe_sampler_view(tex->textures[samp_id])
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.h49 struct fd2_pipe_sampler_view { struct
54 static inline struct fd2_pipe_sampler_view *
55 fd2_pipe_sampler_view(struct pipe_sampler_view *pview) function in typeref:struct:fd2_pipe_sampler_view *
57 return (struct fd2_pipe_sampler_view *)pview;
H A Dfd2_texture.c171 struct fd2_pipe_sampler_view *so = CALLOC_STRUCT(fd2_pipe_sampler_view);
H A Dfd2_emit.c118 static const struct fd2_pipe_sampler_view dummy_view = {};
120 const struct fd2_pipe_sampler_view *view;
130 fd2_pipe_sampler_view(tex->textures[samp_id]) :

Completed in 4 milliseconds