Searched defs:identity_sampler_view (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_objects.h48 struct identity_sampler_view struct
81 static INLINE struct identity_sampler_view *
82 identity_sampler_view(struct pipe_sampler_view *_sampler_view) function
87 return (struct identity_sampler_view *)_sampler_view;
122 return identity_sampler_view(_sampler_view)->sampler_view;
165 struct identity_sampler_view *id_sampler_view);
/external/mesa3d/src/gallium/drivers/identity/
H A Did_objects.h48 struct identity_sampler_view struct
81 static INLINE struct identity_sampler_view *
82 identity_sampler_view(struct pipe_sampler_view *_sampler_view) function
87 return (struct identity_sampler_view *)_sampler_view;
122 return identity_sampler_view(_sampler_view)->sampler_view;
165 struct identity_sampler_view *id_sampler_view);

Completed in 63 milliseconds