Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DClampPointSize.cpp43 CreateBuiltInFunctionCallNode("min", &minArguments, *symbolTable, 100); in ClampPointSize()
DRewriteAtomicCounters.cpp253 TIntermTyped *substituteCall = CreateBuiltInFunctionCallNode( in convertBuiltinFunction()
295 TIntermTyped *substituteCall = CreateBuiltInFunctionCallNode( in convertBuiltinFunction()
DClampIndirectIndices.cpp103 CreateBuiltInFunctionCallNode("clamp", &args, *mSymbolTable, useFloatClamp ? 100 : 300); in visitBinary()
DRewriteTexelFetchOffset.cpp144 TIntermTyped *texelFetchNode = CreateBuiltInFunctionCallNode("texelFetch", &texelFetchArguments, in visitAggregate()
DRewriteCubeMapSamplersAs2DArray.cpp472 CreateBuiltInFunctionCallNode("outerProduct", &args, *mSymbolTable, 300)); in declareCoordTranslationFunction()
545 TIntermTyped *maxYZ = CreateBuiltInFunctionCallNode("max", &argsMaxYZ, *mSymbolTable, 100); in declareCoordTranslationFunction()
548 CreateBuiltInFunctionCallNode("max", &argsMaxValue, *mSymbolTable, 100); in declareCoordTranslationFunction()
900 CreateBuiltInFunctionCallNode("exp2", &exp2Args, *mSymbolTable, 100); in convertBuiltinFunction()
930 TIntermTyped *substituteCall = CreateBuiltInFunctionCallNode( in convertBuiltinFunction()
DRewriteRowMajorMatrices.cpp126 return CreateBuiltInFunctionCallNode("transpose", &args, *symbolTable, 300); in CreateTransposeCall()
/external/angle/src/compiler/translator/tree_ops/gl/
DClampFragDepth.cpp46 CreateBuiltInFunctionCallNode("clamp", &clampArguments, *symbolTable, 100); in ClampFragDepth()
/external/angle/src/compiler/translator/tree_util/
DIntermNode_util.cpp341 TIntermTyped *CreateBuiltInFunctionCallNode(const char *name, in CreateBuiltInFunctionCallNode() function
362 return CreateBuiltInFunctionCallNode(name, &seq, symbolTable, shaderVersion); in CreateBuiltInUnaryFunctionCallNode()
DIntermNode_util.h82 TIntermTyped *CreateBuiltInFunctionCallNode(const char *name,
/external/angle/src/compiler/translator/tree_ops/vulkan/
DRewriteInterpolateAtOffset.cpp129 TIntermTyped *interpolateAtOffsetNode = CreateBuiltInFunctionCallNode( in visitAggregate()
DRewriteR32fImages.cpp221 CreateBuiltInFunctionCallNode(functionName.data(), &substituteArguments, *symbolTable, 310); in RewriteBuiltinFunctionCall()