Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRewriteDfdy.cpp76 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 DRewriteR32fImages.cpp207 CreateBuiltInUnaryFunctionCallNode("floatBitsToUint", data, *symbolTable, 300); in RewriteBuiltinFunctionCall()
234 replacementCall = CreateBuiltInUnaryFunctionCallNode("uintBitsToFloat", replacementCall, in RewriteBuiltinFunctionCall()
H A DEmulateDithering.cpp229 CreateBuiltInUnaryFunctionCallNode("round", scaledUp, *symbolTable, 300); in EmitFragmentOutputDither()
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DIntermNode_util.h103 TIntermTyped *CreateBuiltInUnaryFunctionCallNode(const char *name,
H A DIntermNode_util.cpp411 TIntermTyped *CreateBuiltInUnaryFunctionCallNode(const char *name, in CreateBuiltInUnaryFunctionCallNode() function
H A DDriverUniform.cpp288 CreateBuiltInUnaryFunctionCallNode("unpackSnorm4x8", flipXY, *symbolTable, 310); in getFlipXY()