Home
last modified time | relevance | path

Searched refs:initialNumLinkerObjects (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DlinkValidate.cpp708 std::size_t initialNumLinkerObjects = linkerObjects.size(); in mergeLinkerObjects() local
711 for (std::size_t linkObj = 0; linkObj < initialNumLinkerObjects; ++linkObj) { in mergeLinkerObjects()
789 for (std::size_t linkObj = 0; linkObj < initialNumLinkerObjects; ++linkObj) { in mergeLinkerObjects()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DlinkValidate.cpp853 std::size_t initialNumLinkerObjects = linkerObjects.size(); in mergeLinkerObjects() local
862 for (std::size_t linkObj = 0; linkObj < initialNumLinkerObjects; ++linkObj) { in mergeLinkerObjects()
928 for (std::size_t linkObj = 0; linkObj < initialNumLinkerObjects; ++linkObj) { in mergeLinkerObjects()