Searched refs:CreateBuiltInUnaryFunctionCallNode (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/compiler/translator/tree_ops/ |
D | RewriteCubeMapSamplersAs2DArray.cpp | 67 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 …]
|
D | RewriteDfdy.cpp | 168 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/ |
D | RewriteR32fImages.cpp | 207 CreateBuiltInUnaryFunctionCallNode("floatBitsToUint", data, *symbolTable, 300); in RewriteBuiltinFunctionCall() 234 replacementCall = CreateBuiltInUnaryFunctionCallNode("uintBitsToFloat", replacementCall, in RewriteBuiltinFunctionCall()
|
/external/angle/src/compiler/translator/tree_util/ |
D | IntermNode_util.h | 86 TIntermTyped *CreateBuiltInUnaryFunctionCallNode(const char *name,
|
D | IntermNode_util.cpp | 356 TIntermTyped *CreateBuiltInUnaryFunctionCallNode(const char *name, in CreateBuiltInUnaryFunctionCallNode() function
|
/external/angle/src/compiler/translator/ |
D | TranslatorVulkan.cpp | 339 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()
|