Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h199 struct fd_context { struct
200 struct pipe_context base;
202 unsigned flags; /* PIPE_CONTEXT_x */
204 struct threaded_context *tc;
206 struct list_head node; /* node in screen->context_list */
216 simple_mtx_t gmem_lock;
218 struct fd_device *dev;
219 struct fd_screen *screen;
220 struct fd_pipe *pipe;
222 struct blitter_context *blitter dt;
[all …]