Searched refs:decRefCount (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_buffer_queue.cpp | 43 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/ |
D | VkPipelineLayout.cpp | 70 if(decRefCount() == 0) in release() 139 uint32_t PipelineLayout::decRefCount() in decRefCount() function in vk::PipelineLayout
|
D | VkPipelineLayout.hpp | 47 uint32_t decRefCount();
|
/external/llvm-project/openmp/libomptarget/src/ |
D | device.h | 84 uint64_t decRefCount() const { in decRefCount() function
|
D | device.cpp | 298 HT.decRefCount(); in getTgtPtrBegin() 347 if (HT.decRefCount() == 0) { in deallocTgtPtr()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.hpp | 63 void decRefCount (void) { DE_ASSERT(m_refCount > 0); m_refCount -= 1; } in decRefCount() function in sglr::rc::NamedObject 531 object->decRefCount(); in releaseReference()
|