Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/vulkan/
DEmulateAdvancedBlendEquations.cpp304 TIntermTyped *minRG = CreateBuiltInFunctionCallNode("min", &cRcG, *mSymbolTable, 100); in generateHslHelperFunctions()
308 TIntermTyped *minRGB = CreateBuiltInFunctionCallNode("min", &minRGcB, *mSymbolTable, 100); in generateHslHelperFunctions()
326 TIntermTyped *maxRG = CreateBuiltInFunctionCallNode("max", &cRcG, *mSymbolTable, 100); in generateHslHelperFunctions()
330 TIntermTyped *maxRGB = CreateBuiltInFunctionCallNode("max", &maxRGcB, *mSymbolTable, 100); in generateHslHelperFunctions()
347 TIntermTyped *dot = CreateBuiltInFunctionCallNode("dot", &cCoeff, *mSymbolTable, 100); in generateHslHelperFunctions()
696 CreateBuiltInFunctionCallNode("min", &minArgs, *mSymbolTable, 100); in generateBlendFunctions()
714 CreateBuiltInFunctionCallNode("max", &maxArgs, *mSymbolTable, 100); in generateBlendFunctions()
750 CreateBuiltInFunctionCallNode("min", &minArgs, *mSymbolTable, 100); in generateBlendFunctions()
798 CreateBuiltInFunctionCallNode("min", &minArgs, *mSymbolTable, 100); in generateBlendFunctions()
870 CreateBuiltInFunctionCallNode("sqrt", &sqrtArg, *mSymbolTable, 100); in generateBlendFunctions()
[all …]
DRewriteInterpolateAtOffset.cpp133 TIntermTyped *interpolateAtOffsetNode = CreateBuiltInFunctionCallNode( in visitAggregate()
DRewriteR32fImages.cpp221 CreateBuiltInFunctionCallNode(functionName.data(), &substituteArguments, *symbolTable, 310); in RewriteBuiltinFunctionCall()
DReplaceForShaderFramebufferFetch.cpp255 return CreateBuiltInFunctionCallNode("subpassLoad", arguments, *symbolTable, kESSLVulkanOnly); in CreateSubpassLoadFuncCall()
/external/angle/src/compiler/translator/tree_ops/
DClampPointSize.cpp44 CreateBuiltInFunctionCallNode("min", &minArguments, *symbolTable, 100); in ClampPointSize()
DRewriteAtomicCounters.cpp255 TIntermTyped *substituteCall = CreateBuiltInFunctionCallNode( in convertBuiltinFunction()
297 TIntermTyped *substituteCall = CreateBuiltInFunctionCallNode( in convertBuiltinFunction()
DRewriteCubeMapSamplersAs2DArray.cpp473 CreateBuiltInFunctionCallNode("outerProduct", &args, *mSymbolTable, 300)); in declareCoordTranslationFunction()
546 TIntermTyped *maxYZ = CreateBuiltInFunctionCallNode("max", &argsMaxYZ, *mSymbolTable, 100); in declareCoordTranslationFunction()
549 CreateBuiltInFunctionCallNode("max", &argsMaxValue, *mSymbolTable, 100); in declareCoordTranslationFunction()
903 CreateBuiltInFunctionCallNode("exp2", &exp2Args, *mSymbolTable, 100); in convertBuiltinFunction()
933 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()
/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.h85 TIntermTyped *CreateBuiltInFunctionCallNode(const char *name,
DIntermNode_util.cpp355 TIntermTyped *CreateBuiltInFunctionCallNode(const char *name, in CreateBuiltInFunctionCallNode() function
376 return CreateBuiltInFunctionCallNode(name, &seq, symbolTable, shaderVersion); in CreateBuiltInUnaryFunctionCallNode()
/external/angle/src/compiler/translator/tree_ops/apple/
DRewriteRowMajorMatrices.cpp126 return CreateBuiltInFunctionCallNode("transpose", &args, *symbolTable, 300); in CreateTransposeCall()