Home
last modified time | relevance | path

Searched defs:RefCount (Results 1 – 24 of 24) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/decpp/
DdePoolArray.cpp189 class RefCount class
192 RefCount (void) in RefCount() function in de::__anon13c10b780111::RefCount
197 RefCount (int* count) in RefCount() function in de::__anon13c10b780111::RefCount
203 RefCount (const RefCount& other) in RefCount() function in de::__anon13c10b780111::RefCount
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/
Dqueue_test.cc37 class RefCount { class
39 RefCount() : v_(nullptr) {} in RefCount() function in RefCount
40 explicit RefCount(int x) : v_(std::make_shared<int>(x)) {} in RefCount() function in RefCount
41 RefCount(const RefCount &o) : v_(o.v_) {} in RefCount() function in RefCount
50 RefCount(RefCount &&o) : v_(std::move(o.v_)) {} in RefCount() function in RefCount
/third_party/mesa3d/src/mesa/main/
Dglspirv.h45 unsigned RefCount; member
60 GLint RefCount; member
Dshader_types.h159 GLint RefCount; /**< Reference count */ member
310 GLint RefCount; /**< Reference count */ member
374 GLint RefCount; /**< Reference count */ member
480 GLint RefCount; member
Dmtypes.h886 GLint RefCount; member
914 GLint RefCount; /**< reference count */ member
1407 GLint RefCount; member
1606 GLint RefCount; member
1846 GLint RefCount; member
2213 GLint RefCount; member
2272 GLint RefCount; member
2372 GLint RefCount; /**< Reference count */ member
2392 GLint RefCount; /**< Reference count */ member
2520 GLint RefCount; member
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h71 mutable unsigned RefCount = 0; variable
88 mutable std::atomic<int> RefCount; variable
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_native/
Ddelegate_allocator.h27 int RefCount(void *ptr) override { return 0; }; in RefCount() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysisEvaluator.h36 int64_t NoModRefCount, ModCount, RefCount, ModRefCount; variable
DAliasSetTracker.h157 unsigned RefCount : 27; variable
/third_party/mindspore/mindspore-src/source/mindspore/lite/providers/nnie/src/
Dcustom_allocator.h39 int RefCount(void *ptr) override { return 1; } in RefCount() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/
Ddynamic_mem_allocator.cc35 int DynamicMemAllocator::RefCount(void *ptr) { in RefCount() function in mindspore::DynamicMemAllocator
Ddynamic_mem_manager.cc300 int MemOperator::RefCount(void *ptr) { in RefCount() function in mindspore::MemOperator
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Druntime_allocator.h36 int RefCount(void *ptr) override { return (ptr == nullptr) ? RUNTIME_REFCOUNT : 0; } in RefCount() function
Dinner_allocator.cc107 int DefaultAllocator::RefCount(void *buf) { in RefCount() function in mindspore::DefaultAllocator
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/train/
Dstatic_allocator.h39 int RefCount(void *ptr) override { in RefCount() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DIntrusiveRefCntPtr.h99 mutable std::atomic<int> RefCount; variable
/third_party/mindspore/mindspore-src/source/mindspore/lite/providers/dpico/src/
Dcustom_allocator.cc119 int CustomAllocator::RefCount(void *buf) { in RefCount() function in mindspore::lite::CustomAllocator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterferenceCache.h54 unsigned RefCount = 0; variable
/third_party/grpc/src/core/util/
Dref_counted.h49 RefCount() : RefCount(1) {} in RefCount() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/nnrt/
Dnnrt_allocator.cc209 int NNRTAllocator::RefCount(void *ptr) { in RefCount() function in mindspore::lite::NNRTAllocator
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/gpu/opencl/
Dopencl_allocator.cc303 int OpenCLAllocator::RefCount(void *buf) { in RefCount() function in mindspore::lite::opencl::OpenCLAllocator
/third_party/mesa3d/src/egl/main/
Degldisplay.h83 EGLint RefCount; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp306 unsigned RefCount; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp161 unsigned RefCount; member