Home
last modified time | relevance | path

Searched refs:getTargetAPI (Results 1 – 15 of 15) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_foreach.cpp61 if (Context->getTargetAPI() < SLANG_JB_TARGET_API) { in validateAndConstructParams()
120 << FD->getName() << listSpecialKernelParameters(Context->getTargetAPI()) in validateAndConstructOldStyleParams()
170 if (Context->getTargetAPI() < SLANG_JB_MR1_TARGET_API) { in validateAndConstructKernelParams()
202 if (Context->getTargetAPI() >= SLANG_M_TARGET_API || i == 0) { in validateAndConstructKernelParams()
234 if (valid && mIns.empty() && !mHasReturnType && Context->getTargetAPI() < SLANG_M_TARGET_API) { in validateAndConstructKernelParams()
288 if (Context->getTargetAPI() < SLANG_ICS_TARGET_API) { in setSignatureMetadata()
Dslang_backend.h133 unsigned int getTargetAPI() const { return mContext->getTargetAPI(); } in getTargetAPI() function
Dslang_rs_special_kernel_param.cpp146 << listSpecialKernelParameters(Context->getTargetAPI()); in processSpecialKernelParameters()
155 if (Context->getTargetAPI() < SP.minAPI) { in processSpecialKernelParameters()
Dslang_rs_reflection.cpp407 if (mRSContext->getTargetAPI() >= SLANG_JB_TARGET_API) { in RSReflectionJava()
429 if (mRSContext->getTargetAPI() >= SLANG_ICS_TARGET_API) { in genScriptClass()
526 if (mRSContext->getTargetAPI() >= SLANG_JB_TARGET_API) { in genScriptClassConstructor()
773 if (mRSContext->getTargetAPI() >= SLANG_M_TARGET_API) { in genExportFunction()
894 if (mRSContext->getTargetAPI() >= SLANG_JB_MR1_TARGET_API) { in genExportForEach()
906 if (mRSContext->getTargetAPI() >= SLANG_JB_MR2_TARGET_API) { in genExportForEach()
1016 if (mRSContext->getTargetAPI() >= SLANG_JB_MR2_TARGET_API) { in genExportForEach()
1882 if (mRSContext->getTargetAPI() < SLANG_JB_TARGET_API) { in genSetExportVariable()
1911 if (mRSContext->getTargetAPI() >= SLANG_JB_MR1_TARGET_API) { in genGetFieldID()
2160 if (mRSContext->getTargetAPI() < 21) { in genTypeItemClass()
[all …]
Dslang_backend.cpp227 mASTChecker(Context, Context->getTargetAPI(), IsFilterscript), in Backend()
333 writeBitcode(mBufferOutStream, *mpModule, getTargetAPI(), in HandleTranslationUnit()
432 if (getTargetAPI() >= SLANG_FEATURE_SINGLE_SOURCE_API) { in HandleTopLevelDecl()
445 mForEachHandler.handleForEachCalls(FD, getTargetAPI()); in HandleTopLevelDecl()
Dslang_rs_pragma_handler.cpp153 if (mContext->getTargetAPI() >= SLANG_FEATURE_GENERAL_REDUCTION_HALTER_API) { in HandlePragma()
203 if (mContext->getTargetAPI() < SLANG_FEATURE_GENERAL_REDUCTION_API) { in HandlePragma()
Dslang_rs_foreach_lowering.cpp236 const unsigned numInputsExpected = RSExportForEach::getNumInputs(mCtxt->getTargetAPI(), kernel); in VisitCallExpr()
Dslang_rs_context.h157 inline unsigned int getTargetAPI() const { in getTargetAPI() function
Dslang_rs_export_reduce.cpp418 S.RSC.getTargetAPI(), in analyzeAccumulator()
714 S.RSC.getTargetAPI(), in analyzeResultType()
/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp97 if (BCWrapper.getTargetAPI() != mVersion) { in translate()
99 BCWrapper.getTargetAPI(), mVersion); in translate()
DMetadataExtractor.cpp188 mTargetAPI = wrapper.getTargetAPI(); in MetadataExtractor()
/frameworks/compile/libbcc/include/bcinfo/
DBitcodeWrapper.h95 uint32_t getTargetAPI() const { in getTargetAPI() function
DMetadataExtractor.h164 uint32_t getTargetAPI() const { in getTargetAPI() function
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp310 version = bcWrapper.getTargetAPI(); in main()
/frameworks/rs/
DrsScriptC.cpp329 sdkVersion = bcWrapper.getTargetAPI(); in runCompiler()