Home
last modified time | relevance | path

Searched refs:type2undefs_ (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dmem_pass.cpp233 const auto uitr = type2undefs_.find(type_id); in Type2Undef()
234 if (uitr != type2undefs_.end()) return uitr->second; in Type2Undef()
240 type2undefs_[type_id] = undefId; in Type2Undef()
471 type2undefs_.clear(); in CollectTargetVars()
Dmem_pass.h157 std::unordered_map<uint32_t, uint32_t> type2undefs_; variable
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmem_pass.cpp233 const auto uitr = type2undefs_.find(type_id); in Type2Undef()
234 if (uitr != type2undefs_.end()) return uitr->second; in Type2Undef()
240 type2undefs_[type_id] = undefId; in Type2Undef()
471 type2undefs_.clear(); in CollectTargetVars()
Dmem_pass.h157 std::unordered_map<uint32_t, uint32_t> type2undefs_; variable