Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/source/
Dtext_handler.cpp169 const auto it = named_ids_.find(textValue); in spvNamedIdAssignOrGet()
170 if (it == named_ids_.end()) { in spvNamedIdAssignOrGet()
178 named_ids_.emplace(textValue, id); in spvNamedIdAssignOrGet()
391 for (const auto& kv : named_ids_) { in GetNumericIds()
Dtext_handler.h249 spv_named_id_table named_ids_; variable
/third_party/spirv-tools/source/
Dtext_handler.cpp171 const auto it = named_ids_.find(textValue); in spvNamedIdAssignOrGet()
172 if (it == named_ids_.end()) { in spvNamedIdAssignOrGet()
180 named_ids_.emplace(textValue, id); in spvNamedIdAssignOrGet()
387 for (const auto& kv : named_ids_) { in GetNumericIds()
Dtext_handler.h249 spv_named_id_table named_ids_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.cpp169 const auto it = named_ids_.find(textValue); in spvNamedIdAssignOrGet()
170 if (it == named_ids_.end()) { in spvNamedIdAssignOrGet()
178 named_ids_.emplace(textValue, id); in spvNamedIdAssignOrGet()
391 for (const auto& kv : named_ids_) { in GetNumericIds()
Dtext_handler.h249 spv_named_id_table named_ids_; variable