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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.cpp 544 static const std::uint32_t softTypeIdLimit = 3011; // small prime. TODO: get from options
553 localId(name.second, nextUnusedId(hashval % softTypeIdLimit + firstMappedID));
560 static const std::uint32_t softTypeIdLimit = 19071; // small prime. TODO: get from options
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 544 static const std::uint32_t softTypeIdLimit = 3011; // small prime. TODO: get from options
553 localId(name.second, nextUnusedId(hashval % softTypeIdLimit + firstMappedID));
560 static const std::uint32_t softTypeIdLimit = 19071; // small prime. TODO: get from options
611 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID));
668 localId(id, nextUnusedId(hashval % softTypeIdLimit + firstMappedID));
    [all...]

Completed in 78 milliseconds