Home
last modified time | relevance | path

Searched refs:CreateBuiltInUnaryFunctionCallNode (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp67 CreateBuiltInUnaryFunctionCallNode("sign", x->deepCopy(), symbolTable, 100); in TransformXMajor()
121 CreateBuiltInUnaryFunctionCallNode("sign", y->deepCopy(), symbolTable, 100); in TransformYMajor()
174 CreateBuiltInUnaryFunctionCallNode("sign", z->deepCopy(), symbolTable, 100); in TransformZMajor()
444 CreateBuiltInUnaryFunctionCallNode("abs", x->deepCopy(), *mSymbolTable, 100)); in declareCoordTranslationFunction()
447 CreateBuiltInUnaryFunctionCallNode("abs", y->deepCopy(), *mSymbolTable, 100)); in declareCoordTranslationFunction()
450 CreateBuiltInUnaryFunctionCallNode("abs", z->deepCopy(), *mSymbolTable, 100)); in declareCoordTranslationFunction()
493 CreateBuiltInUnaryFunctionCallNode("dFdx", IndexDirect(recipOuter, 0)->deepCopy(), in declareCoordTranslationFunction()
497 CreateBuiltInUnaryFunctionCallNode("dFdx", IndexDirect(recipOuter, 1)->deepCopy(), in declareCoordTranslationFunction()
501 CreateBuiltInUnaryFunctionCallNode("dFdx", IndexDirect(recipOuter, 2)->deepCopy(), in declareCoordTranslationFunction()
505 CreateBuiltInUnaryFunctionCallNode("dFdy", IndexDirect(recipOuter, 0)->deepCopy(), in declareCoordTranslationFunction()
[all …]
DRewriteDfdy.cpp76 TIntermTyped *dFdx = CreateBuiltInUnaryFunctionCallNode("dFdx", operand, *mSymbolTable, 300); in visitAggregate()
78 CreateBuiltInUnaryFunctionCallNode("dFdy", operand->deepCopy(), *mSymbolTable, 300); in visitAggregate()
/external/angle/src/compiler/translator/tree_ops/spirv/
DRewriteR32fImages.cpp207 CreateBuiltInUnaryFunctionCallNode("floatBitsToUint", data, *symbolTable, 300); in RewriteBuiltinFunctionCall()
234 replacementCall = CreateBuiltInUnaryFunctionCallNode("uintBitsToFloat", replacementCall, in RewriteBuiltinFunctionCall()
DEmulateDithering.cpp229 CreateBuiltInUnaryFunctionCallNode("round", scaledUp, *symbolTable, 300); in EmitFragmentOutputDither()
/external/angle/src/compiler/translator/tree_util/
DIntermNode_util.h96 TIntermTyped *CreateBuiltInUnaryFunctionCallNode(const char *name,
DIntermNode_util.cpp393 TIntermTyped *CreateBuiltInUnaryFunctionCallNode(const char *name, in CreateBuiltInUnaryFunctionCallNode() function
DDriverUniform.cpp287 TIntermTyped *values = CreateBuiltInUnaryFunctionCallNode( in getFlipXY()