Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.h51 struct fd5_pipe_sampler_view { struct
59 static inline struct fd5_pipe_sampler_view * argument
60 fd5_pipe_sampler_view(struct pipe_sampler_view *pview) in fd5_pipe_sampler_view() function
62 return (struct fd5_pipe_sampler_view *)pview; in fd5_pipe_sampler_view()
Dfd5_texture.c199 struct fd5_pipe_sampler_view *so = CALLOC_STRUCT(fd5_pipe_sampler_view); in fd5_sampler_view_create()
323 struct fd5_pipe_sampler_view *view = in fd5_set_sampler_views()
324 fd5_pipe_sampler_view(views[i]); in fd5_set_sampler_views()
Dfd5_emit.c337 static const struct fd5_pipe_sampler_view dummy_view = {}; in emit_textures()
338 const struct fd5_pipe_sampler_view *view = tex->textures[i] ? in emit_textures()
339 fd5_pipe_sampler_view(tex->textures[i]) : in emit_textures()