layers_extensions.cpp | 72 : path_(path), dlhandle_(nullptr), refcount_(0) {} 77 refcount_(other.refcount_) { 79 other.refcount_ = 0; 101 size_t refcount_; member in class:vulkan::api::__anon30153::LayerLibrary 106 if (refcount_++ == 0) { 127 refcount_ = 0; 136 if (--refcount_ == 0) {
|