Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.h304 struct vc4_context { struct
305 struct pipe_context base;
307 int fd;
308 struct vc4_screen *screen;
311 struct vc4_job *job;
315 struct hash_table *jobs;
323 struct hash_table *write_jobs;
325 struct slab_child_pool transfer_pool;
326 struct blitter_context *blitter;
329 uint32_t dirty;
[all …]