Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_drm.c211 mtx_lock(&dev->bo_mutex); in tu_bo_init()
242 mtx_unlock(&dev->bo_mutex); in tu_bo_init()
380 mtx_lock(&dev->bo_mutex); in tu_bo_finish()
390 mtx_unlock(&dev->bo_mutex); in tu_bo_finish()
1006 mtx_lock(&queue->device->bo_mutex); in tu_queue_submit_locked()
1012 * time when bo_mutex is not locked. So we build submit cmds here the real in tu_queue_submit_locked()
1035 mtx_unlock(&queue->device->bo_mutex); in tu_queue_submit_locked()
H A Dtu_device.h267 mtx_t bo_mutex; member
H A Dtu_device.c1840 mtx_init(&device->bo_mutex, mtx_plain); in tu_CreateDevice()
2343 mtx_lock(&device->bo_mutex); in tu_AllocateMemory()
2348 mtx_unlock(&device->bo_mutex); in tu_AllocateMemory()

Completed in 9 milliseconds