Searched refs:CreateTempVariable (Results 1 – 12 of 12) sorted by relevance
/external/angle/src/compiler/translator/tree_ops/ |
D | RewriteCubeMapSamplersAs2DArray.cpp | 438 TIntermSymbol *absX = new TIntermSymbol(CreateTempVariable(mSymbolTable, floatType)); in declareCoordTranslationFunction() 439 TIntermSymbol *absY = new TIntermSymbol(CreateTempVariable(mSymbolTable, floatType)); in declareCoordTranslationFunction() 440 TIntermSymbol *absZ = new TIntermSymbol(CreateTempVariable(mSymbolTable, floatType)); in declareCoordTranslationFunction() 460 TIntermSymbol *recipOuter = new TIntermSymbol(CreateTempVariable(mSymbolTable, mat3Type)); in declareCoordTranslationFunction() 463 TIntermSymbol *pRecipVar = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction() 483 dPDXdx = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction() 484 dPDYdx = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction() 485 dPDZdx = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction() 486 dPDXdy = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction() 487 dPDYdy = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction() [all …]
|
D | ScalarizeVecAndMatConstructorArgs.cpp | 206 TVariable *variable = CreateTempVariable(mSymbolTable, type); in createTempVariable()
|
D | RewriteDfdy.cpp | 152 TIntermSymbol *tmpRotFlipXY = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec2Type)); in visitAggregateWithRotation()
|
D | InitializeVariables.cpp | 110 CreateTempVariable(symbolTable, highPrecisionSupported ? highpIndexType : mediumpIndexType); in AddArrayZeroInitForLoop()
|
D | SimplifyLoopConditions.cpp | 196 mLoop.conditionVariable = CreateTempVariable(mSymbolTable, boolType); in traverseLoop()
|
D | RewriteRowMajorMatrices.cpp | 110 TVariable *temp = CreateTempVariable(symbolTable, &node->getType()); in CopyToTempVariable() 1055 CreateTempVariable(mSymbolTable, &originalExpression->getAsTyped()->getType()); in transformExpression()
|
/external/angle/src/compiler/translator/tree_util/ |
D | IntermNode_util.cpp | 152 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type) in CreateTempVariable() function 160 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type, TQualifier qualifier) in CreateTempVariable() function 165 return CreateTempVariable(symbolTable, type); in CreateTempVariable() 169 return CreateTempVariable(symbolTable, typeWithQualifier); in CreateTempVariable() 211 TVariable *variable = CreateTempVariable(symbolTable, type, qualifier); in DeclareTempVariable() 222 CreateTempVariable(symbolTable, new TType(initializer->getType()), qualifier); in DeclareTempVariable()
|
D | IntermNode_util.h | 31 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type); 32 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type, TQualifier qualifier);
|
D | ReplaceShadowingVariables.cpp | 98 CreateTempVariable(mSymbolTable, &symNode->variable().getType()), in visitDeclaration()
|
/external/angle/src/compiler/translator/ |
D | TranslatorVulkan.cpp | 315 TVariable *ndc = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationVS() 329 TVariable *windowCoords = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationVS() 342 TVariable *clampedWindowCoords = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationVS() 673 TVariable *p = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS() 682 TVariable *d = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS() 688 TVariable *f = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS() 693 TVariable *p_ = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS() 698 TVariable *d_ = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS() 703 TVariable *f_ = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS() 714 TVariable *i = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS()
|
/external/angle/src/compiler/translator/tree_ops/d3d/ |
D | UnfoldShortCircuitToIf.cpp | 79 TVariable *resultVariable = CreateTempVariable(mSymbolTable, boolType); in visitBinary() 106 TVariable *resultVariable = CreateTempVariable(mSymbolTable, boolType); in visitBinary()
|
/external/angle/src/compiler/translator/tree_ops/gl/mac/ |
D | RewriteDoWhile.cpp | 76 TVariable *conditionVariable = CreateTempVariable(mSymbolTable, boolType); in visitBlock()
|