HomeSort by relevance Sort by last modified time
    Searched refs:nextUnusedId (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/glslang/SPIRV/
SPVRemapper.cpp 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));
    [all...]
SPVRemapper.h 213 inline spv::Id nextUnusedId(spv::Id id);

Completed in 1502 milliseconds