Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.h51 struct fd4_pipe_sampler_view { struct
58 static inline struct fd4_pipe_sampler_view * argument
59 fd4_pipe_sampler_view(struct pipe_sampler_view *pview) in fd4_pipe_sampler_view() function
61 return (struct fd4_pipe_sampler_view *)pview; in fd4_pipe_sampler_view()
Dfd4_texture.c223 struct fd4_pipe_sampler_view *so = CALLOC_STRUCT(fd4_pipe_sampler_view); in fd4_sampler_view_create()
333 struct fd4_pipe_sampler_view *view = in fd4_set_sampler_views()
334 fd4_pipe_sampler_view(views[i]); in fd4_set_sampler_views()
Dfd4_emit.c197 static const struct fd4_pipe_sampler_view dummy_view = {}; in emit_textures()
198 const struct fd4_pipe_sampler_view *view = tex->textures[i] ? in emit_textures()
199 fd4_pipe_sampler_view(tex->textures[i]) : in emit_textures()
220 static const struct fd4_pipe_sampler_view dummy_view = {}; in emit_textures()
221 const struct fd4_pipe_sampler_view *view; in emit_textures()
225 fd4_pipe_sampler_view(tex->textures[idx]) : in emit_textures()