Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp703 static const std::uint32_t firstMappedID = 3019; // offset into ID space in mapNames() local
711 localId(name.second, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapNames()
722 static const std::uint32_t firstMappedID = 6203; // offset into ID space in mapFnBodies() local
775 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapFnBodies()
844 localId(id, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapFnBodies()
1382 static const std::uint32_t firstMappedID = 8; // offset into ID space in mapTypeConst() local
1392 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapTypeConst()