Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c3488 mtx_init(&device->overallocation_mutex, mtx_plain); in radv_CreateDevice()
3761 mtx_destroy(&device->overallocation_mutex); in radv_CreateDevice()
3804 mtx_destroy(&device->overallocation_mutex); in radv_DestroyDevice()
5415 mtx_lock(&device->overallocation_mutex); in radv_free_memory()
5417 mtx_unlock(&device->overallocation_mutex); in radv_free_memory()
5595 mtx_lock(&device->overallocation_mutex); in radv_alloc_memory()
5597 mtx_unlock(&device->overallocation_mutex); in radv_alloc_memory()
5602 mtx_unlock(&device->overallocation_mutex); in radv_alloc_memory()
5611 mtx_lock(&device->overallocation_mutex); in radv_alloc_memory()
5613 mtx_unlock(&device->overallocation_mutex); in radv_alloc_memory()
Dradv_private.h898 mtx_t overallocation_mutex; member