Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
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/tree_ops/vulkan/
DMonomorphizeUnsupportedFunctionsInVulkanGLSL.cpp279 TIntermFunctionDefinition *processFunctionCall(TIntermAggregate *functionCall, in processFunctionCall()
/external/angle/src/compiler/translator/
DParseContext.cpp6445 void TParseContext::checkTextureGather(TIntermAggregate *functionCall) in checkTextureGather()
6515 void TParseContext::checkTextureOffset(TIntermAggregate *functionCall) in checkTextureOffset()
6638 void TParseContext::checkInterpolationFS(TIntermAggregate *functionCall) in checkInterpolationFS()
6673 void TParseContext::checkAtomicMemoryBuiltinFunctions(TIntermAggregate *functionCall) in checkAtomicMemoryBuiltinFunctions()
6707 void TParseContext::checkImageMemoryAccessForBuiltinFunctions(TIntermAggregate *functionCall) in checkImageMemoryAccessForBuiltinFunctions()
6757 const TIntermAggregate *functionCall) in checkImageMemoryAccessForUserDefinedFunctions()
/external/deqp/modules/gles31/functional/
Des31fSRGBDecodeTests.cpp727 std::ostringstream functionCall; in genFunctionCall() local