Searched refs:CreateBuiltInUnaryFunctionCallNode (Results 1 – 7 of 7) 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() 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 …]
|
| D | RewriteDfdy.cpp | 76 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/ |
| D | RewriteR32fImages.cpp | 207 CreateBuiltInUnaryFunctionCallNode("floatBitsToUint", data, *symbolTable, 300); in RewriteBuiltinFunctionCall() 234 replacementCall = CreateBuiltInUnaryFunctionCallNode("uintBitsToFloat", replacementCall, in RewriteBuiltinFunctionCall()
|
| D | EmulateDithering.cpp | 229 CreateBuiltInUnaryFunctionCallNode("round", scaledUp, *symbolTable, 300); in EmitFragmentOutputDither()
|
| /external/angle/src/compiler/translator/tree_util/ |
| D | IntermNode_util.h | 96 TIntermTyped *CreateBuiltInUnaryFunctionCallNode(const char *name,
|
| D | IntermNode_util.cpp | 393 TIntermTyped *CreateBuiltInUnaryFunctionCallNode(const char *name, in CreateBuiltInUnaryFunctionCallNode() function
|
| D | DriverUniform.cpp | 287 TIntermTyped *values = CreateBuiltInUnaryFunctionCallNode( in getFlipXY()
|