Home
last modified time | relevance | path

Searched refs:getTargetAPI (Results 1 – 13 of 13) 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.h147 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.cpp457 slangAssert(mRSContext->getTargetAPI() >= SLANG_L_TARGET_API); in genCompute64Bit()
522 if (mRSContext->getTargetAPI() >= SLANG_JB_TARGET_API) { in RSReflectionJava()
551 if (mRSContext->getTargetAPI() >= SLANG_ICS_TARGET_API) { in genScriptClass()
664 if (mRSContext->getTargetAPI() >= SLANG_JB_TARGET_API) { in genScriptClassConstructor()
923 if (mRSContext->getTargetAPI() >= SLANG_M_TARGET_API) { in genExportFunction()
1072 if (mRSContext->getTargetAPI() >= SLANG_JB_MR1_TARGET_API) { in genExportForEach()
1089 if (mRSContext->getTargetAPI() >= SLANG_JB_MR2_TARGET_API) { in genExportForEach()
1212 if (mRSContext->getTargetAPI() >= SLANG_JB_MR2_TARGET_API) { in genExportForEach()
2092 if (mRSContext->getTargetAPI() < SLANG_JB_TARGET_API) { in genSetExportVariable()
2121 if (mRSContext->getTargetAPI() >= SLANG_JB_MR1_TARGET_API) { in genGetFieldID()
[all …]
Dslang_backend.cpp264 mASTChecker(Context, Context->getTargetAPI(), IsFilterscript), in Backend()
370 writeBitcode(mBufferOutStream, *mpModule, getTargetAPI(), in HandleTranslationUnit()
671 if (getTargetAPI() >= SLANG_FEATURE_SINGLE_SOURCE_API) { in HandleTopLevelDecl()
684 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_export_reduce.cpp418 S.RSC.getTargetAPI(), in analyzeAccumulator()
715 S.RSC.getTargetAPI(), in analyzeResultType()
Dslang_rs_context.h162 inline unsigned int getTargetAPI() const { in getTargetAPI() function
/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp104 if (BCWrapper.getTargetAPI() != mVersion) { in translate()
106 BCWrapper.getTargetAPI(), mVersion); in translate()
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DBitcodeWrapper.h95 uint32_t getTargetAPI() const { in getTargetAPI() function
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp310 version = bcWrapper.getTargetAPI(); in main()
/frameworks/rs/
DrsScriptC.cpp310 sdkVersion = bcWrapper.getTargetAPI(); in runCompiler()