Searched refs:spec_const_map (Results 1 – 1 of 1) sorted by relevance
1138 std::unordered_map<uint32_t, std::vector<uint32_t>> spec_const_map; in clc_spirv_specialize() local1179 ASSERTED auto ret = spec_const_map.emplace(id, std::move(words)); in clc_spirv_specialize()1184 opt.RegisterPass(spvtools::CreateSetSpecConstantDefaultValuePass(std::move(spec_const_map))); in clc_spirv_specialize()