Home
last modified time | relevance | path

Searched refs:getTempVariable (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteAtomicFunctionExpressions.cpp59 const TVariable *getTempVariable(const TType *type);
76 const TVariable *returnVariable = getTempVariable(&oldAtomicFunctionNode->getType()); in rewriteAtomicFunctionCallNode()
104 const TVariable *RewriteAtomicFunctionExpressionsTraverser::getTempVariable(const TType *type) in getTempVariable() function in sh::__anon942e85770111::RewriteAtomicFunctionExpressionsTraverser
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DRewriteAtomicFunctionExpressions.cpp59 const TVariable *getTempVariable(const TType *type);
76 const TVariable *returnVariable = getTempVariable(&oldAtomicFunctionNode->getType()); in rewriteAtomicFunctionCallNode()
104 const TVariable *RewriteAtomicFunctionExpressionsTraverser::getTempVariable(const TType *type) in getTempVariable() function in sh::__anon391b5eec0111::RewriteAtomicFunctionExpressionsTraverser
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp513 String MetalCodeGenerator::getTempVariable(const Type& type) { in getTempVariable() function in SkSL::MetalCodeGenerator
548 String tmpVar = this->getTempVariable(arg1Type); in writeIntrinsicCall()
561 String tmpX = this->getTempVariable(arguments[0]->type()); in writeIntrinsicCall()
562 String tmpY = this->getTempVariable(arguments[1]->type()); in writeIntrinsicCall()
733 String tmpI = this->getTempVariable(arguments[0]->type()); in writeIntrinsicCall()
734 String tmpN = this->getTempVariable(arguments[1]->type()); in writeIntrinsicCall()
780 String skTemp = this->getTempVariable(arguments[0]->type()); in writeIntrinsicCall()
804 String skTemp1 = this->getTempVariable(arguments[0]->type()); in writeIntrinsicCall()
823 skTemp2 = this->getTempVariable(arguments[0]->type()); in writeIntrinsicCall()
DSkSLMetalCodeGenerator.h160 String getTempVariable(const Type& varType);