Searched defs:anv_batch_bo (Results 1 – 2 of 2) sorted by relevance
1300 struct anv_batch_bo { struct1302 struct list_head link;1304 struct anv_bo * bo;1307 uint32_t length;1315 bool chained;1317 struct anv_reloc_list relocs;
2407 struct anv_batch_bo { struct2431 * Sum of all the anv_batch_bo sizes allocated for this command buffer. argument