HomeSort by relevance Sort by last modified time
    Searched refs:nextUnusedId (Results 1 - 4 of 4) 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...]
SPVRemapper.h 203 inline spv::Id nextUnusedId(spv::Id id);
  /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...]
SPVRemapper.h 203 inline spv::Id nextUnusedId(spv::Id id);

Completed in 55 milliseconds