Searched defs:v3d_context (Results 1 – 1 of 1) sorted by relevance
478 struct v3d_context { struct479 struct pipe_context base;481 int fd;482 struct v3d_screen *screen;485 struct v3d_job *job;489 struct hash_table *jobs;497 struct hash_table *write_jobs;499 struct slab_child_pool transfer_pool;500 struct blitter_context *blitter;503 uint64_t dirty;[all …]