Home
last modified time | relevance | path

Searched defs:VmaMutexLockWrite (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h3756 struct VmaMutexLockWrite struct
3758 VMA_CLASS_NO_COPY(VmaMutexLockWrite) in VMA_CLASS_NO_COPY() argument
3763 ~VmaMutexLockWrite() { if(m_pMutex) { m_pMutex->UnlockWrite(); } } in ~VmaMutexLockWrite() argument
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h4020 struct VmaMutexLockWrite struct
4022 VMA_CLASS_NO_COPY_NO_MOVE(VmaMutexLockWrite) in VMA_CLASS_NO_COPY_NO_MOVE() argument
4029 ~VmaMutexLockWrite() { if (m_pMutex) { m_pMutex->UnlockWrite(); } } in ~VmaMutexLockWrite() argument
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h3934 struct VmaMutexLockWrite struct
3936 VMA_CLASS_NO_COPY(VmaMutexLockWrite) in VMA_CLASS_NO_COPY() argument
3943 ~VmaMutexLockWrite() { if (m_pMutex) { m_pMutex->UnlockWrite(); } } in ~VmaMutexLockWrite() argument