Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DConvertUnsupportedConstructorsToFunctionCalls.cpp306 TIntermTyped *functionCall = TIntermAggregate::CreateFunctionCall(*function, &arguments); in visitAggregatePost() local
DMonomorphizeUnsupportedFunctions.cpp278 TIntermFunctionDefinition *processFunctionCall(TIntermAggregate *functionCall, in processFunctionCall()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteRowMajorMatrices.cpp779 TIntermAggregate *functionCall = accessor->getAsAggregate(); in determineAccess() local
1289 TIntermTyped *functionCall = in transformWriteExpression() local
1296 TIntermTyped *functionCall = in transformWriteExpression() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp6504 void TParseContext::checkTextureGather(TIntermAggregate *functionCall) in checkTextureGather()
6574 void TParseContext::checkTextureOffset(TIntermAggregate *functionCall) in checkTextureOffset()
6699 void TParseContext::checkInterpolationFS(TIntermAggregate *functionCall) in checkInterpolationFS()
6734 void TParseContext::checkAtomicMemoryBuiltinFunctions(TIntermAggregate *functionCall) in checkAtomicMemoryBuiltinFunctions()
6768 void TParseContext::checkImageMemoryAccessForBuiltinFunctions(TIntermAggregate *functionCall) in checkImageMemoryAccessForBuiltinFunctions()
6818 const TIntermAggregate *functionCall) in checkImageMemoryAccessForUserDefinedFunctions()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp5593 void TParseContext::checkTextureGather(TIntermAggregate *functionCall) in checkTextureGather()
5658 void TParseContext::checkTextureOffsetConst(TIntermAggregate *functionCall) in checkTextureOffsetConst()
5733 void TParseContext::checkAtomicMemoryBuiltinFunctions(TIntermAggregate *functionCall) in checkAtomicMemoryBuiltinFunctions()
5764 void TParseContext::checkImageMemoryAccessForBuiltinFunctions(TIntermAggregate *functionCall) in checkImageMemoryAccessForBuiltinFunctions()
5801 const TIntermAggregate *functionCall) in checkImageMemoryAccessForUserDefinedFunctions()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSRGBDecodeTests.cpp728 std::ostringstream functionCall; in genFunctionCall() local