Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DDiagnostics.cpp68 TSourceLoc sourceLoc; in writeInfo() local
69 sourceLoc.first_file = sourceLoc.last_file = loc.file; in writeInfo()
70 sourceLoc.first_line = sourceLoc.last_line = loc.line; in writeInfo()
71 sink.location(sourceLoc); in writeInfo()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp135 const glslang::TSourceLoc& sourceLoc = input.getSourceLoc(); in parseShaderStrings() local
136 …infoSink.info << sourceLoc.name->c_str() << "(" << sourceLoc.line << "): error at column " << sour… in parseShaderStrings()