Searched refs:vma_mutex (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c2209 if (pthread_mutex_init(&device->vma_mutex, NULL) != 0) {
2645 pthread_mutex_lock(&device->vma_mutex);
2668 pthread_mutex_unlock(&device->vma_mutex);
2681 pthread_mutex_lock(&device->vma_mutex);
2697 pthread_mutex_unlock(&device->vma_mutex);
H A Danv_private.h1115 pthread_mutex_t vma_mutex; member in struct:anv_device
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c3062 if (pthread_mutex_init(&device->vma_mutex, NULL) != 0) {
3551 pthread_mutex_lock(&device->vma_mutex);
3577 pthread_mutex_unlock(&device->vma_mutex);
3589 pthread_mutex_lock(&device->vma_mutex);
3602 pthread_mutex_unlock(&device->vma_mutex);
H A Danv_private.h1166 pthread_mutex_t vma_mutex; member in struct:anv_device

Completed in 24 milliseconds