Home
last modified time | relevance | path

Searched refs:CreateTempVariable (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp438 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 …]
DScalarizeVecAndMatConstructorArgs.cpp201 TVariable *variable = CreateTempVariable(mSymbolTable, type); in createTempVariable()
DRewriteDfdy.cpp151 TIntermSymbol *tmpRotFlipXY = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec2Type)); in visitAggregateWithRotation()
DConvertUnsupportedConstructorsToFunctionCalls.cpp257 TVariable *var = CreateTempVariable(&mSymbolTable, argType); in visitAggregatePost()
DSimplifyLoopConditions.cpp196 mLoop.conditionVariable = CreateTempVariable(mSymbolTable, boolType); in traverseLoop()
DInitializeVariables.cpp128 CreateTempVariable(symbolTable, highPrecisionSupported ? highpIndexType : mediumpIndexType); in AddArrayZeroInitForLoop()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNode_util.cpp152 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()
DIntermNode_util.h31 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type);
32 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type, TQualifier qualifier);
DReplaceShadowingVariables.cpp98 CreateTempVariable(mSymbolTable, &symNode->variable().getType()), in visitDeclaration()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorVulkan.cpp345 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/
DUnfoldShortCircuitToIf.cpp79 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/
DRewriteDoWhile.cpp76 TVariable *conditionVariable = CreateTempVariable(mSymbolTable, boolType); in visitBlock()
DRewriteRowMajorMatrices.cpp110 TVariable *temp = CreateTempVariable(symbolTable, &node->getType()); in CopyToTempVariable()
1055 CreateTempVariable(mSymbolTable, &originalExpression->getAsTyped()->getType()); in transformExpression()