Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.h51 struct fd3_pipe_sampler_view { struct
56 static inline struct fd3_pipe_sampler_view * argument
57 fd3_pipe_sampler_view(struct pipe_sampler_view *pview) in fd3_pipe_sampler_view() function
59 return (struct fd3_pipe_sampler_view *)pview; in fd3_pipe_sampler_view()
Dfd3_texture.c222 struct fd3_pipe_sampler_view *so = CALLOC_STRUCT(fd3_pipe_sampler_view); in fd3_sampler_view_create()
Dfd3_emit.c203 static const struct fd3_pipe_sampler_view dummy_view = {}; in emit_textures()
204 const struct fd3_pipe_sampler_view *view = tex->textures[i] ? in emit_textures()
205 fd3_pipe_sampler_view(tex->textures[i]) : in emit_textures()
223 static const struct fd3_pipe_sampler_view dummy_view = { in emit_textures()
227 const struct fd3_pipe_sampler_view *view = tex->textures[i] ? in emit_textures()
228 fd3_pipe_sampler_view(tex->textures[i]) : in emit_textures()