Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 25 of 55) sorted by relevance

123

/frameworks/compile/slang/
Dslang_rs_export_foreach.cpp55 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()
268 bool RSExportForEach::setSignatureMetadata(RSContext *Context, in setSignatureMetadata()
309 RSExportForEach *RSExportForEach::Create(RSContext *Context, in Create()
426 RSExportForEach *RSExportForEach::CreateDummyRoot(RSContext *Context) { in CreateDummyRoot()
Dslang_rs_export_type.cpp189 static void ReportTypeError(slang::RSContext *Context, in ReportTypeError()
211 slang::RSContext *Context, in ConstantArrayTypeExportableHelper()
260 slang::RSContext *Context, in TypeExportableHelper()
436 slang::RSContext *Context, in TypeExportable()
445 static bool ValidateRSObjectInVarDecl(slang::RSContext *Context, in ValidateRSObjectInVarDecl()
487 slang::RSContext *Context, in ValidateTypeHelper()
684 RSContext *Context, in NormalizeType()
705 bool RSExportType::ValidateType(slang::RSContext *Context, clang::ASTContext &C, in ValidateType()
727 bool RSExportType::ValidateVarDecl(slang::RSContext *Context, in ValidateVarDecl()
829 RSExportType *RSExportType::Create(RSContext *Context, in Create()
[all …]
Dslang_rs_pragma_handler.cpp48 RSExportTypePragmaHandler(llvm::StringRef Name, RSContext *Context) in RSExportTypePragmaHandler()
60 RSJavaPackageNamePragmaHandler(llvm::StringRef Name, RSContext *Context) in RSJavaPackageNamePragmaHandler()
129 RSReducePragmaHandler(llvm::StringRef Name, RSContext *Context) in RSReducePragmaHandler()
351 RSReflectLicensePragmaHandler(llvm::StringRef Name, RSContext *Context) in RSReflectLicensePragmaHandler()
381 RSVersionPragmaHandler(llvm::StringRef Name, RSContext *Context) in RSVersionPragmaHandler()
396 RSPrecisionPragmaHandler(llvm::StringRef Name, RSContext *Context) in RSPrecisionPragmaHandler()
Dslang_rs_export_func.cpp35 static bool ValidateFuncDecl(slang::RSContext *Context, in ValidateFuncDecl()
50 RSExportFunc *RSExportFunc::Create(RSContext *Context, in Create()
Dslang_rs_export_element.cpp71 RSExportType *RSExportElement::Create(RSContext *Context, in Create()
131 RSExportType *RSExportElement::CreateFromDecl(RSContext *Context, in CreateFromDecl()
Dslang_rs_export_var.cpp29 RSExportVar::RSExportVar(RSContext *Context, in RSExportVar()
Dslang_rs_special_func.cpp55 slang::RSContext *Context, in validateSpecialFuncDecl()
Dslang_rs_export_type.h388 RSExportPrimitiveType(RSContext *Context, in RSExportPrimitiveType()
458 RSExportPointerType(RSContext *Context, in RSExportPointerType()
488 RSExportVectorType(RSContext *Context, in RSExportVectorType()
536 RSExportMatrixType(RSContext *Context, in RSExportMatrixType()
565 RSExportConstantArrayType(RSContext *Context, in RSExportConstantArrayType()
643 RSExportRecordType(RSContext *Context, in RSExportRecordType()
Dslang_rs_pragma_handler.h38 RSPragmaHandler(llvm::StringRef Name, RSContext *Context) in RSPragmaHandler()
Dslang_rs_export_func.h49 RSExportFunc(RSContext *Context, const llvm::StringRef &Name, in RSExportFunc()
Dslang_rs_exportable.h43 RSExportable(RSContext *Context, RSExportable::Kind K, clang::SourceLocation Loc) in RSExportable()
/frameworks/rs/driver/
DrsdProgramRaster.cpp31 bool rsdProgramRasterInit(const Context *, const ProgramRaster *) { in rsdProgramRasterInit()
55 void rsdProgramRasterDestroy(const Context *, const ProgramRaster *) { in rsdProgramRasterDestroy()
DrsdMeshObj.h24 class Context; variable
DrsdType.cpp35 bool rsdTypeInit(const Context *, const Type *t) { in rsdTypeInit()
DrsdSampler.cpp36 bool rsdSamplerInit(const Context *, const Sampler *s) { in rsdSamplerInit()
DrsdElement.cpp25 bool rsdElementInit(const Context *, const Element *e) { in rsdElementInit()
DrsdVertexArray.h27 class Context; variable
/frameworks/rs/
DrsDevice.h28 class Context; variable
DrsScriptGroup2.h12 class Context; variable
DrsGrallocConsumer.h28 class Context; variable
DrsFBOCache.cpp74 void FBOCache::resetAll(Context *) { in resetAll() argument
DrsClosure.h12 class Context; variable
/frameworks/base/tools/aapt2/
DStringPool.h66 Context(uint32_t p, const android::ConfigDescription& c) : priority(p), config(c) {} in Context() function
67 explicit Context(uint32_t p) : priority(p) {} in Context() function
68 explicit Context(const android::ConfigDescription& c) : priority(kNormalPriority), config(c) { in Context() function
/frameworks/compile/libbcc/tools/bcc_strip_attr/
Dbcc_strip_attr.cpp98 LLVMContext& Context) { in LoadFile()
115 LLVMContext Context; in main() local
/frameworks/compile/libbcc/lib/
DRSScriptGroupFusion.cpp133 llvm::FunctionType* getFusedFuncType(bcc::BCCContext& Context, in getFusedFuncType()
176 bool fuseKernels(bcc::BCCContext& Context, in fuseKernels()
319 bool renameInvoke(BCCContext& Context, const Source* source, const int slot, in renameInvoke()

123