Searched defs:ilo_context (Results 1 – 1 of 1) sorted by relevance
47 struct ilo_context { struct48 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 * argument78 ilo_context(struct pipe_context *pipe) in ilo_context() function