Searched refs:isRSForEachFunc (Results 1 – 4 of 4) sorted by relevance
193 static bool isRSForEachFunc(unsigned int targetAPI, slang::RSContext *Context,
104 } else if (RSExportForEach::isRSForEachFunc(mTargetAPI, this, FD)) { in processExportFunc()
172 mInKernel = RSExportForEach::isRSForEachFunc(mTargetAPI, Context, FD); in ValidateFunctionDecl()
596 bool RSExportForEach::isRSForEachFunc(unsigned int targetAPI, in isRSForEachFunc() function in slang::RSExportForEach