/third_party/spirv-tools/tools/sva/src/ |
D | ast.js | 18 this.next_id_ = 1; 56 this.next_id_ = Math.max(this.next_id_, op.rawValue() + 1); 68 let next = this.next_id_; 71 this.next_id_ += 1; 75 getIdBounds() { return this.next_id_; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/ |
D | ast.js | 18 this.next_id_ = 1; 56 this.next_id_ = Math.max(this.next_id_, op.rawValue() + 1); 68 let next = this.next_id_; 71 this.next_id_ += 1; 75 getIdBounds() { return this.next_id_; }
|
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/ |
D | ast.js | 18 this.next_id_ = 1; 56 this.next_id_ = Math.max(this.next_id_, op.rawValue() + 1); 68 let next = this.next_id_; 71 this.next_id_ += 1; 75 getIdBounds() { return this.next_id_; }
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | local_single_block_elim_pass.h | 98 module->SetIdBound(next_id_); in FinalizeNextId() 103 return next_id_++; in TakeNextId() 146 uint32_t next_id_; variable
|
D | local_access_chain_convert_pass.h | 133 module->SetIdBound(next_id_); in FinalizeNextId() 138 return next_id_++; in TakeNextId() 160 uint32_t next_id_; variable
|
D | local_single_store_elim_pass.h | 140 module->SetIdBound(next_id_); in FinalizeNextId() 145 return next_id_++; in TakeNextId() 212 uint32_t next_id_; variable
|
D | local_ssa_elim_pass.h | 195 module->SetIdBound(next_id_); in FinalizeNextId() 200 return next_id_++; in TakeNextId() 252 uint32_t next_id_; variable
|
D | inline_pass.h | 49 inline uint32_t TakeNextId() { return next_id_++; } in TakeNextId() 53 module->SetIdBound(next_id_); in FinalizeNextId() 207 uint32_t next_id_; variable
|
D | local_single_block_elim_pass.cpp | 315 next_id_ = module_->id_bound(); in Initialize() 335 : module_(nullptr), def_use_mgr_(nullptr), next_id_(0) {} in LocalSingleBlockLoadStoreElimPass()
|
D | local_access_chain_convert_pass.cpp | 336 next_id_ = module->id_bound(); in Initialize() 360 : module_(nullptr), def_use_mgr_(nullptr), next_id_(0) {} in LocalAccessChainConvertPass()
|
D | local_single_store_elim_pass.cpp | 436 next_id_ = module_->id_bound(); in Initialize() 460 next_id_(0) {}
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | refcount.h | 125 object_id_ = AtomicIncrement(&next_id_); in RefCounted() 165 static size_t next_id_; variable 172 template <typename TDerived> size_t RefCounted<TDerived>::next_id_ = 0;
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | refcount.h | 125 object_id_ = AtomicIncrement(&next_id_); in RefCounted() 165 static size_t next_id_; variable 172 template <typename TDerived> size_t RefCounted<TDerived>::next_id_ = 0;
|
/third_party/nghttp2/ |
D | mkhufftbl.py | 288 self.next_id_ = 0 292 id = self.next_id_ 293 self.next_id_ += 1
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder.h | 110 uint32_t id_bound() const { return next_id_; } in id_bound() 114 auto id = next_id_; in next_id() 115 next_id_ += 1; in next_id() 579 uint32_t next_id_ = 1; variable
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | text_handler.h | 129 next_id_(1), 258 uint32_t next_id_; variable
|
D | text_handler.cpp | 171 uint32_t id = next_id_++; in spvNamedIdAssignOrGet() 174 id = next_id_++; in spvNamedIdAssignOrGet()
|
/third_party/spirv-tools/source/ |
D | text_handler.h | 129 next_id_(1), 258 uint32_t next_id_; variable
|
D | text_handler.cpp | 170 uint32_t id = next_id_++; in spvNamedIdAssignOrGet() 173 id = next_id_++; in spvNamedIdAssignOrGet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | text_handler.h | 129 next_id_(1), 258 uint32_t next_id_; variable
|
D | text_handler.cpp | 171 uint32_t id = next_id_++; in spvNamedIdAssignOrGet() 174 id = next_id_++; in spvNamedIdAssignOrGet()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | text_handler.h | 123 next_id_(1), ids_to_preserve_(std::move(ids_to_preserve)) {} 251 uint32_t next_id_; variable
|
D | text_handler.cpp | 170 uint32_t id = next_id_++; in spvNamedIdAssignOrGet() 173 id = next_id_++; in spvNamedIdAssignOrGet()
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_message_router.cc | 48 IdGenerator() : next_id_(kReservedId) {} in IdGenerator() 54 T id = ++next_id_; in GetNextId() 56 id = ++next_id_; in GetNextId() 61 T next_id_; member in __anon7abc00c40111::IdGenerator
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | exception_safety_testing.h | 653 ThrowingAllocator() : TrackedObject(GetInstanceString(next_id_)) { in ThrowingAllocator() 655 dummy_ = std::make_shared<const int>(next_id_++); in ThrowingAllocator() 778 static int next_id_; variable 783 int ThrowingAllocator<T, Spec>::next_id_ = 0;
|