Searched refs:getTargetAPI (Results 1 – 13 of 13) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_export_foreach.cpp | 61 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()
|
D | slang_backend.h | 147 unsigned int getTargetAPI() const { return mContext->getTargetAPI(); } in getTargetAPI() function
|
D | slang_rs_special_kernel_param.cpp | 146 << listSpecialKernelParameters(Context->getTargetAPI()); in processSpecialKernelParameters() 155 if (Context->getTargetAPI() < SP.minAPI) { in processSpecialKernelParameters()
|
D | slang_rs_reflection.cpp | 457 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 …]
|
D | slang_backend.cpp | 264 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()
|
D | slang_rs_pragma_handler.cpp | 153 if (mContext->getTargetAPI() >= SLANG_FEATURE_GENERAL_REDUCTION_HALTER_API) { in HandlePragma() 203 if (mContext->getTargetAPI() < SLANG_FEATURE_GENERAL_REDUCTION_API) { in HandlePragma()
|
D | slang_rs_foreach_lowering.cpp | 236 const unsigned numInputsExpected = RSExportForEach::getNumInputs(mCtxt->getTargetAPI(), kernel); in VisitCallExpr()
|
D | slang_rs_export_reduce.cpp | 418 S.RSC.getTargetAPI(), in analyzeAccumulator() 715 S.RSC.getTargetAPI(), in analyzeResultType()
|
D | slang_rs_context.h | 162 inline unsigned int getTargetAPI() const { in getTargetAPI() function
|
/frameworks/compile/libbcc/bcinfo/ |
D | BitcodeTranslator.cpp | 104 if (BCWrapper.getTargetAPI() != mVersion) { in translate() 106 BCWrapper.getTargetAPI(), mVersion); in translate()
|
/frameworks/compile/libbcc/bcinfo/include/bcinfo/ |
D | BitcodeWrapper.h | 95 uint32_t getTargetAPI() const { in getTargetAPI() function
|
/frameworks/compile/libbcc/bcinfo/tools/ |
D | main.cpp | 310 version = bcWrapper.getTargetAPI(); in main()
|
/frameworks/rs/ |
D | rsScriptC.cpp | 310 sdkVersion = bcWrapper.getTargetAPI(); in runCompiler()
|