Searched defs:v3d_context (Results 1 – 1 of 1) sorted by relevance
501 struct v3d_context { struct502 struct pipe_context base;504 int fd;505 struct v3d_screen *screen;508 struct v3d_job *job;512 struct hash_table *jobs;520 struct hash_table *write_jobs;522 struct slab_child_pool transfer_pool;523 struct blitter_context *blitter;526 uint64_t dirty;[all …]