Home
last modified time | relevance | path

Searched defs:DS (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_ast_replace.cpp90 void RSASTReplace::VisitDeclStmt(clang::DeclStmt* DS) { in VisitDeclStmt()
102 void RSASTReplace::VisitDefaultStmt(clang::DefaultStmt *DS) { in VisitDefaultStmt()
110 void RSASTReplace::VisitDoStmt(clang::DoStmt *DS) { in VisitDoStmt()
Dslang_rs_check_ast.cpp231 void RSCheckAST::VisitDeclStmt(clang::DeclStmt *DS) { in VisitDeclStmt()
Dslang_rs_object_ref_count.cpp236 void DestructorVisitor::VisitDoStmt(clang::DoStmt *DS) { in VisitDoStmt()
1075 clang::DeclStmt *DS, in AppendRSObjectInit()
1382 clang::DeclStmt* DS = new (C) clang::DeclStmt(DGR, Loc, Loc); in CreateGuard() local
1515 void RSObjectRefCount::VisitDeclStmt(clang::DeclStmt *DS) { in VisitDeclStmt()
1602 clang::DeclStmt* DS = new (mCtx) clang::DeclStmt(DGR, Loc, Loc); in VisitCallExpr() local
/frameworks/rs/rsov/compiler/
Drs2spirv.cpp79 auto DS = getDataFileStreamer(InputFile, &Err); in convertLLVMToSPIRV() local
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderDicom.java82 static final short DS = vr("DS"); field in LoaderDicom