Home
last modified time | relevance | path

Searched defs:decRefCount (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkPipelineLayout.cpp139 uint32_t PipelineLayout::decRefCount() in decRefCount() function in vk::PipelineLayout
/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
/external/llvm-project/openmp/libomptarget/src/
Ddevice.h84 uint64_t decRefCount() const { in decRefCount() function
/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