Home
last modified time | relevance | path

Searched refs:decRefCount (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/lib/xray/
Dxray_buffer_queue.cpp43 void decRefCount(BufferQueue::ControlBlock *C, size_t Size, size_t Count) { in decRefCount() function
192 decRefCount(Buf.BackingStore, Buf.Size, Buf.Count); in releaseBuffer()
193 decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count); in releaseBuffer()
210 decRefCount(Buf.BackingStore, Buf.Size, Buf.Count); in releaseBuffer()
211 decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count); in releaseBuffer()
228 decRefCount(BackingStore, BufferSize, BufferCount); in cleanupBuffers()
229 decRefCount(ExtentsBackingStore, kExtentsSize, BufferCount); in cleanupBuffers()
/external/swiftshader/src/Vulkan/
DVkPipelineLayout.cpp70 if(decRefCount() == 0) in release()
139 uint32_t PipelineLayout::decRefCount() in decRefCount() function in vk::PipelineLayout
DVkPipelineLayout.hpp47 uint32_t decRefCount();
/external/llvm-project/openmp/libomptarget/src/
Ddevice.h84 uint64_t decRefCount() const { in decRefCount() function
Ddevice.cpp298 HT.decRefCount(); in getTgtPtrBegin()
347 if (HT.decRefCount() == 0) { in deallocTgtPtr()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp63 void decRefCount (void) { DE_ASSERT(m_refCount > 0); m_refCount -= 1; } in decRefCount() function in sglr::rc::NamedObject
531 object->decRefCount(); in releaseReference()