Searched refs:TargetAPI (Results 1 – 9 of 9) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_check_ast.h | 40 explicit RSCheckAST(clang::ASTContext &Con, unsigned int TargetAPI, in RSCheckAST() argument 43 mValid(true), mTargetAPI(TargetAPI), mIsFilterscript(IsFilterscript), in RSCheckAST()
|
D | slang_rs_export_type.cpp | 93 unsigned int TargetAPI = 0) { in ReportTypeError() argument 107 << TopLevelRecord->getName() << TargetAPI; in ReportTypeError() 112 << ND->getName() << TargetAPI; in ReportTypeError() 333 unsigned int TargetAPI) { in ValidateRSObjectInVarDecl() argument 334 if (TargetAPI < SLANG_JB_TARGET_API) { in ValidateRSObjectInVarDecl() 378 unsigned int TargetAPI, in ValidateTypeHelper() argument 390 if (VD && !ValidateRSObjectInVarDecl(VD, InCompositeType, TargetAPI)) { in ValidateTypeHelper() 444 TargetAPI, IsFilterscript)) { in ValidateTypeHelper() 504 UnionDecl, TargetAPI, IsFilterscript); in ValidateTypeHelper() 511 if (TargetAPI < SLANG_ICS_TARGET_API && in ValidateTypeHelper() [all …]
|
D | slang_backend.cpp | 352 unsigned int TargetAPI = getTargetAPI(); in HandleTranslationUnit() local 353 switch (TargetAPI) { in HandleTranslationUnit() 368 if (TargetAPI < SLANG_MINIMUM_TARGET_API || in HandleTranslationUnit() 369 TargetAPI > SLANG_MAXIMUM_TARGET_API) { in HandleTranslationUnit()
|
D | slang_rs_context.cpp | 49 unsigned int TargetAPI, in RSContext() argument 55 mTargetAPI(TargetAPI), in RSContext()
|
D | slang_rs.h | 144 unsigned int TargetAPI, bool EmitDebug,
|
D | slang_rs.cpp | 285 unsigned int TargetAPI, bool EmitDebug, in compile() argument 316 mTargetAPI = TargetAPI; in compile()
|
D | slang_rs_export_type.h | 165 unsigned int TargetAPI, bool IsFilterscript); 170 static bool ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI,
|
D | slang_rs_context.h | 109 unsigned int TargetAPI,
|
/frameworks/compile/libbcc/include/bcinfo/ |
D | BitcodeWrapper.h | 33 uint32_t TargetAPI; member 139 wrapper->TargetAPI = targetAPI; in writeAndroidBitcodeWrapper()
|