Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp699 static const std::uint32_t softTypeIdLimit = 3011; // small prime. TODO: get from options in mapNames() local
708 localId(name.second, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapNames()
718 static const std::uint32_t softTypeIdLimit = 19071; // small prime. TODO: get from options in mapFnBodies() local
772 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapFnBodies()
833 localId(id, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapFnBodies()
1370 static const std::uint32_t softTypeIdLimit = 3011; // small prime. TODO: get from options in mapTypeConst() local
1381 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapTypeConst()