Home
last modified time | relevance | path

Searched refs:CreateBuiltInFunctionCallNode (Results 1 – 9 of 9) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRemovePow.cpp62 TIntermTyped *log = CreateBuiltInFunctionCallNode("log2", logArgs, *mSymbolTable, 100); in visitAggregate()
71 TIntermTyped *exp = CreateBuiltInFunctionCallNode("exp2", expArgs, *mSymbolTable, 100); in visitAggregate()
DRewriteCubeMapSamplersAs2DArray.cpp532 CreateBuiltInFunctionCallNode( in declareCoordTranslationFunction()
603 TIntermTyped *maxYZ = CreateBuiltInFunctionCallNode( in declareCoordTranslationFunction()
605 TIntermTyped *maValue = CreateBuiltInFunctionCallNode( in declareCoordTranslationFunction()
938 TIntermTyped *exp2Call = CreateBuiltInFunctionCallNode( in convertBuiltinFunction()
970 TIntermTyped *substituteCall = CreateBuiltInFunctionCallNode( in convertBuiltinFunction()
DClampPointSize.cpp43 CreateBuiltInFunctionCallNode("min", minArguments, *symbolTable, 100); in ClampPointSize()
DClampFragDepth.cpp46 CreateBuiltInFunctionCallNode("clamp", clampArguments, *symbolTable, 100); in ClampFragDepth()
DRewriteAtomicCounters.cpp580 TIntermTyped *substituteCall = CreateBuiltInFunctionCallNode( in convertBuiltinFunction()
627 TIntermTyped *substituteCall = CreateBuiltInFunctionCallNode( in convertBuiltinFunction()
DRewriteTexelFetchOffset.cpp144 TIntermTyped *texelFetchNode = CreateBuiltInFunctionCallNode("texelFetch", texelFetchArguments, in visitAggregate()
DRewriteRowMajorMatrices.cpp124 return CreateBuiltInFunctionCallNode("transpose", new TIntermSequence({expression}), in CreateTransposeCall()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/
DIntermNode_util.h72 TIntermTyped *CreateBuiltInFunctionCallNode(const char *name,
DIntermNode_util.cpp296 TIntermTyped *CreateBuiltInFunctionCallNode(const char *name, in CreateBuiltInFunctionCallNode() function