Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.h50 struct fd5_pipe_sampler_view { struct
57 static inline struct fd5_pipe_sampler_view *
58 fd5_pipe_sampler_view(struct pipe_sampler_view *pview) in fd5_pipe_sampler_view() function
60 return (struct fd5_pipe_sampler_view *)pview; in fd5_pipe_sampler_view()
H A Dfd5_texture.c132 struct fd5_pipe_sampler_view *so = CALLOC_STRUCT(fd5_pipe_sampler_view); in fd5_sampler_view_create()
H A Dfd5_emit.c389 static const struct fd5_pipe_sampler_view dummy_view = {};
390 const struct fd5_pipe_sampler_view *view =
391 tex->textures[i] ? fd5_pipe_sampler_view(tex->textures[i])

Completed in 3 milliseconds