Home
last modified time | relevance | path

Searched refs:ids_to_preserve_ (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/
Dtext_handler.cpp159 if (!ids_to_preserve_.empty()) { in spvNamedIdAssignOrGet()
162 if (ids_to_preserve_.find(id) != ids_to_preserve_.end()) { in spvNamedIdAssignOrGet()
172 if (!ids_to_preserve_.empty()) { in spvNamedIdAssignOrGet()
173 while (ids_to_preserve_.find(id) != ids_to_preserve_.end()) { in spvNamedIdAssignOrGet()
Dtext_handler.h130 ids_to_preserve_(std::move(ids_to_preserve)) {}
259 std::set<uint32_t> ids_to_preserve_; variable
/third_party/spirv-tools/source/
Dtext_handler.cpp161 if (!ids_to_preserve_.empty()) { in spvNamedIdAssignOrGet()
164 if (ids_to_preserve_.find(id) != ids_to_preserve_.end()) { in spvNamedIdAssignOrGet()
174 if (!ids_to_preserve_.empty()) { in spvNamedIdAssignOrGet()
175 while (ids_to_preserve_.find(id) != ids_to_preserve_.end()) { in spvNamedIdAssignOrGet()
Dtext_handler.h130 ids_to_preserve_(std::move(ids_to_preserve)) {}
259 std::set<uint32_t> ids_to_preserve_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.cpp159 if (!ids_to_preserve_.empty()) { in spvNamedIdAssignOrGet()
162 if (ids_to_preserve_.find(id) != ids_to_preserve_.end()) { in spvNamedIdAssignOrGet()
172 if (!ids_to_preserve_.empty()) { in spvNamedIdAssignOrGet()
173 while (ids_to_preserve_.find(id) != ids_to_preserve_.end()) { in spvNamedIdAssignOrGet()
Dtext_handler.h130 ids_to_preserve_(std::move(ids_to_preserve)) {}
259 std::set<uint32_t> ids_to_preserve_; variable