Home
last modified time | relevance | path

Searched defs:FD (Results 1 – 14 of 14) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_foreach.cpp41 bool isRootRSFunc(const clang::FunctionDecl *FD) { in isRootRSFunc()
55 RSContext *Context, const clang::FunctionDecl *FD) { in validateAndConstructParams()
87 RSContext *Context, const clang::FunctionDecl *FD) { in validateAndConstructOldStyleParams()
165 RSContext *Context, const clang::FunctionDecl *FD) { in validateAndConstructKernelParams()
254 RSContext *Context, const clang::FunctionDecl *FD, in processSpecialParameters()
269 const clang::FunctionDecl *FD) { in setSignatureMetadata()
310 const clang::FunctionDecl *FD) { in Create()
348 clang::FieldDecl *FD = in Create() local
431 const clang::FunctionDecl *FD) { in isRSForEachFunc()
470 const clang::FunctionDecl *FD) { in getNumInputs()
Dslang_rs_special_func.h30 inline bool isInitRSFunc(const clang::FunctionDecl *FD) { in isInitRSFunc()
39 inline bool isDtorRSFunc(const clang::FunctionDecl *FD) { in isDtorRSFunc()
52 const clang::FunctionDecl *FD) { in isSpecialRSFunc()
Dslang_rs_export_func.cpp36 const clang::FunctionDecl *FD) { in ValidateFuncDecl()
51 const clang::FunctionDecl *FD) { in Create()
88 clang::FieldDecl *FD = in Create() local
Dslang_rs_special_func.cpp28 const clang::FunctionDecl *FD) { in isGraphicsRootRSFunc()
56 clang::FunctionDecl const *FD) { in validateSpecialFuncDecl()
Dslang_rs_context.cpp95 int RSContext::getForEachSlotNumber(const clang::FunctionDecl* FD) { in getForEachSlotNumber()
108 bool RSContext::processExportFunc(const clang::FunctionDecl *FD) { in processExportFunc()
160 bool RSContext::addForEach(const clang::FunctionDecl* FD) { in addForEach()
265 clang::FunctionDecl* FD = llvm::dyn_cast<clang::FunctionDecl>(D); in processExports() local
320 void RSContext::markUsedByReducePragma(clang::FunctionDecl *FD, CheckName Check) { in markUsedByReducePragma()
Dslang_rs_check_ast.cpp149 void RSCheckAST::ValidateFunctionDecl(clang::FunctionDecl *FD) { in ValidateFunctionDecl()
254 } else if (clang::FunctionDecl *FD = in VisitDeclStmt() local
312 } else if (clang::FunctionDecl *FD = in Validate() local
Dslang_rs_foreach_lowering.cpp67 const clang::FunctionDecl* FD = in matchFunctionDesignator() local
98 const clang::FunctionDecl* FD = clang::dyn_cast<clang::FunctionDecl>(D); in matchKernelLaunchCall() local
172 clang::FunctionDecl* FD = clang::FunctionDecl::Create( in CreateForEachInternalFunctionDecl() local
384 void RSForEachLowering::handleForEachCalls(clang::FunctionDecl* FD, in handleForEachCalls()
Dslang_backend.cpp363 void Backend::AnnotateFunction(clang::FunctionDecl *FD) { in AnnotateFunction()
395 clang::FunctionDecl *FD = llvm::dyn_cast<clang::FunctionDecl>(*I); in HandleTopLevelDecl() local
409 clang::FunctionDecl *FD = llvm::dyn_cast<clang::FunctionDecl>(*I); in HandleTopLevelDecl() local
492 clang::FunctionDecl *FD = mRefCount.CreateStaticGlobalDtor(); in HandleTranslationUnitPre() local
502 clang::FunctionDecl *FD = llvm::dyn_cast<clang::FunctionDecl>(*I); in HandleTranslationUnitPre() local
Dslang_rs_export_func.h54 const clang::FunctionDecl *FD) in RSExportFunc()
Dslang_rs_object_ref_count.cpp55 clang::FunctionDecl *FD = static_cast<clang::FunctionDecl*>(*I); in GetRSRefCountingFunctions() local
525 const clang::FieldDecl *FD = *FI; in CountRSObjectTypes() local
544 const clang::FieldDecl *FD = *FI; in CountRSObjectTypes() local
588 clang::FieldDecl *FD = *FI; in ClearStructRSObject() local
921 clang::FieldDecl *FD = *FI; in CreateStructRSSetObject() local
1428 const clang::FunctionDecl* FD = CE->getDirectCallee(); in VisitCallExpr() local
1598 clang::FunctionDecl *FD = nullptr; in CreateStaticGlobalDtor() local
Dslang_rs_export_type.cpp324 const clang::FieldDecl *FD = *FI; in TypeExportableHelper() local
554 const clang::FieldDecl *FD = *FI; in ValidateTypeHelper() local
1053 const clang::FieldDecl *FD = *FI; in IsStructureTypeWithRSObject() local
1370 const clang::FieldDecl *FD = *FIT; in Create() local
1513 clang::FieldDecl *FD = *FI; in Create() local
Dslang_rs_special_kernel_param.cpp99 const clang::FunctionDecl *FD, in processSpecialKernelParameters()
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderDicom.java90 static final short FD = vr("FD"); field in LoaderDicom
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp190 int FD = open(fileName, O_RDONLY); in addFileToChecksum() local