Searched refs:targetAPI (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_special_func.cpp | 27 bool RSSpecialFunc::isGraphicsRootRSFunc(unsigned int targetAPI, in isGraphicsRootRSFunc() argument 43 if ((targetAPI < SLANG_ICS_TARGET_API) && (FD->getNumParams() == 1)) { in isGraphicsRootRSFunc() 54 RSSpecialFunc::validateSpecialFuncDecl(unsigned int targetAPI, in validateSpecialFuncDecl() argument 62 if (isGraphicsRootRSFunc(targetAPI, FD)) { in validateSpecialFuncDecl() 63 if ((targetAPI < SLANG_ICS_TARGET_API) && (FD->getNumParams() == 1)) { in validateSpecialFuncDecl()
|
D | slang_rs_special_func.h | 48 bool isGraphicsRootRSFunc(unsigned int targetAPI, 51 inline bool isSpecialRSFunc(unsigned int targetAPI, in isSpecialRSFunc() argument 53 return isGraphicsRootRSFunc(targetAPI, FD) || isInitRSFunc(FD) || in isSpecialRSFunc() 57 bool validateSpecialFuncDecl(unsigned int targetAPI,
|
D | slang_rs_export_foreach.h | 181 static bool isRSForEachFunc(unsigned int targetAPI, 184 static unsigned getNumInputs(unsigned int targetAPI,
|
D | slang_rs_foreach_lowering.h | 42 void handleForEachCalls(clang::FunctionDecl* FD, unsigned int targetAPI);
|
D | slang_rs_export_foreach.cpp | 434 bool RSExportForEach::isRSForEachFunc(unsigned int targetAPI, in isRSForEachFunc() argument 445 if (RSSpecialFunc::isGraphicsRootRSFunc(targetAPI, FD)) { in isRSForEachFunc() 473 unsigned RSExportForEach::getNumInputs(unsigned int targetAPI, in getNumInputs() argument
|
D | slang_rs_foreach_lowering.cpp | 385 unsigned int targetAPI) { in handleForEachCalls() argument
|
/frameworks/compile/libbcc/bcinfo/include/bcinfo/ |
D | BitcodeWrapper.h | 128 size_t bitcodeSize, uint32_t targetAPI, uint32_t compilerVersion, in writeAndroidBitcodeWrapper() argument 139 wrapper->TargetAPI = targetAPI; in writeAndroidBitcodeWrapper()
|