Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.cpp1138 std::unordered_map<uint32_t, std::vector<uint32_t>> spec_const_map; in clc_spirv_specialize() local
1179 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()