Searched defs:vc4_context (Results 1 – 1 of 1) sorted by relevance
315 struct vc4_context { struct316 struct pipe_context base;318 int fd;319 struct vc4_screen *screen;322 struct vc4_job *job;326 struct hash_table *jobs;334 struct hash_table *write_jobs;336 struct slab_child_pool transfer_pool;337 struct blitter_context *blitter;340 uint32_t dirty;[all …]