Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c1628 mtx_init(&device->scratch_bos[i].construct_mtx, mtx_plain); in tu_CreateDevice()
1755 mtx_lock(&dev->scratch_bos[index].construct_mtx); in tu_get_scratch_bo()
1761 mtx_unlock(&dev->scratch_bos[index].construct_mtx); in tu_get_scratch_bo()
1770 mtx_unlock(&dev->scratch_bos[index].construct_mtx); in tu_get_scratch_bo()
1776 mtx_unlock(&dev->scratch_bos[index].construct_mtx); in tu_get_scratch_bo()
Dtu_private.h390 mtx_t construct_mtx; member