Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.h299 struct vc4_context { struct
300 struct pipe_context base;
302 int fd;
303 struct vc4_screen *screen;
306 struct vc4_job *job;
310 struct hash_table *jobs;
318 struct hash_table *write_jobs;
320 struct slab_child_pool transfer_pool;
321 struct blitter_context *blitter;
324 uint32_t dirty;
[all …]