Home
last modified time | relevance | path

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

123

/frameworks/compile/slang/
Dllvm-rs-cc.cpp69 slang::Slang::OutputType OutputType, in DetermineOutputFile()
71 if (OutputType == slang::Slang::OT_Nothing) in DetermineOutputFile()
86 if (OutputType == slang::Slang::OT_Dependency) { in DetermineOutputFile()
89 OutputFile.append(slang::RSSlangReflectUtils::GetFileNameStem(InputFile)); in DetermineOutputFile()
92 slang::RSSlangReflectUtils::BCFileNameFromRSFileName(InputFile)); in DetermineOutputFile()
96 case slang::Slang::OT_Dependency: { in DetermineOutputFile()
100 case slang::Slang::OT_Assembly: { in DetermineOutputFile()
104 case slang::Slang::OT_LLVMAssembly: { in DetermineOutputFile()
108 case slang::Slang::OT_Object: { in DetermineOutputFile()
112 case slang::Slang::OT_Bitcode: { in DetermineOutputFile()
[all …]
Drs_cc_options.h39 namespace slang {
52 slang::Slang::OutputType mOutputType;
73 slang::BitCodeStorageType mBitcodeStorage;
112 mOutputType = slang::Slang::OT_Bitcode; in RSCCOptions()
114 mBitcodeStorage = slang::BCST_APK_RESOURCE; in RSCCOptions()
Dslang_rs_special_func.h26 namespace slang {
58 slang::RSContext *Context,
Dslang_rs_check_ast.h25 namespace slang {
32 slang::RSContext *Context;
Dslang_rs_special_func.cpp25 namespace slang { namespace
55 slang::RSContext *Context, in validateSpecialFuncDecl()
Dslang_rs_export_func.cpp30 namespace slang { namespace
35 static bool ValidateFuncDecl(slang::RSContext *Context, in ValidateFuncDecl()
Dslang_pragma_list.h24 namespace slang {
Dslang_rs_exportable.cpp19 namespace slang { namespace
Dslang_bitcode_gen.h27 namespace slang {
Dstrip_unknown_attributes.h20 namespace slang {
Dslang_rs_special_kernel_param.h25 namespace slang {
Dslang_rs_special_kernel_param.cpp65 namespace slang { namespace
97 slang::RSContext *Context, in processSpecialKernelParameters()
Dslang_rs_exportable.h22 namespace slang {
Dslang_rs_export_element.h34 namespace slang {
Dslang_diagnostic_buffer.h31 namespace slang {
Dslang_rs_export_type.cpp40 namespace slang { namespace
183 slang::RSContext *Context,
189 static void ReportTypeError(slang::RSContext *Context, in ReportTypeError()
211 slang::RSContext *Context, in ConstantArrayTypeExportableHelper()
260 slang::RSContext *Context, in TypeExportableHelper()
431 slang::RSContext *Context, in TypeExportable()
440 static bool ValidateRSObjectInVarDecl(slang::RSContext *Context, in ValidateRSObjectInVarDecl()
482 slang::RSContext *Context, in ValidateTypeHelper()
701 bool RSExportType::ValidateType(slang::RSContext *Context, clang::ASTContext &C, in ValidateType()
723 bool RSExportType::ValidateVarDecl(slang::RSContext *Context, in ValidateVarDecl()
Dslang_rs_foreach_lowering.h29 namespace slang {
Dslang_rs_export_var.h30 namespace slang {
/frameworks/compile/slang/lit-tests/
Dlit.cfg24 config.test_exec_root = os.path.join(config.base_path, 'out', 'tests', 'slang', 'lit-tests')
27 config.target_triple = 'slang'
47 config.slang = inferTool('llvm-rs-cc', 'SLANG', os.path.join(os.getenv('ANDROID_HOST_OUT'), 'bin'))…
51 …_FILECHECK_WRAPPER', os.path.join(config.base_path, 'frameworks', 'compile', 'slang', 'lit-tests'))
52 …_FILECHECK_WRAPPER', os.path.join(config.base_path, 'frameworks', 'compile', 'slang', 'lit-tests'))
63 lit_config.note('using slang: %r' % config.slang)
70 config.substitutions.append( ('%Slang', ' ' + config.slang + ' ' + config.slang_includes + ' ' + co…
Drun-lit-tests.sh4 TESTS=$ANDROID_BUILD_TOP/frameworks/compile/slang/lit-tests
/frameworks/compile/slang/BitWriter_3_2/
DAndroid.mk16 LOCAL_C_INCLUDES += frameworks/compile/slang
34 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/tests/
DREADME.lit3 checkbuild` or by doing `mm` from frameworks/compile/slang.

123