Searched refs:CreateBuiltInUnaryFunctionCallNode (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/ |
H A D | RewriteDfdy.cpp | 76 TIntermTyped *dFdx = CreateBuiltInUnaryFunctionCallNode("dFdx", operand, *mSymbolTable, 300); in visitAggregate() 78 CreateBuiltInUnaryFunctionCallNode("dFdy", operand->deepCopy(), *mSymbolTable, 300); in visitAggregate()
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/spirv/ |
H A D | RewriteR32fImages.cpp | 207 CreateBuiltInUnaryFunctionCallNode("floatBitsToUint", data, *symbolTable, 300); in RewriteBuiltinFunctionCall() 234 replacementCall = CreateBuiltInUnaryFunctionCallNode("uintBitsToFloat", replacementCall, in RewriteBuiltinFunctionCall()
|
H A D | EmulateDithering.cpp | 229 CreateBuiltInUnaryFunctionCallNode("round", scaledUp, *symbolTable, 300); in EmitFragmentOutputDither()
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/ |
H A D | IntermNode_util.h | 103 TIntermTyped *CreateBuiltInUnaryFunctionCallNode(const char *name,
|
H A D | IntermNode_util.cpp | 411 TIntermTyped *CreateBuiltInUnaryFunctionCallNode(const char *name, in CreateBuiltInUnaryFunctionCallNode() function
|
H A D | DriverUniform.cpp | 288 CreateBuiltInUnaryFunctionCallNode("unpackSnorm4x8", flipXY, *symbolTable, 310); in getFlipXY()
|