Searched defs:vc4_context (Results 1 – 1 of 1) sorted by relevance
302 struct vc4_context { struct303 struct pipe_context base;305 int fd;306 struct vc4_screen *screen;309 struct vc4_job *job;313 struct hash_table *jobs;321 struct hash_table *write_jobs;323 struct slab_child_pool transfer_pool;324 struct blitter_context *blitter;327 uint32_t dirty;[all …]