Home
last modified time | relevance | path

Searched refs:mSourcePath (Results 1 – 5 of 5) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DShaderD3D.cpp33 mSourcePath(sourcePath), in TranslateTaskD3D()
40 if (!mSourcePath.empty()) in operator ()()
42 srcStrings.push_back(mSourcePath.c_str()); in operator ()()
55 std::string mSourcePath; member in rx::TranslateTaskD3D
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DCompiler.cpp297 mSourcePath(nullptr), in TCompiler()
383 mSourcePath = shaderStrings[0]; in compileTreeImpl()
1199 mSourcePath = nullptr; in clearResults()
1454 return mSourcePath; in getSourcePath()
DCompiler.h278 const char *mSourcePath; // Path of source file or NULL variable
DOutputHLSL.h160 const char *mSourcePath; variable
DOutputHLSL.cpp319 mSourcePath(sourcePath), in OutputHLSL()
3203 if (mSourcePath) in outputLineDirective()
3205 out << " \"" << mSourcePath << "\""; in outputLineDirective()