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.h501 struct v3d_context { struct
502 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 …]