Searched refs:CreateBuiltInFunctionCallNode (Results 1 – 12 of 12) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| D | RewriteAtomicCounters.cpp | 255 TIntermTyped *substituteCall = CreateBuiltInFunctionCallNode( in convertBuiltinFunction() 297 TIntermTyped *substituteCall = CreateBuiltInFunctionCallNode( in convertBuiltinFunction()
|
| D | ClampPointSize.cpp | 44 CreateBuiltInFunctionCallNode("min", &minArguments, *symbolTable, 100); in ClampPointSize()
|
| 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()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/ |
| D | ClampFragDepth.cpp | 46 CreateBuiltInFunctionCallNode("clamp", &clampArguments, *symbolTable, 100); in ClampFragDepth()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
| D | IntermNode_util.cpp | 341 TIntermTyped *CreateBuiltInFunctionCallNode(const char *name, in CreateBuiltInFunctionCallNode() function 362 return CreateBuiltInFunctionCallNode(name, &seq, symbolTable, shaderVersion); in CreateBuiltInUnaryFunctionCallNode()
|
| D | IntermNode_util.h | 82 TIntermTyped *CreateBuiltInFunctionCallNode(const char *name,
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
| D | RewriteInterpolateAtOffset.cpp | 133 TIntermTyped *interpolateAtOffsetNode = CreateBuiltInFunctionCallNode( in visitAggregate()
|
| D | RewriteR32fImages.cpp | 221 CreateBuiltInFunctionCallNode(functionName.data(), &substituteArguments, *symbolTable, 310); in RewriteBuiltinFunctionCall()
|
| D | ReplaceForShaderFramebufferFetch.cpp | 251 return CreateBuiltInFunctionCallNode("subpassLoad", arguments, *symbolTable, kESSLVulkanOnly); in CreateSubpassLoadFuncCall()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
| D | RewriteRowMajorMatrices.cpp | 126 return CreateBuiltInFunctionCallNode("transpose", &args, *symbolTable, 300); in CreateTransposeCall()
|