Searched refs:fd3_pipe_sampler_view (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.h53 struct fd3_pipe_sampler_view { struct
58 static inline struct fd3_pipe_sampler_view *
59 fd3_pipe_sampler_view(struct pipe_sampler_view *pview) function
61 return (struct fd3_pipe_sampler_view *)pview;
H A Dfd3_texture.c217 struct fd3_pipe_sampler_view *so = CALLOC_STRUCT(fd3_pipe_sampler_view);
H A Dfd3_emit.c184 static const struct fd3_pipe_sampler_view dummy_view = {};
185 const struct fd3_pipe_sampler_view *view = tex->textures[i] ?
186 fd3_pipe_sampler_view(tex->textures[i]) :
204 static const struct fd3_pipe_sampler_view dummy_view = {
208 const struct fd3_pipe_sampler_view *view = tex->textures[i] ?
209 fd3_pipe_sampler_view(tex->textures[i]) :

Completed in 935 milliseconds