Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.h559 struct v3d_context { struct
560 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 …]