Home
last modified time | relevance | path

Searched refs:newLocation (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
Diomapper.cpp142 if (at->second.newLocation != -1) in visitSymbol()
143 base->getWritableType().getQualifier().layoutLocation = at->second.newLocation; in visitSymbol()
206 ent.newLocation = -1; in operator ()()
284 ent.newLocation = -1; in operator ()()
817 return ent.newLocation = -1; in resolveUniformLocation()
822 return ent.newLocation = -1; in resolveUniformLocation()
827 return ent.newLocation = -1; in resolveUniformLocation()
830 return ent.newLocation = -1; in resolveUniformLocation()
835 return ent.newLocation = location; in resolveUniformLocation()
839 return ent.newLocation = location; in resolveUniformLocation()
[all …]
Diomapper.h60 int newLocation; member
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Diomapper.cpp142 if (at->second.newLocation != -1) in visitSymbol()
143 base->getWritableType().getQualifier().layoutLocation = at->second.newLocation; in visitSymbol()
206 ent.newLocation = -1; in operator ()()
284 ent.newLocation = -1; in operator ()()
826 return ent.newLocation = -1; in resolveUniformLocation()
831 return ent.newLocation = -1; in resolveUniformLocation()
836 return ent.newLocation = -1; in resolveUniformLocation()
839 return ent.newLocation = -1; in resolveUniformLocation()
844 return ent.newLocation = location; in resolveUniformLocation()
848 return ent.newLocation = location; in resolveUniformLocation()
[all …]
Diomapper.h60 int newLocation; member
/external/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp179 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()
/external/apache-http/android/src/android/net/http/
DLoggingEventHandler.java50 public void locationChanged(String newLocation, boolean permanent) { in locationChanged() argument
52 HttpLog.v("LoggingEventHandler: locationChanged() " + newLocation + in locationChanged()
/external/llvm-project/libunwind/src/
DDwarfParser.hpp105 void setRegister(uint64_t reg, RegisterSavedWhere newLocation, in setRegister()
108 savedRegisters[reg].location = newLocation; in setRegister()
111 void setRegisterLocation(uint64_t reg, RegisterSavedWhere newLocation, in setRegisterLocation()
114 savedRegisters[reg].location = newLocation; in setRegisterLocation()