Home
last modified time | relevance | path

Searched refs:slang (Results 1 – 25 of 54) sorted by relevance

123

/frameworks/compile/slang/
Dllvm-rs-cc.cpp61 slang::Slang::OutputType OutputType, in DetermineOutputFile()
63 if (OutputType == slang::Slang::OT_Nothing) in DetermineOutputFile()
78 if (OutputType == slang::Slang::OT_Dependency) { in DetermineOutputFile()
81 OutputFile.append(slang::RSSlangReflectUtils::GetFileNameStem(InputFile)); in DetermineOutputFile()
84 slang::RSSlangReflectUtils::BCFileNameFromRSFileName(InputFile)); in DetermineOutputFile()
88 case slang::Slang::OT_Dependency: { in DetermineOutputFile()
92 case slang::Slang::OT_Assembly: { in DetermineOutputFile()
96 case slang::Slang::OT_LLVMAssembly: { in DetermineOutputFile()
100 case slang::Slang::OT_Object: { in DetermineOutputFile()
104 case slang::Slang::OT_Bitcode: { in DetermineOutputFile()
[all …]
Drs_cc_options.h39 namespace slang {
52 slang::Slang::OutputType mOutputType;
73 slang::BitCodeStorageType mBitcodeStorage;
105 mOutputType = slang::Slang::OT_Bitcode; in RSCCOptions()
107 mBitcodeStorage = slang::BCST_APK_RESOURCE; in RSCCOptions()
Dslang_rs_check_ast.h25 namespace slang {
32 slang::RSContext *Context;
Dslang_rs_export_foreach.h35 namespace slang {
193 static bool isRSForEachFunc(unsigned int targetAPI, slang::RSContext *Context,
203 slang::RSContext *Context,
Dslang_rs_exportable.cpp19 namespace slang { namespace
Dstrip_unknown_attributes.h20 namespace slang {
Dslang_rs_export_func.cpp30 namespace slang { namespace
35 static bool ValidateFuncDecl(slang::RSContext *Context, in ValidateFuncDecl()
Dslang_rs_exportable.h22 namespace slang {
Dslang_rs_export_element.h34 namespace slang {
Dslang_diagnostic_buffer.h31 namespace slang {
Dslang_pragma_recorder.h31 namespace slang {
Dslang_diagnostic_buffer.cpp26 namespace slang { namespace
Dslang_rs_export_var.h30 namespace slang {
Dslang_rs_export_type.cpp40 namespace slang { namespace
171 slang::RSContext *Context,
176 static void ReportTypeError(slang::RSContext *Context, in ReportTypeError()
198 slang::RSContext *Context, in ConstantArrayTypeExportableHelper()
246 slang::RSContext *Context, in TypeExportableHelper()
402 slang::RSContext *Context, in TypeExportable()
410 static bool ValidateRSObjectInVarDecl(slang::RSContext *Context, in ValidateRSObjectInVarDecl()
452 slang::RSContext *Context, in ValidateTypeHelper()
670 bool RSExportType::ValidateType(slang::RSContext *Context, clang::ASTContext &C, in ValidateType()
692 bool RSExportType::ValidateVarDecl(slang::RSContext *Context, in ValidateVarDecl()
Dstrip_unknown_attributes.cpp19 namespace slang { namespace
Dslang_rs_pragma_handler.h30 namespace slang {
Dslang_rs_reflect_utils.h23 namespace slang {
Dslang_rs_export_func.h40 namespace slang {
Dslang_rs_ast_replace.h31 namespace slang {
/frameworks/compile/slang/lit-tests/
Dlit.cfg23 config.test_exec_root = os.path.join(config.base_path, 'out', 'tests', 'slang', 'lit-tests')
26 config.target_triple = 'slang'
45 config.slang = inferTool('llvm-rs-cc', 'SLANG', os.path.join(config.base_path, 'out', 'host', 'linu…
48 …_FILECHECK_WRAPPER', os.path.join(config.base_path, 'frameworks', 'compile', 'slang', 'lit-tests'))
59 lit.note('using slang: %r' % config.slang)
65 config.substitutions.append( ('%Slang', ' ' + config.slang + ' ' + config.slang_includes + ' ' + co…
/frameworks/compile/slang/BitWriter_3_2/
DAndroid.mk16 LOCAL_C_INCLUDES += frameworks/compile/slang
37 LOCAL_C_INCLUDES += frameworks/compile/slang
/frameworks/compile/libbcc/bcinfo/
DAndroid.mk24 include frameworks/compile/slang/rs_version.mk
35 $(LOCAL_PATH)/../../slang
/frameworks/compile/slang/BitWriter_2_9/
DAndroid.mk16 LOCAL_C_INCLUDES += frameworks/compile/slang
/frameworks/compile/slang/BitWriter_2_9_func/
DAndroid.mk16 LOCAL_C_INCLUDES += frameworks/compile/slang
/frameworks/compile/libbcc/
DAndroid.mk21 include frameworks/compile/slang/rs_version.mk

123