Home
last modified time | relevance | path

Searched refs:getTempVariable (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A 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::__anon19865::RewriteAtomicFunctionExpressionsTraverser
/third_party/skia/src/sksl/codegen/
H A 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()
H A DSkSLMetalCodeGenerator.h160 String getTempVariable(const Type& varType);

Completed in 5 milliseconds