Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h258 struct fd_context { struct
259 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 …]