Searched defs:vc4_context (Results 1 – 1 of 1) sorted by relevance
299 struct vc4_context { struct300 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 …]