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

  /external/swiftshader/src/OpenGL/compiler/
Diagnostics.cpp 68 TSourceLoc sourceLoc;
69 sourceLoc.first_file = sourceLoc.last_file = loc.file;
70 sourceLoc.first_line = sourceLoc.last_line = loc.line;
71 sink.location(sourceLoc);
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.cpp 135 const glslang::TSourceLoc& sourceLoc = input.getSourceLoc();
136 infoSink.info << sourceLoc.name->c_str() << "(" << sourceLoc.line << "): error at column " << sourceLoc.column
    [all...]

Completed in 61 milliseconds