Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_device.c2761 mtx_init(&device->overallocation_mutex, mtx_plain); in radv_CreateDevice()
5188 mtx_lock(&device->overallocation_mutex); in radv_free_memory()
5190 mtx_unlock(&device->overallocation_mutex); in radv_free_memory()
5344 mtx_lock(&device->overallocation_mutex); in radv_alloc_memory()
5346 mtx_unlock(&device->overallocation_mutex); in radv_alloc_memory()
5351 mtx_unlock(&device->overallocation_mutex); in radv_alloc_memory()
5359 mtx_lock(&device->overallocation_mutex); in radv_alloc_memory()
5361 mtx_unlock(&device->overallocation_mutex); in radv_alloc_memory()
Dradv_private.h859 mtx_t overallocation_mutex; member