Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cs.c59 cs->refcount_bo = tu_bo_get_ref(suballoc_bo->bo); in tu_cs_init_suballoc()
72 if (cs->refcount_bo) in tu_cs_finish()
73 tu_bo_finish(cs->device, cs->refcount_bo); in tu_cs_finish()
82 if (cs->refcount_bo) { in tu_cs_current_bo()
83 return cs->refcount_bo; in tu_cs_current_bo()
110 assert(!cs->refcount_bo); in tu_cs_add_bo()
418 assert(!cs->bo_count && !cs->refcount_bo && !cs->entry_count); in tu_cs_reset()
H A Dtu_cs.h94 struct tu_bo *refcount_bo; member

Completed in 2 milliseconds