Searched defs:v3d_context (Results 1 – 1 of 1) sorted by relevance
434 struct v3d_context { struct435 struct pipe_context base;437 int fd;438 struct v3d_screen *screen;441 struct v3d_job *job;445 struct hash_table *jobs;453 struct hash_table *write_jobs;455 struct slab_child_pool transfer_pool;456 struct blitter_context *blitter;459 uint64_t dirty;[all …]