/frameworks/compile/slang/BitWriter_2_9_func/ |
Android.mk | 16 LOCAL_C_INCLUDES += frameworks/compile/slang
|
/frameworks/compile/slang/ |
slang_diagnostic_buffer.cpp | 26 namespace slang { namespace 85 } // namespace slang
|
slang_rs_export_var.h | 30 namespace slang { namespace 68 } // namespace slang
|
strip_unknown_attributes.cpp | 19 namespace slang { namespace 63 } // namespace slang
|
slang.h | 57 namespace slang { namespace 59 class Slang : public clang::ModuleLoader { 171 Slang(); 236 // Reset the slang compiler state such that it can be reused to compile 240 virtual ~Slang(); 243 } // namespace slang
|
slang_rs_ast_replace.h | 31 namespace slang { namespace 86 } // namespace slang
|
slang_rs_export_func.h | 40 namespace slang { namespace 106 } // namespace slang
|
slang_rs_pragma_handler.h | 30 namespace slang { namespace 76 } // namespace slang
|
slang_rs_export_foreach.h | 35 namespace slang { namespace 192 static bool isRSForEachFunc(unsigned int targetAPI, slang::RSContext *Context, 202 slang::RSContext *Context, 206 } // namespace slang
|
slang_rs.cpp | 43 namespace slang { namespace 233 Slang::OutputType OT) { 269 : Slang(), mRSContext(NULL), mAllowRSPrefix(false), mTargetAPI(0), 325 bool SuppressAllWarnings = (Opts.mOutputType != Slang::OT_Dependency); 347 if (Slang::compile() > 0) 362 if (Opts.mOutputType != Slang::OT_Dependency && doReflection) { 400 if ((Opts.mOutputType == Slang::OT_Bitcode) && 445 Slang::reset(SuppressWarnings); 458 } // namespace slang
|
slang_pragma_recorder.cpp | 26 namespace slang { namespace 114 } // namespace slang
|
slang_rs_ast_replace.cpp | 23 namespace slang { namespace 157 } // namespace slang
|
slang_rs_export_var.cpp | 27 namespace slang { namespace 108 } // namespace slang
|
slang_rs_reflection_cpp.h | 27 namespace slang { namespace 137 } // namespace slang
|
slang_rs_export_func.cpp | 30 namespace slang { namespace 35 static bool ValidateFuncDecl(slang::RSContext *Context, 173 } // namespace slang
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
descrip.mms | 19 INCDIR = [---.include],[-.main],[-.glapi],[.slang] 65 set def [.slang]
|
/external/mesa3d/src/mesa/program/ |
descrip.mms | 19 INCDIR = [---.include],[-.main],[-.glapi],[.slang] 65 set def [.slang]
|
/frameworks/compile/slang/lit-tests/ |
README | 4 This directory contains tests for Slang that use the 'llvm-lit' testing tool. 14 - llvm-rs-cc (slang frontend compiler)
|
/frameworks/compile/slang/lit-tests/opt/ |
locals_opt_0.rs | 1 // RUN: %Slang -O 0 %s
|
locals_opt_3.rs | 1 // RUN: %Slang -O 3 %s
|
locals_opt_default.rs | 1 // RUN: %Slang %s
|
/frameworks/rs/cpp/ |
Android.mk | 15 include frameworks/compile/slang/rs_version.mk
|
/prebuilts/sdk/tools/linux/ |
llvm-rs-cc | |
/frameworks/compile/libbcc/bcinfo/ |
Android.mk | 24 include frameworks/compile/slang/rs_version.mk 34 $(LOCAL_PATH)/../../slang
|
/frameworks/compile/slang/lit-tests/P_array_init/ |
array_init.rs | 1 // RUN: %Slang %s
|