OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCompiler
(Results
1 - 8
of
8
) sorted by null
/external/deqp-deps/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)
/external/swiftshader/src/OpenGL/compiler/
TranslatorASM.h
26
class TranslatorASM : public
TCompiler
Compiler.cpp
74
TCompiler
::
TCompiler
(GLenum type)
82
TCompiler
::~
TCompiler
()
88
bool
TCompiler
::Init(const ShBuiltInResources& resources)
102
bool
TCompiler
::compile(const char* const shaderStrings[],
165
bool
TCompiler
::InitBuiltInSymbolTable(const ShBuiltInResources &resources)
203
void
TCompiler
::clearResults()
210
bool
TCompiler
::validateCallDepth(TIntermNode *root, TInfoSink &infoSink)
242
bool
TCompiler
::validateLimitations(TIntermNode* root)
[
all
...]
Compiler.h
75
class
TCompiler
78
TCompiler
(GLenum shaderType);
79
virtual ~
TCompiler
();
80
virtual
TCompiler
* getAsCompiler() { return this; }
TranslatorASM.cpp
19
TranslatorASM::TranslatorASM(glsl::Shader *shaderObject, GLenum shaderType) :
TCompiler
(shaderType), shaderObject(shaderObject)
/external/deqp-deps/glslang/glslang/Include/
ShHandle.h
50
class
TCompiler
;
61
virtual
TCompiler
* getAsCompiler() { return 0; }
89
class
TCompiler
: public TShHandleBase {
91
TCompiler
(EShLanguage l, TInfoSink& sink) : infoSink(sink) , language(l), haveValidObjectCode(false) { }
92
virtual ~
TCompiler
() { }
98
virtual
TCompiler
* getAsCompiler() { return this; }
103
TCompiler
& operator=(
TCompiler
&);
112
typedef glslang::TVector<
TCompiler
*> TCompilerList;
164
TCompiler
* ConstructCompiler(EShLanguage, int)
[
all
...]
/external/deqp-deps/glslang/glslang/Public/
ShaderLang.h
350
class
TCompiler
;
573
TCompiler
* compiler;
/external/deqp-deps/glslang/glslang/MachineIndependent/
ShaderLang.cpp
764
TCompiler
* compiler,
[
all
...]
Completed in 256 milliseconds