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

  /external/chromium_org/third_party/angle/src/compiler/
Initialize.cpp 17 void InsertBuiltInFunctions(ShShaderType type, ShShaderSpec spec, const ShBuiltInResources &resources, TSymbolTable &symbolTable)
31 symbolTable.insertBuiltIn(float1, "radians", float1);
32 symbolTable.insertBuiltIn(float2, "radians", float2);
33 symbolTable.insertBuiltIn(float3, "radians", float3);
34 symbolTable.insertBuiltIn(float4, "radians", float4);
36 symbolTable.insertBuiltIn(float1, "degrees", float1);
37 symbolTable.insertBuiltIn(float2, "degrees", float2);
38 symbolTable.insertBuiltIn(float3, "degrees", float3);
39 symbolTable.insertBuiltIn(float4, "degrees", float4);
41 symbolTable.insertBuiltIn(float1, "sin", float1)
    [all...]
OutputESSL.cpp 13 TSymbolTable& symbolTable)
14 : TOutputGLSLBase(objSink, clampingStrategy, hashFunction, nameMap, symbolTable)
OutputESSL.h 19 TSymbolTable& symbolTable);
OutputGLSL.h 19 TSymbolTable& symbolTable);
OutputGLSL.cpp 13 TSymbolTable& symbolTable)
14 : TOutputGLSLBase(objSink, clampingStrategy, hashFunction, nameMap, symbolTable)
Initialize.h 12 #include "compiler/SymbolTable.h"
18 TSymbolTable& symbolTable);
glslang.y 37 #include "compiler/SymbolTable.h"
193 context->symbolTable.insert(*fakeVariable);
204 if (context->symbolTable.findBuiltIn(variable->getName()) &&
358 $$ = context->intermediate.addUnaryMath(EOpPostIncrement, $1, @2, context->symbolTable);
368 $$ = context->intermediate.addUnaryMath(EOpPostDecrement, $1, @2, context->symbolTable);
436 $$ = context->intermediate.addUnaryMath(op, $1.intermNode, @1, context->symbolTable);
611 $$ = context->intermediate.addUnaryMath(EOpPreIncrement, $2, @1, context->symbolTable);
621 $$ = context->intermediate.addUnaryMath(EOpPreDecrement, $2, @1, context->symbolTable);
630 $$ = context->intermediate.addUnaryMath($1.op, $2, @1, context->symbolTable);
658 $$ = context->intermediate.addBinaryMath(EOpMul, $1, $3, @2, context->symbolTable);
    [all...]
Compiler.cpp 140 TParseContext parseContext(symbolTable, extensionBehavior, intermediate,
148 TScopedSymbolTableLevel scopedSymbolLevel(&symbolTable);
232 assert(symbolTable.isEmpty());
233 symbolTable.push();
255 symbolTable.setDefaultPrecision(integer, EbpMedium);
258 symbolTable.setDefaultPrecision(integer, EbpHigh);
259 symbolTable.setDefaultPrecision(floatingPoint, EbpHigh);
268 symbolTable.setDefaultPrecision(sampler, EbpLow);
271 InsertBuiltInFunctions(shaderType, shaderSpec, resources, symbolTable);
273 IdentifyBuiltIns(shaderType, shaderSpec, resources, symbolTable);
    [all...]
ShHandle.h 23 #include "compiler/SymbolTable.h"
78 TSymbolTable& getSymbolTable() { return symbolTable; }
133 TSymbolTable symbolTable;
glslang_tab.cpp 87 #include "compiler/SymbolTable.h"
    [all...]
OutputGLSLBase.h 23 TSymbolTable& symbolTable);
parseConst.cpp 23 symbolTable(symTable),
47 TSymbolTable& symbolTable;
233 bool TIntermediate::parseConstTree(const TSourceLoc& line, TIntermNode* root, ConstantUnion* unionArray, TOperator constructorType, TSymbolTable& symbolTable, TType t, bool singleConstantParam)
238 TConstTraverser it(unionArray, singleConstantParam, constructorType, infoSink, symbolTable, t);
ParseContext.cpp 435 if (!symbolTable.atBuiltInLevel()) {
745 TSymbol* symbol = symbolTable.find(identifier, &builtIn, &sameScope);
755 if (! symbolTable.insert(*variable)) {
835 if (! symbolTable.insert(*variable)) {
924 const TSymbol* symbol = symbolTable.find(call->getName(), builtIn);
926 symbol = symbolTable.find(call->getMangledName(), builtIn);
962 if (! symbolTable.insert(*variable)) {
1000 const TSymbol* symbol = symbolTable.find(initializer->getAsSymbolNode()->getSymbol());
    [all...]
ParseContext.h 14 #include "compiler/SymbolTable.h"
30 symbolTable(symt),
46 TSymbolTable& symbolTable; // symbol table that goes with the language currently being parsed
ValidateLimitations.cpp 438 TSymbolTable& symbolTable = GetGlobalParseContext()->symbolTable;
439 TSymbol* symbol = symbolTable.find(node->getName());
OutputGLSLBase.cpp 46 TSymbolTable& symbolTable)
53 mSymbolTable(symbolTable)
glslang.l 275 TSymbol* symbol = yyextra->symbolTable.find(yytext);
Intermediate.cpp 149 TIntermTyped* TIntermediate::addBinaryMath(TOperator op, TIntermTyped* left, TIntermTyped* right, const TSourceLoc& line, TSymbolTable& symbolTable)
278 TIntermTyped* TIntermediate::addUnaryMath(TOperator op, TIntermNode* childNode, const TSourceLoc& line, TSymbolTable& symbolTable)
    [all...]
glslang_lex.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 479 milliseconds