Home
last modified time | relevance | path

Searched refs:fd2_pipe_sampler_view (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_texture.h51 struct fd2_pipe_sampler_view { struct
57 static inline struct fd2_pipe_sampler_view * argument
58 fd2_pipe_sampler_view(struct pipe_sampler_view *pview) in fd2_pipe_sampler_view() function
60 return (struct fd2_pipe_sampler_view *)pview; in fd2_pipe_sampler_view()
Dfd2_texture.c130 struct fd2_pipe_sampler_view *so = CALLOC_STRUCT(fd2_pipe_sampler_view); in fd2_sampler_view_create()
Dfd2_emit.c129 struct fd2_pipe_sampler_view *view; in emit_texture()
137 view = fd2_pipe_sampler_view(tex->textures[samp_id]); in emit_texture()