| /external/angle/src/compiler/translator/tree_ops/ |
| D | RewritePixelLocalStorage.cpp | 205 exp = CreateBuiltInFunctionCallNode("floor", {exp}, *mSymbolTable, mShaderVersion); in injectPixelCoordInitializationCodeIfNeeded() 243 TIntermTyped *newPLSValue = CreateBuiltInFunctionCallNode( in clampPLSVarIfNeeded() 256 TIntermTyped *newPLSValue = CreateBuiltInFunctionCallNode( in clampPLSVarIfNeeded() 416 TIntermTyped *pls = CreateBuiltInFunctionCallNode( in visitPLSLoad() 444 data = CreateBuiltInFunctionCallNode("unpackUnorm4x8", {CreateSwizzle(data, 0)}, in unpackImageDataIfNecessary() 483 {CreateBuiltInFunctionCallNode("memoryBarrierImage", {}, *mSymbolTable, in visitPLSStore() 485 {CreateBuiltInFunctionCallNode("memoryBarrierImage", {}, *mSymbolTable, in visitPLSStore() 491 CreateBuiltInFunctionCallNode( in visitPLSStore() 537 CreateBuiltInFunctionCallNode("packUnorm4x8", {result}, *mSymbolTable, 310); in clampAndPackPLSDataIfNecessary() 603 CreateBuiltInFunctionCallNode("beginInvocationInterlockNV", {}, symbolTable, in injectPrePLSCode() [all …]
|
| 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 | ClampFragDepth.cpp | 47 CreateBuiltInFunctionCallNode("clamp", &clampArguments, *symbolTable, 100); in ClampFragDepth()
|
| D | ClampIndirectIndices.cpp | 98 CreateBuiltInFunctionCallNode("clamp", &args, *mSymbolTable, useFloatClamp ? 100 : 300); in visitBinary()
|
| 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 | RewriteTexelFetchOffset.cpp | 144 TIntermTyped *texelFetchNode = CreateBuiltInFunctionCallNode("texelFetch", &texelFetchArguments, in visitAggregate()
|
| /external/angle/src/compiler/translator/tree_ops/spirv/ |
| D | EmulateAdvancedBlendEquations.cpp | 290 TIntermTyped *minRG = CreateBuiltInFunctionCallNode("min", &cRcG, *mSymbolTable, 100); in generateHslHelperFunctions() 294 TIntermTyped *minRGB = CreateBuiltInFunctionCallNode("min", &minRGcB, *mSymbolTable, 100); in generateHslHelperFunctions() 312 TIntermTyped *maxRG = CreateBuiltInFunctionCallNode("max", &cRcG, *mSymbolTable, 100); in generateHslHelperFunctions() 316 TIntermTyped *maxRGB = CreateBuiltInFunctionCallNode("max", &maxRGcB, *mSymbolTable, 100); in generateHslHelperFunctions() 333 TIntermTyped *dot = CreateBuiltInFunctionCallNode("dot", &cCoeff, *mSymbolTable, 100); in generateHslHelperFunctions() 682 CreateBuiltInFunctionCallNode("min", &minArgs, *mSymbolTable, 100); in generateBlendFunctions() 700 CreateBuiltInFunctionCallNode("max", &maxArgs, *mSymbolTable, 100); in generateBlendFunctions() 736 CreateBuiltInFunctionCallNode("min", &minArgs, *mSymbolTable, 100); in generateBlendFunctions() 784 CreateBuiltInFunctionCallNode("min", &minArgs, *mSymbolTable, 100); in generateBlendFunctions() 856 CreateBuiltInFunctionCallNode("sqrt", &sqrtArg, *mSymbolTable, 100); in generateBlendFunctions() [all …]
|
| D | RewriteR32fImages.cpp | 221 CreateBuiltInFunctionCallNode(functionName.data(), &substituteArguments, *symbolTable, 310); in RewriteBuiltinFunctionCall()
|
| D | EmulateFramebufferFetch.cpp | 294 return CreateBuiltInFunctionCallNode("subpassLoad", &args, *symbolTable, in CreateSubpassLoadFuncCall()
|
| /external/angle/src/compiler/translator/tree_util/ |
| D | IntermNode_util.h | 88 TIntermTyped *CreateBuiltInFunctionCallNode(const char *name, 92 TIntermTyped *CreateBuiltInFunctionCallNode(const char *name,
|
| D | IntermNode_util.cpp | 369 TIntermTyped *CreateBuiltInFunctionCallNode(const char *name, in CreateBuiltInFunctionCallNode() function 384 TIntermTyped *CreateBuiltInFunctionCallNode(const char *name, in CreateBuiltInFunctionCallNode() function 390 return CreateBuiltInFunctionCallNode(name, &argSequence, symbolTable, shaderVersion); in CreateBuiltInFunctionCallNode() 398 return CreateBuiltInFunctionCallNode(name, {argument}, symbolTable, shaderVersion); in CreateBuiltInUnaryFunctionCallNode()
|
| /external/angle/src/compiler/translator/msl/ |
| D | TranslatorMSL.cpp | 331 CreateBuiltInFunctionCallNode("numSamples", {}, symbolTable, kESSLInternalBackendBuiltIns)); in AddNumSamplesDeclaration() 352 CreateBuiltInFunctionCallNode("samplePosition", in AddSamplePositionDeclaration() 516 alphaScaled, CreateBuiltInFunctionCallNode("saturate", {new TIntermSymbol(alpha0)}, in AddSampleMaskDeclaration() 611 new TIntermSwitch(CreateBuiltInFunctionCallNode("numSamples", {}, symbolTable, in AddSampleMaskDeclaration()
|
| /external/angle/src/compiler/translator/tree_ops/msl/ |
| D | RewriteInterpolants.cpp | 222 TIntermTyped *replacement = CreateBuiltInFunctionCallNode( in visitSymbol()
|
| /external/angle/src/compiler/translator/tree_ops/glsl/apple/ |
| D | RewriteRowMajorMatrices.cpp | 126 return CreateBuiltInFunctionCallNode("transpose", &args, *symbolTable, 300); in CreateTransposeCall()
|