Searched defs:vc5_context (Results 1 – 1 of 1) sorted by relevance
297 struct vc5_context { struct298 struct pipe_context base;300 int fd;301 struct vc5_screen *screen;304 struct vc5_job *job;308 struct hash_table *jobs;316 struct hash_table *write_jobs;318 struct slab_child_pool transfer_pool;319 struct blitter_context *blitter;322 uint32_t dirty;[all …]