Searched refs:identity_surface (Results 1 - 3 of 3) 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);
H A Did_objects.c78 struct identity_surface *id_surface;
85 id_surface = CALLOC_STRUCT(identity_surface);
105 struct identity_surface *id_surface)
H A Did_context.c660 struct identity_surface *id_surface_dst = identity_surface(_dst);
682 struct identity_surface *id_surface_dst = identity_surface(_dst);
762 identity_surface(_surf));

Completed in 92 milliseconds