Searched refs:targetAPI (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_special_func.h48 bool isGraphicsRootRSFunc(unsigned int targetAPI,
51 inline bool isSpecialRSFunc(unsigned int targetAPI, argument
53 return isGraphicsRootRSFunc(targetAPI, FD) || isInitRSFunc(FD) ||
57 bool validateSpecialFuncDecl(unsigned int targetAPI,
H A Dslang_rs_special_func.cpp27 bool RSSpecialFunc::isGraphicsRootRSFunc(unsigned int targetAPI, argument
43 if ((targetAPI < SLANG_ICS_TARGET_API) && (FD->getNumParams() == 1)) {
54 RSSpecialFunc::validateSpecialFuncDecl(unsigned int targetAPI, argument
62 if (isGraphicsRootRSFunc(targetAPI, FD)) {
63 if ((targetAPI < SLANG_ICS_TARGET_API) && (FD->getNumParams() == 1)) {
H A Dslang_rs_foreach_lowering.h42 void handleForEachCalls(clang::FunctionDecl* FD, unsigned int targetAPI);
H A Dslang_rs_export_foreach.h163 static bool isRSForEachFunc(unsigned int targetAPI,
166 static unsigned getNumInputs(unsigned int targetAPI,
H A Dslang_rs_export_foreach.cpp430 bool RSExportForEach::isRSForEachFunc(unsigned int targetAPI, argument
441 if (RSSpecialFunc::isGraphicsRootRSFunc(targetAPI, FD)) {
469 unsigned RSExportForEach::getNumInputs(unsigned int targetAPI, argument
H A Dslang_rs_foreach_lowering.cpp385 unsigned int targetAPI) {
384 handleForEachCalls(clang::FunctionDecl* FD, unsigned int targetAPI) argument
/frameworks/compile/libbcc/include/bcinfo/
H A DBitcodeWrapper.h121 * \param targetAPI - target API version for this bitcode.
128 size_t bitcodeSize, uint32_t targetAPI, uint32_t compilerVersion,
139 wrapper->TargetAPI = targetAPI;
127 writeAndroidBitcodeWrapper(AndroidBitcodeWrapper *wrapper, size_t bitcodeSize, uint32_t targetAPI, uint32_t compilerVersion, uint32_t optimizationLevel) argument

Completed in 156 milliseconds