Home
last modified time | relevance | path

Searched refs:composite_ids_to_component_depths (Results 1 – 2 of 2) sorted by relevance

/third_party/spirv-tools/source/opt/
Dinterface_var_sroa.h387 std::unordered_map<uint32_t, uint32_t> composite_ids_to_component_depths; variable
Dinterface_var_sroa.cpp746 composite_ids_to_component_depths.find(insert_before->result_id()); in CreateCompositeConstructForComponentOfLoad()
747 if (itr == composite_ids_to_component_depths.end()) break; in CreateCompositeConstructForComponentOfLoad()
752 composite_ids_to_component_depths.insert({new_id, depth_to_component}); in CreateCompositeConstructForComponentOfLoad()