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.h49 struct fd2_pipe_sampler_view { struct
54 static inline struct fd2_pipe_sampler_view * argument
55 fd2_pipe_sampler_view(struct pipe_sampler_view *pview) in fd2_pipe_sampler_view() function
57 return (struct fd2_pipe_sampler_view *)pview; in fd2_pipe_sampler_view()
Dfd2_texture.c171 struct fd2_pipe_sampler_view *so = CALLOC_STRUCT(fd2_pipe_sampler_view); in fd2_sampler_view_create()
Dfd2_emit.c118 static const struct fd2_pipe_sampler_view dummy_view = {}; in emit_texture()
120 const struct fd2_pipe_sampler_view *view; in emit_texture()
130 fd2_pipe_sampler_view(tex->textures[samp_id]) : in emit_texture()