Lines Matching defs:other
250 struct anv_reloc_list *other, uint32_t offset)
252 VkResult result = anv_reloc_list_grow(list, alloc, other->num_relocs);
256 if (other->num_relocs > 0) {
257 memcpy(&list->relocs[list->num_relocs], &other->relocs[0],
258 other->num_relocs * sizeof(other->relocs[0]));
259 memcpy(&list->reloc_bos[list->num_relocs], &other->reloc_bos[0],
260 other->num_relocs * sizeof(other->reloc_bos[0]));
262 for (uint32_t i = 0; i < other->num_relocs; i++)
265 list->num_relocs += other->num_relocs;
268 anv_reloc_list_grow_deps(list, alloc, other->dep_words);
269 for (uint32_t w = 0; w < other->dep_words; w++)
270 list->deps[w] |= other->deps[w];
310 anv_batch_emit_batch(struct anv_batch *batch, struct anv_batch *other)
314 size = other->next - other->start;
327 VG(VALGRIND_CHECK_MEM_IS_DEFINED(other->start, size));
328 memcpy(batch->next, other->start, size);
332 other->relocs, offset);
1406 /* All of the relocations from this block pool to other BO's should
2074 * Since the only other things that ever take the device lock such as block