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.h434 struct v3d_context { struct
435 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 …]