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

/xsrc/external/mit/MesaLib/dist/src/compiler/clc/
H A Dclc_helpers.cpp1054 std::unordered_map<uint32_t, std::vector<uint32_t>> spec_const_map; local in function:clc_spirv_specialize
1095 ASSERTED auto ret = spec_const_map.emplace(id, std::move(words));
1100 opt.RegisterPass(spvtools::CreateSetSpecConstantDefaultValuePass(std::move(spec_const_map)));

Completed in 3 milliseconds