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

/external/mesa3d/src/gallium/drivers/identity/
H A Did_objects.h56 struct identity_surface struct
90 static INLINE struct identity_surface *
91 identity_surface(struct pipe_surface *_surface) function
96 return (struct identity_surface *)_surface;
130 return identity_surface(_surface)->surface;
156 struct identity_surface *id_surface);

Completed in 29 milliseconds