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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.cpp 209 spv::Id spirvbin_t::nextUnusedId(spv::Id id)
288 localId(id, unusedId = nextUnusedId(unusedId));
553 localId(name.second, nextUnusedId(hashval % softTypeIdLimit + firstMappedID));
611 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID));
668 localId(id, nextUnusedId(hashval % softTypeIdLimit + firstMappedID));
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SPVRemapper.cpp 209 spv::Id spirvbin_t::nextUnusedId(spv::Id id)
288 localId(id, unusedId = nextUnusedId(unusedId));
553 localId(name.second, nextUnusedId(hashval % softTypeIdLimit + firstMappedID));
611 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID));
668 localId(id, nextUnusedId(hashval % softTypeIdLimit + firstMappedID));
    [all...]

Completed in 112 milliseconds