HomeSort by relevance Sort by last modified time
    Searched refs:mHasReturnType (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_export_foreach.h 69 bool mHasReturnType; // does this kernel have a return type?
81 mResultType(clang::QualType()), mHasReturnType(false),
132 return mHasReturnType;
slang_rs_export_foreach.cpp 182 mHasReturnType = (mResultType != C.VoidTy);
234 if (valid && mIns.empty() && !mHasReturnType && Context->getTargetAPI() < SLANG_M_TARGET_API) {
277 slangAssert(!mHasReturnType);
281 const bool HasOut = mOut || mHasReturnType;
404 if (FE->mIsKernelStyle && FE->mHasReturnType) {

Completed in 50 milliseconds