Home
last modified time | relevance | path

Searched refs:incRefCount (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/compiler-rt/lib/xray/
Dxray_buffer_queue.cpp50 void incRefCount(BufferQueue::ControlBlock *C) { in incRefCount() function
176 incRefCount(BackingStore); in getBuffer()
177 incRefCount(ExtentsBackingStore); in getBuffer()
/external/swiftshader/src/Vulkan/
DVkPipelineLayout.cpp60 incRefCount(); in PipelineLayout()
134 uint32_t PipelineLayout::incRefCount() in incRefCount() function in vk::PipelineLayout
DVkPipelineLayout.hpp46 uint32_t incRefCount();
DVkPipeline.cpp149 layout->incRefCount(); in Pipeline()
/external/mesa3d/src/mesa/main/
Dsyncobj.h51 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount);
Dsyncobj.c177 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount) in _mesa_get_and_ref_sync() argument
184 if (incRefCount) { in _mesa_get_and_ref_sync()
/external/llvm-project/openmp/libomptarget/src/
Ddevice.h75 uint64_t incRefCount() const { in incRefCount() function
Ddevice.cpp217 HT.incRefCount(); in getOrAllocTgtPtr()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp62 void incRefCount (void) { m_refCount += 1; } in incRefCount() function in sglr::rc::NamedObject
524 object->incRefCount(); in acquireReference()