Searched refs:getTempVariable (Results 1 – 4 of 4) sorted by relevance
59 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
59 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
513 String MetalCodeGenerator::getTempVariable(const Type& type) { in getTempVariable() function in SkSL::MetalCodeGenerator548 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()
160 String getTempVariable(const Type& varType);