Searched refs:CreateTempVariable (Results 1 – 13 of 13) sorted by relevance
| /third_party/skia/third_party/externals/angle2/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() 464 TIntermSymbol *pRecipVar = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction() 484 dPDXdx = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction() 485 dPDYdx = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction() 486 dPDZdx = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction() 487 dPDXdy = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction() 488 dPDYdy = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec3Type)); in declareCoordTranslationFunction() [all …]
|
| D | ScalarizeVecAndMatConstructorArgs.cpp | 201 TVariable *variable = CreateTempVariable(mSymbolTable, type); in createTempVariable()
|
| D | RewriteDfdy.cpp | 151 TIntermSymbol *tmpRotFlipXY = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec2Type)); in visitAggregateWithRotation()
|
| D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 257 TVariable *var = CreateTempVariable(&mSymbolTable, argType); in visitAggregatePost()
|
| D | SimplifyLoopConditions.cpp | 196 mLoop.conditionVariable = CreateTempVariable(mSymbolTable, boolType); in traverseLoop()
|
| D | InitializeVariables.cpp | 128 CreateTempVariable(symbolTable, highPrecisionSupported ? highpIndexType : mediumpIndexType); in AddArrayZeroInitForLoop()
|
| /third_party/skia/third_party/externals/angle2/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()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | TranslatorVulkan.cpp | 345 TVariable *ndc = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationVS() 359 TVariable *windowCoords = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationVS() 373 TVariable *clampedWindowCoords = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationVS() 706 TVariable *p = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS() 715 TVariable *d = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS() 722 TVariable *f = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS() 727 TVariable *p_ = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS() 732 TVariable *d_ = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS() 737 TVariable *f_ = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS() 748 TVariable *i = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS()
|
| /third_party/skia/third_party/externals/angle2/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()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
| D | RewriteDoWhile.cpp | 76 TVariable *conditionVariable = CreateTempVariable(mSymbolTable, boolType); in visitBlock()
|
| D | RewriteRowMajorMatrices.cpp | 110 TVariable *temp = CreateTempVariable(symbolTable, &node->getType()); in CopyToTempVariable() 1055 CreateTempVariable(mSymbolTable, &originalExpression->getAsTyped()->getType()); in transformExpression()
|