Searched refs:getTargetAPI (Results 1 – 15 of 15) 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 | 133 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 | 407 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 …]
|
D | slang_backend.cpp | 227 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()
|
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_context.h | 157 inline unsigned int getTargetAPI() const { in getTargetAPI() function
|
D | slang_rs_export_reduce.cpp | 418 S.RSC.getTargetAPI(), in analyzeAccumulator() 714 S.RSC.getTargetAPI(), in analyzeResultType()
|
/frameworks/compile/libbcc/bcinfo/ |
D | BitcodeTranslator.cpp | 97 if (BCWrapper.getTargetAPI() != mVersion) { in translate() 99 BCWrapper.getTargetAPI(), mVersion); in translate()
|
D | MetadataExtractor.cpp | 188 mTargetAPI = wrapper.getTargetAPI(); in MetadataExtractor()
|
/frameworks/compile/libbcc/include/bcinfo/ |
D | BitcodeWrapper.h | 95 uint32_t getTargetAPI() const { in getTargetAPI() function
|
D | MetadataExtractor.h | 164 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 | 329 sdkVersion = bcWrapper.getTargetAPI(); in runCompiler()
|