Searched refs:CreateBuiltInFunctionCallNode (Results 1 – 9 of 9) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/ |
D | RemovePow.cpp | 62 TIntermTyped *log = CreateBuiltInFunctionCallNode("log2", logArgs, *mSymbolTable, 100); in visitAggregate() 71 TIntermTyped *exp = CreateBuiltInFunctionCallNode("exp2", expArgs, *mSymbolTable, 100); in visitAggregate()
|
D | RewriteCubeMapSamplersAs2DArray.cpp | 532 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()
|
D | ClampPointSize.cpp | 43 CreateBuiltInFunctionCallNode("min", minArguments, *symbolTable, 100); in ClampPointSize()
|
D | ClampFragDepth.cpp | 46 CreateBuiltInFunctionCallNode("clamp", clampArguments, *symbolTable, 100); in ClampFragDepth()
|
D | RewriteAtomicCounters.cpp | 580 TIntermTyped *substituteCall = CreateBuiltInFunctionCallNode( in convertBuiltinFunction() 627 TIntermTyped *substituteCall = CreateBuiltInFunctionCallNode( in convertBuiltinFunction()
|
D | RewriteTexelFetchOffset.cpp | 144 TIntermTyped *texelFetchNode = CreateBuiltInFunctionCallNode("texelFetch", texelFetchArguments, in visitAggregate()
|
D | RewriteRowMajorMatrices.cpp | 124 return CreateBuiltInFunctionCallNode("transpose", new TIntermSequence({expression}), in CreateTransposeCall()
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/ |
D | IntermNode_util.h | 72 TIntermTyped *CreateBuiltInFunctionCallNode(const char *name,
|
D | IntermNode_util.cpp | 296 TIntermTyped *CreateBuiltInFunctionCallNode(const char *name, in CreateBuiltInFunctionCallNode() function
|