Searched defs:anv_bo (Results 1 – 1 of 1) sorted by relevance
654 struct anv_bo { struct655 uint32_t gem_handle;657 uint32_t refcount;663 uint32_t index;666 uint32_t free_index;672 uint64_t offset;675 uint64_t size;681 void *map;716 * for anv_bo::is_wrapper and anv_bo::map which points to the actual BO. argument735 static inline struct anv_bo * argument