Searched refs:TargetAPI (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_check_ast.h | 49 explicit RSCheckAST(RSContext *Con, unsigned int TargetAPI, in RSCheckAST() argument 55 mTargetAPI(TargetAPI), in RSCheckAST()
|
D | slang_rs_export_type.cpp | 180 unsigned int TargetAPI = 0) { in ReportTypeError() argument 186 << TopLevelRecord->getName() << TargetAPI; in ReportTypeError() 189 << TargetAPI; in ReportTypeError() 412 unsigned int TargetAPI) { in ValidateRSObjectInVarDecl() argument 413 if (TargetAPI < SLANG_JB_TARGET_API) { in ValidateRSObjectInVarDecl() 460 unsigned int TargetAPI, in ValidateTypeHelper() argument 476 TargetAPI)) { in ValidateTypeHelper() 529 TargetAPI, IsFilterscript, IsExtern)) { in ValidateTypeHelper() 598 InCompositeType, UnionDecl, TargetAPI, in ValidateTypeHelper() 606 if (TargetAPI < SLANG_ICS_TARGET_API && in ValidateTypeHelper() [all …]
|
D | slang_rs_context.cpp | 49 unsigned int TargetAPI, in RSContext() argument 54 mTargetAPI(TargetAPI), in RSContext()
|
D | slang_backend.cpp | 352 unsigned int TargetAPI = getTargetAPI(); in HandleTranslationUnit() local 353 switch (TargetAPI) { in HandleTranslationUnit() 368 if (TargetAPI != SLANG_DEVELOPMENT_TARGET_API && in HandleTranslationUnit() 369 (TargetAPI < SLANG_MINIMUM_TARGET_API || in HandleTranslationUnit() 370 TargetAPI > SLANG_MAXIMUM_TARGET_API)) { in HandleTranslationUnit()
|
D | slang_rs_export_type.h | 239 clang::SourceLocation Loc, unsigned int TargetAPI, 246 unsigned int TargetAPI, bool IsFilterscript);
|
D | slang_rs_context.h | 110 unsigned int TargetAPI,
|
/frameworks/compile/libbcc/include/bcinfo/ |
D | BitcodeWrapper.h | 33 uint32_t TargetAPI; member 139 wrapper->TargetAPI = targetAPI; in writeAndroidBitcodeWrapper()
|