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()
354 clang::FieldDecl *FD = in Create() local
435 const clang::FunctionDecl *FD) { in isRSForEachFunc()
474 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_special_func.cpp28 const clang::FunctionDecl *FD) { in isGraphicsRootRSFunc()
56 clang::FunctionDecl const *FD) { in validateSpecialFuncDecl()
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_context.cpp96 int RSContext::getForEachSlotNumber(const clang::FunctionDecl* FD) { in getForEachSlotNumber()
109 bool RSContext::processExportFunc(const clang::FunctionDecl *FD) { in processExportFunc()
161 bool RSContext::addForEach(const clang::FunctionDecl* FD) { in addForEach()
266 clang::FunctionDecl* FD = llvm::dyn_cast<clang::FunctionDecl>(D); in processExports() local
321 void RSContext::markUsedByReducePragma(clang::FunctionDecl *FD, CheckName Check) { in markUsedByReducePragma()
Dslang_rs_check_ast.cpp149 void RSCheckAST::ValidateFunctionDecl(clang::FunctionDecl *FD) { in ValidateFunctionDecl()
239 } else if (clang::FunctionDecl *FD = in VisitDeclStmt() local
302 } 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.cpp408 clang::FieldDecl* FD = clang::dyn_cast<clang::FieldDecl>(D); in PadStruct() local
480 const clang::FieldDecl* FD = info.second; in PadStruct() local
538 clang::FieldDecl* const FD = in PadStruct() local
601 void Backend::AnnotateFunction(clang::FunctionDecl *FD) { in AnnotateFunction()
634 clang::FunctionDecl *FD = llvm::dyn_cast<clang::FunctionDecl>(*I); in HandleTopLevelDecl() local
648 clang::FunctionDecl *FD = llvm::dyn_cast<clang::FunctionDecl>(*I); in HandleTopLevelDecl() local
731 clang::FunctionDecl *FD = mRefCount.CreateStaticGlobalDtor(); in HandleTranslationUnitPre() local
741 clang::FunctionDecl *FD = llvm::dyn_cast<clang::FunctionDecl>(*I); in HandleTranslationUnitPre() local
Dslang_rs_export_func.h50 const clang::FunctionDecl *FD) in RSExportFunc()
Dslang_rs_object_ref_count.cpp54 clang::FunctionDecl *FD = static_cast<clang::FunctionDecl*>(*I); in GetRSRefCountingFunctions() local
524 const clang::FieldDecl *FD = *FI; in CountRSObjectTypes() local
543 const clang::FieldDecl *FD = *FI; in CountRSObjectTypes() local
587 clang::FieldDecl *FD = *FI; in ClearStructRSObject() local
922 clang::FieldDecl *FD = *FI; in CreateStructRSSetObject() local
1441 void RSObjectRefCount::HandleParamsAndLocals(clang::FunctionDecl *FD) { in HandleParamsAndLocals()
1541 const clang::FunctionDecl* FD = CE->getDirectCallee(); in VisitCallExpr() local
1747 clang::FunctionDecl *FD = nullptr; in CreateStaticGlobalDtor() local
Dslang_rs_export_type.cpp323 const clang::FieldDecl *FD = *FI; in TypeExportableHelper() local
558 const clang::FieldDecl *FD = *FI; in ValidateTypeHelper() local
1058 const clang::FieldDecl *FD = *FI; in IsStructureTypeWithRSObject() local
1377 const clang::FieldDecl *FD = *FIT; in Create() local
1523 clang::FieldDecl *FD = *FI; in Create() local
Dslang_rs_special_kernel_param.cpp99 const clang::FunctionDecl *FD, in processSpecialKernelParameters()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderDicom.java90 static final short FD = vr("FD"); field in LoaderDicom
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp175 int FD = open(fileName, O_RDONLY); in addFileToChecksum() local