Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp249 spv::Id spirvbin_t::nextUnusedId(spv::Id id) in nextUnusedId() function in spv::spirvbin_t
342 localId(id, unusedId = nextUnusedId(unusedId)); in mapRemainder()
708 localId(name.second, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapNames()
772 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapFnBodies()
833 localId(id, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapFnBodies()
1381 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapTypeConst()
DSPVRemapper.h213 inline spv::Id nextUnusedId(spv::Id id);