Searched refs:unwrapped_target_bo (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_batch_chain.c206 struct anv_bo *unwrapped_target_bo = anv_bo_unwrap(target_bo); local in function:anv_reloc_list_add
207 uint64_t target_bo_offset = READ_ONCE(unwrapped_target_bo->offset);
211 assert(unwrapped_target_bo->gem_handle > 0);
212 assert(unwrapped_target_bo->refcount > 0);
214 if (unwrapped_target_bo->flags & EXEC_OBJECT_PINNED)
215 return anv_reloc_list_add_bo(list, alloc, unwrapped_target_bo);

Completed in 25 milliseconds