Searched defs:fd_context (Results 1 – 1 of 1) sorted by relevance
258 struct fd_context { struct259 struct pipe_context base;261 unsigned flags; /* PIPE_CONTEXT_x */263 struct threaded_context *tc;265 struct list_head node; /* node in screen->context_list */275 simple_mtx_t gmem_lock;277 struct fd_device *dev;278 struct fd_screen *screen;279 struct fd_pipe *pipe;281 struct blitter_context *blitter dt;[all …]