Home
last modified time | relevance | path

Searched defs:v3d_context (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.h478 struct v3d_context { struct
479 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 …]