Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:nextUnusedId

249     spv::Id spirvbin_t::nextUnusedId(spv::Id id)
342 localId(id, unusedId = nextUnusedId(unusedId));
708 localId(name.second, nextUnusedId(hashval % softTypeIdLimit + firstMappedID));
772 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID));
833 localId(id, nextUnusedId(hashval % softTypeIdLimit + firstMappedID));
1381 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID));