Home
last modified time | relevance | path

Searched defs:anv_batch_bo (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/vulkan_hasvk/
Danv_private.h1300 struct anv_batch_bo { struct
1302 struct list_head link;
1304 struct anv_bo * bo;
1307 uint32_t length;
1315 bool chained;
1317 struct anv_reloc_list relocs;
/external/mesa3d/src/intel/vulkan/
Danv_private.h2407 struct anv_batch_bo { struct
2431 * Sum of all the anv_batch_bo sizes allocated for this command buffer. argument