Searched refs:CreateBuiltInFunctionCallNode (Results 1 – 13 of 13) sorted by relevance
| /external/angle/src/compiler/translator/tree_ops/vulkan/ |
| D | EmulateAdvancedBlendEquations.cpp | 304 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 …]
|
| D | RewriteInterpolateAtOffset.cpp | 133 TIntermTyped *interpolateAtOffsetNode = CreateBuiltInFunctionCallNode( in visitAggregate()
|
| D | RewriteR32fImages.cpp | 221 CreateBuiltInFunctionCallNode(functionName.data(), &substituteArguments, *symbolTable, 310); in RewriteBuiltinFunctionCall()
|
| D | ReplaceForShaderFramebufferFetch.cpp | 255 return CreateBuiltInFunctionCallNode("subpassLoad", arguments, *symbolTable, kESSLVulkanOnly); in CreateSubpassLoadFuncCall()
|
| /external/angle/src/compiler/translator/tree_ops/ |
| D | ClampPointSize.cpp | 44 CreateBuiltInFunctionCallNode("min", &minArguments, *symbolTable, 100); in ClampPointSize()
|
| D | RewriteAtomicCounters.cpp | 255 TIntermTyped *substituteCall = CreateBuiltInFunctionCallNode( in convertBuiltinFunction() 297 TIntermTyped *substituteCall = CreateBuiltInFunctionCallNode( in convertBuiltinFunction()
|
| D | RewriteCubeMapSamplersAs2DArray.cpp | 473 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()
|
| D | ClampIndirectIndices.cpp | 103 CreateBuiltInFunctionCallNode("clamp", &args, *mSymbolTable, useFloatClamp ? 100 : 300); in visitBinary()
|
| D | RewriteTexelFetchOffset.cpp | 144 TIntermTyped *texelFetchNode = CreateBuiltInFunctionCallNode("texelFetch", &texelFetchArguments, in visitAggregate()
|
| /external/angle/src/compiler/translator/tree_ops/gl/ |
| D | ClampFragDepth.cpp | 46 CreateBuiltInFunctionCallNode("clamp", &clampArguments, *symbolTable, 100); in ClampFragDepth()
|
| /external/angle/src/compiler/translator/tree_util/ |
| D | IntermNode_util.h | 85 TIntermTyped *CreateBuiltInFunctionCallNode(const char *name,
|
| D | IntermNode_util.cpp | 355 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/ |
| D | RewriteRowMajorMatrices.cpp | 126 return CreateBuiltInFunctionCallNode("transpose", &args, *symbolTable, 300); in CreateTransposeCall()
|