Searched refs:slang (Results 1 - 25 of 61) sorted by last modified time

123

/frameworks/rs/api/
H A Dgenerate.sh54 mv slangtest/all$i.rs ../../compile/slang/tests/P_all_api_$i
/frameworks/rs/cpp/
H A DAndroid.mk37 include frameworks/compile/slang/rs_version.mk
/frameworks/rs/driver/runtime/
H A DAndroid.mk75 include frameworks/compile/slang/rs_version.mk
/frameworks/compile/slang/
H A DAndroid.mk83 slang.cpp \
H A Dllvm-rs-as.cpp92 slang::writeBitcode(Out->os(), *M,
H A Dllvm-rs-cc.cpp40 #include "slang.h"
69 slang::Slang::OutputType OutputType,
71 if (OutputType == slang::Slang::OT_Nothing)
86 if (OutputType == slang::Slang::OT_Dependency) {
89 OutputFile.append(slang::RSSlangReflectUtils::GetFileNameStem(InputFile));
92 slang::RSSlangReflectUtils::BCFileNameFromRSFileName(InputFile));
96 case slang::Slang::OT_Dependency: {
100 case slang::Slang::OT_Assembly: {
104 case slang::Slang::OT_LLVMAssembly: {
108 case slang
[all...]
H A Drs_cc_options.cpp29 #include "slang.h"
79 namespace slang { namespace
H A Drs_cc_options.h24 #include "slang.h"
39 namespace slang { namespace
52 slang::Slang::OutputType mOutputType;
73 slang::BitCodeStorageType mBitcodeStorage;
112 mOutputType = slang::Slang::OT_Bitcode;
114 mBitcodeStorage = slang::BCST_APK_RESOURCE;
146 } // namespace slang
H A Dslang.cpp17 #include "slang.h"
94 namespace slang { namespace
423 // The core of the slang compiler
788 } // namespace slang
H A Dslang.h69 namespace slang { namespace
305 } // namespace slang
H A Dslang_backend.cpp65 #include "slang.h"
79 namespace slang { namespace
911 } // namespace slang
H A Dslang_backend.h26 #include "slang.h"
55 namespace slang { namespace
139 // unoptimized IR, etc.). After the return from this method, slang will start
147 // method, slang will start doing optimization and code generation for @M.
196 } // namespace slang
H A Dslang_bitcode_gen.cpp30 namespace slang { namespace
50 // LLVM libraries with the same debug info version as the version of slang
54 // is that the debug bitcode emitted by any slang will work with the bcc
103 } // namespace slang
H A Dslang_bitcode_gen.h27 namespace slang { namespace
37 } // end namespace slang
H A Dslang_diagnostic_buffer.cpp26 namespace slang { namespace
81 } // namespace slang
H A Dslang_diagnostic_buffer.h31 namespace slang { namespace
62 } // namespace slang
H A Dslang_pragma_list.h24 namespace slang { namespace
28 } // namespace slang
H A Dslang_rs_ast_replace.cpp23 namespace slang { namespace
169 } // namespace slang
H A Dslang_rs_ast_replace.h31 namespace slang { namespace
87 } // namespace slang
H A Dslang_rs_check_ast.cpp22 #include "slang.h"
27 namespace slang { namespace
324 } // namespace slang
H A Dslang_rs_check_ast.h25 namespace slang { namespace
32 slang::RSContext *Context;
77 } // namespace slang
/frameworks/compile/slang/BitWriter_2_9/
H A DAndroid.mk16 LOCAL_C_INCLUDES += frameworks/compile/slang
/frameworks/compile/slang/BitWriter_2_9_func/
H A DAndroid.mk16 LOCAL_C_INCLUDES += frameworks/compile/slang
/frameworks/compile/slang/BitWriter_3_2/
H A DAndroid.mk16 LOCAL_C_INCLUDES += frameworks/compile/slang
34 LOCAL_C_INCLUDES += frameworks/compile/slang
/frameworks/compile/slang/lit-tests/
H A Drun-lit-tests.sh4 TESTS=$ANDROID_BUILD_TOP/frameworks/compile/slang/lit-tests

Completed in 640 milliseconds

123