Searched defs:v3d_context (Results 1 – 1 of 1) sorted by relevance
559 struct v3d_context { struct560 struct pipe_context base;562 int fd;563 struct v3d_screen *screen;566 struct v3d_job *job;570 struct hash_table *jobs;578 struct hash_table *write_jobs;580 struct slab_child_pool transfer_pool;581 struct blitter_context *blitter;584 uint64_t dirty;[all …]