Home
last modified time | relevance | path

Searched refs:other_bbo (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_batch_chain.c298 const struct anv_batch_bo *other_bbo, in anv_batch_bo_clone() argument
309 other_bbo->bo.size); in anv_batch_bo_clone()
314 &other_bbo->relocs); in anv_batch_bo_clone()
318 bbo->length = other_bbo->length; in anv_batch_bo_clone()
319 memcpy(bbo->bo.map, other_bbo->bo.map, other_bbo->length); in anv_batch_bo_clone()