Home
last modified time | relevance | path

Searched defs:functionCall (Results 1 – 6 of 6) sorted by relevance

/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/rules2/
DPrepareForCodegenVisitor.java49 FunctionCallExpression functionCall = (FunctionCallExpression) arg; in visitBooleanNotExpression() local
/external/angle/src/compiler/translator/tree_ops/msl/
DConvertUnsupportedConstructorsToFunctionCalls.cpp306 TIntermTyped *functionCall = TIntermAggregate::CreateFunctionCall(*function, &arguments); in visitAggregatePost() local
/external/angle/src/compiler/translator/tree_ops/glsl/apple/
DRewriteRowMajorMatrices.cpp779 TIntermAggregate *functionCall = accessor->getAsAggregate(); in determineAccess() local
1289 TIntermTyped *functionCall = in transformWriteExpression() local
1296 TIntermTyped *functionCall = in transformWriteExpression() local
/external/angle/src/compiler/translator/
DParseContext.cpp183 bool UsesDerivatives(TIntermAggregate *functionCall) in UsesDerivatives()
7308 void TParseContext::checkTextureGather(TIntermAggregate *functionCall) in checkTextureGather()
7378 void TParseContext::checkTextureOffset(TIntermAggregate *functionCall) in checkTextureOffset()
7504 void TParseContext::checkInterpolationFS(TIntermAggregate *functionCall) in checkInterpolationFS()
7539 void TParseContext::checkAtomicMemoryBuiltinFunctions(TIntermAggregate *functionCall) in checkAtomicMemoryBuiltinFunctions()
7573 void TParseContext::checkImageMemoryAccessForBuiltinFunctions(TIntermAggregate *functionCall) in checkImageMemoryAccessForBuiltinFunctions()
7623 const TIntermAggregate *functionCall) in checkImageMemoryAccessForUserDefinedFunctions()
/external/angle/src/compiler/translator/tree_ops/
DMonomorphizeUnsupportedFunctions.cpp373 TIntermFunctionDefinition *processFunctionCall(TIntermAggregate *functionCall, in processFunctionCall()
/external/deqp/modules/gles31/functional/
Des31fSRGBDecodeTests.cpp731 std::ostringstream functionCall; in genFunctionCall() local