Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/
Dilo_context.h47 struct ilo_context { struct
48 struct pipe_context base;
50 struct intel_winsys *winsys;
51 struct ilo_dev *dev;
53 struct slab_mempool transfer_mempool;
77 static inline struct ilo_context * argument
78 ilo_context(struct pipe_context *pipe) in ilo_context() function