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

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

Completed in 233 milliseconds