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

/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_context.h47 struct ilo_context { struct
77 static inline struct ilo_context *
78 ilo_context(struct pipe_context *pipe) function
80 return (struct ilo_context *) pipe;
87 ilo_skip_rendering(struct ilo_context *ilo);

Completed in 354 milliseconds