Searched defs:functionCall (Results 1 – 5 of 5) sorted by relevance
306 TIntermTyped *functionCall = TIntermAggregate::CreateFunctionCall(*function, &arguments); in visitAggregatePost() local
779 TIntermAggregate *functionCall = accessor->getAsAggregate(); in determineAccess() local1289 TIntermTyped *functionCall = in transformWriteExpression() local1296 TIntermTyped *functionCall = in transformWriteExpression() local
373 TIntermFunctionDefinition *processFunctionCall(TIntermAggregate *functionCall, in processFunctionCall()
7172 void TParseContext::checkTextureGather(TIntermAggregate *functionCall) in checkTextureGather()7242 void TParseContext::checkTextureOffset(TIntermAggregate *functionCall) in checkTextureOffset()7367 void TParseContext::checkInterpolationFS(TIntermAggregate *functionCall) in checkInterpolationFS()7402 void TParseContext::checkAtomicMemoryBuiltinFunctions(TIntermAggregate *functionCall) in checkAtomicMemoryBuiltinFunctions()7436 void TParseContext::checkImageMemoryAccessForBuiltinFunctions(TIntermAggregate *functionCall) in checkImageMemoryAccessForBuiltinFunctions()7486 const TIntermAggregate *functionCall) in checkImageMemoryAccessForUserDefinedFunctions()
728 std::ostringstream functionCall; in genFunctionCall() local