Searched defs:v3d_screen (Results 1 – 1 of 1) sorted by relevance
52 struct v3d_screen { struct53 struct pipe_screen base;54 struct renderonly *ro;55 int fd;57 struct v3d_device_info devinfo;59 const char *name;62 char **perfcnt_names;64 struct slab_parent_pool transfer_pool;66 struct v3d_bo_cache {74 } bo_cache;[all …]