Searched refs:functionArgumentType (Results 1 – 1 of 1) sorted by relevance
6829 const TType &functionArgumentType = typedArgument->getType(); in checkImageMemoryAccessForUserDefinedFunctions() local6831 ASSERT(functionArgumentType.getBasicType() == functionParameterType.getBasicType()); in checkImageMemoryAccessForUserDefinedFunctions()6833 if (IsImage(functionArgumentType.getBasicType())) in checkImageMemoryAccessForUserDefinedFunctions()6836 functionArgumentType.getMemoryQualifier(); in checkImageMemoryAccessForUserDefinedFunctions()