HomeSort by: relevance | last modified time | path
    Searched defs:target_bo (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
msm_ringbuffer_sp.h 114 struct fd_bo *target_bo = msm_target->u.reloc_bos[i]; local
115 if (!msm_ringbuffer_references_bo(ring, target_bo))
116 APPEND(&msm_ring->u, reloc_bos, fd_bo_ref(target_bo));
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_batch_chain.c 181 struct anv_bo *target_bo)
183 assert(!target_bo->is_wrapper);
184 assert(target_bo->flags & EXEC_OBJECT_PINNED);
186 uint32_t idx = target_bo->gem_handle;
200 uint32_t offset, struct anv_bo *target_bo, uint32_t delta,
206 struct anv_bo *unwrapped_target_bo = anv_bo_unwrap(target_bo);
223 list->reloc_bos[index] = target_bo;
1439 struct anv_bo *target_bo = anv_bo_unwrap(list->reloc_bos[i]); local
1440 if (list->relocs[i].presumed_offset == target_bo->offset &&
1445 write_reloc(device, p, target_bo->offset + list->relocs[i].delta, true)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_batch_chain.c 158 uint32_t offset, struct anv_bo *target_bo, uint32_t delta)
163 if (target_bo->flags & EXEC_OBJECT_PINNED) {
164 _mesa_set_add(list->deps, target_bo);
174 list->reloc_bos[index] = target_bo;
176 entry->target_handle = target_bo->gem_handle;
179 entry->presumed_offset = target_bo->offset;
1275 struct anv_bo *target_bo = list->reloc_bos[i]; local
1276 if (list->relocs[i].presumed_offset == target_bo->offset &&
1281 write_reloc(device, p, target_bo->offset + list->relocs[i].delta, true);
1282 list->relocs[i].presumed_offset = target_bo->offset
    [all...]
  /xsrc/external/mit/libdrm/dist/intel/
intel_bufmgr_gem.c 428 drm_intel_bo *target_bo = bo_gem->reloc_target_info[j].bo; local
430 (drm_intel_bo_gem *) target_bo;
442 upper_32_bits(target_bo->offset64),
443 lower_32_bits(target_bo->offset64),
448 drm_intel_bo *target_bo = bo_gem->softpin_target[j]; local
450 (drm_intel_bo_gem *) target_bo;
459 upper_32_bits(target_bo->offset64),
460 lower_32_bits(target_bo->offset64));
2007 * last known offset in target_bo.
2011 drm_intel_bo *target_bo, uint32_t target_offset
2234 drm_intel_bo *target_bo = bo_gem->reloc_target_info[i].bo; local
2253 drm_intel_bo *target_bo = bo_gem->softpin_target[i]; local
    [all...]

Completed in 11 milliseconds