Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_texture.h38 struct fd2_sampler_stateobj { struct
43 static inline struct fd2_sampler_stateobj * argument
44 fd2_sampler_stateobj(struct pipe_sampler_state *samp) in fd2_sampler_stateobj() function
46 return (struct fd2_sampler_stateobj *)samp; in fd2_sampler_stateobj()
Dfd2_texture.c95 struct fd2_sampler_stateobj *so = CALLOC_STRUCT(fd2_sampler_stateobj); in fd2_sampler_state_create()
Dfd2_emit.c117 static const struct fd2_sampler_stateobj dummy_sampler = {}; in emit_texture()
119 const struct fd2_sampler_stateobj *sampler; in emit_texture()
127 fd2_sampler_stateobj(tex->samplers[samp_id]) : in emit_texture()