Searched refs:newLocation (Results 1 – 3 of 3) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | iomapper.cpp | 140 if (at->second.newLocation != -1) in visitSymbol() 141 base->getWritableType().getQualifier().layoutLocation = at->second.newLocation; in visitSymbol() 836 return ent.newLocation = -1; in resolveUniformLocation() 841 return ent.newLocation = -1; in resolveUniformLocation() 846 return ent.newLocation = -1; in resolveUniformLocation() 849 return ent.newLocation = -1; in resolveUniformLocation() 854 return ent.newLocation = location; in resolveUniformLocation() 858 return ent.newLocation = location; in resolveUniformLocation() 865 return ent.newLocation = -1; in resolveInOutLocation() 870 return ent.newLocation = -1; in resolveInOutLocation() [all …]
|
D | iomapper.h | 59 int newLocation; member 68 newLocation = -1; in clearNewAssignments()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactorDebugInfo.cpp | 179 auto const &newLocation = backtrace[i]; in syncScope() local 181 if(oldLocation.function != newLocation.function) in syncScope() 184 oldLocation.function.name.c_str(), newLocation.function.name.c_str()); in syncScope() 189 if(oldLocation.line > newLocation.line) in syncScope() 192 auto file = getOrCreateFile(newLocation.function.file.c_str()); in syncScope() 193 auto di = diBuilder->createLexicalBlock(scope.di, file, newLocation.line, 0); in syncScope() 195 oldLocation.line, newLocation.line, scope.di, di); in syncScope() 197 scope = { newLocation, di, {}, {} }; in syncScope() 202 scope.location = newLocation; in syncScope()
|