Home
last modified time | relevance | path

Searched refs:CreateBuiltInUnaryFunctionCallNode (Results 1 – 6 of 6) 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()
492 CreateBuiltInUnaryFunctionCallNode("dFdx", IndexDirect(recipOuter, 0)->deepCopy(), in declareCoordTranslationFunction()
496 CreateBuiltInUnaryFunctionCallNode("dFdx", IndexDirect(recipOuter, 1)->deepCopy(), in declareCoordTranslationFunction()
500 CreateBuiltInUnaryFunctionCallNode("dFdx", IndexDirect(recipOuter, 2)->deepCopy(), in declareCoordTranslationFunction()
504 CreateBuiltInUnaryFunctionCallNode("dFdy", IndexDirect(recipOuter, 0)->deepCopy(), in declareCoordTranslationFunction()
[all …]
DRewriteDfdy.cpp168 CreateBuiltInUnaryFunctionCallNode("dFdx", operand->deepCopy(), *mSymbolTable, 300); in visitAggregateWithRotation()
170 CreateBuiltInUnaryFunctionCallNode("dFdy", operand->deepCopy(), *mSymbolTable, 300); in visitAggregateWithRotation()
/external/angle/src/compiler/translator/tree_ops/vulkan/
DRewriteR32fImages.cpp207 CreateBuiltInUnaryFunctionCallNode("floatBitsToUint", data, *symbolTable, 300); in RewriteBuiltinFunctionCall()
234 replacementCall = CreateBuiltInUnaryFunctionCallNode("uintBitsToFloat", replacementCall, in RewriteBuiltinFunctionCall()
/external/angle/src/compiler/translator/tree_util/
DIntermNode_util.h86 TIntermTyped *CreateBuiltInUnaryFunctionCallNode(const char *name,
DIntermNode_util.cpp356 TIntermTyped *CreateBuiltInUnaryFunctionCallNode(const char *name, in CreateBuiltInUnaryFunctionCallNode() function
/external/angle/src/compiler/translator/
DTranslatorVulkan.cpp339 CreateBuiltInUnaryFunctionCallNode("round", windowScaled, *symbolTable, 300); in AddBresenhamEmulationVS()
678 CreateBuiltInUnaryFunctionCallNode("dFdx", new TIntermSymbol(p), *symbolTable, 300); in AddBresenhamEmulationFS()
680 CreateBuiltInUnaryFunctionCallNode("dFdy", new TIntermSymbol(p), *symbolTable, 300); in AddBresenhamEmulationFS()
713 TIntermTyped *absd = CreateBuiltInUnaryFunctionCallNode("abs", expr, *symbolTable, 100); in AddBresenhamEmulationFS()