Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_bo.c123 bo->fences = &bo->_inline_fence; in bo_new()
357 if (bo->fences != &bo->_inline_fence) in bo_del()
571 (bo->fences == &bo->_inline_fence))) { in fd_bo_add_fence()
574 APPEND(bo, fences, bo->_inline_fence); in fd_bo_add_fence()
Dfreedreno_priv.h371 struct fd_bo_fence _inline_fence; member