Searched defs:v3dv_bo (Results 1 – 1 of 1) sorted by relevance
29 struct v3dv_bo { struct30 struct list_head list_link;32 uint32_t handle;33 uint32_t size;34 uint32_t offset;36 uint32_t map_size;37 void *map;61 void v3dv_bo_init(struct v3dv_bo *bo, uint32_t handle, uint32_t size, uint32_t offset, const char *… argument