Searched refs:functionArgumentType (Results 1 – 1 of 1) sorted by relevance
7687 const TType &functionArgumentType = typedArgument->getType(); in checkImageMemoryAccessForUserDefinedFunctions() local7689 ASSERT(functionArgumentType.getBasicType() == functionParameterType.getBasicType()); in checkImageMemoryAccessForUserDefinedFunctions()7691 if (IsImage(functionArgumentType.getBasicType())) in checkImageMemoryAccessForUserDefinedFunctions()7694 functionArgumentType.getMemoryQualifier(); in checkImageMemoryAccessForUserDefinedFunctions()