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

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/GenericCodeGen/
CodeGen.cpp 42 class TGenericCompiler : public TCompiler {
44 TGenericCompiler(EShLanguage l, int dOptions) : TCompiler(l, infoSink), debugOptions(dOptions) { }
53 // a subclass of TCompiler.
55 TCompiler* ConstructCompiler(EShLanguage language, int debugOptions)
63 void DeleteCompiler(TCompiler* compiler)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
ShHandle.h 50 class TCompiler;
61 virtual TCompiler* getAsCompiler() { return 0; }
86 class TCompiler : public TShHandleBase {
88 TCompiler(EShLanguage l, TInfoSink& sink) : infoSink(sink) , language(l), haveValidObjectCode(false) { }
89 virtual ~TCompiler() { }
95 virtual TCompiler* getAsCompiler() { return this; }
100 TCompiler& operator=(TCompiler&);
109 typedef glslang::TVector<TCompiler*> TCompilerList;
161 TCompiler* ConstructCompiler(EShLanguage, int)
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
TranslatorASM.h 26 class TranslatorASM : public TCompiler
Compiler.cpp 73 TCompiler::TCompiler(GLenum type)
81 TCompiler::~TCompiler()
87 bool TCompiler::Init(const ShBuiltInResources& resources)
101 bool TCompiler::compile(const char* const shaderStrings[],
164 bool TCompiler::InitBuiltInSymbolTable(const ShBuiltInResources &resources)
202 void TCompiler::clearResults()
209 bool TCompiler::validateCallDepth(TIntermNode *root, TInfoSink &infoSink)
241 bool TCompiler::validateLimitations(TIntermNode* root)
    [all...]
Compiler.h 97 class TCompiler
100 TCompiler(GLenum shaderType);
101 virtual ~TCompiler();
102 virtual TCompiler* getAsCompiler() { return this; }
TranslatorASM.cpp 19 TranslatorASM::TranslatorASM(glsl::Shader *shaderObject, GLenum shaderType) : TCompiler(shaderType), shaderObject(shaderObject)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Public/
ShaderLang.h 308 class TCompiler;
502 TCompiler* compiler;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ShaderLang.cpp 705 TCompiler* compiler,
    [all...]

Completed in 210 milliseconds