/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | spirv_cross_helpers_gles.cpp | 58 const auto& opName = compiler.get_name(c.self); in ConstByName() 72 const auto& opName = compiler.get_name(c.id); in SpecConstByName() 74 auto& constant = compiler.get_constant(c.id); in SpecConstByName() 113 compiler.set_name(remap.id, name); in ReflectPushConstants() 123 const auto& c = SpecConstByName(compiler, name); in ConvertSpecConstToConstant() 135 const auto& constant = ConstByName(compiler, name); in ConvertConstantToUniform() 177 const auto& vc = SpecConstByName(compiler, name); in SetSpecMacro() 182 compiler.add_header_line(buf); in SetSpecMacro() 374 const auto& name = compiler.get_name(c.id); in CreateSpecInfos() 396 const auto& c = ConstByName(compiler, name); in ConstId() [all …]
|
H A D | spirv_cross_helpers_gles.h | 36 void ReflectPushConstants(spirv_cross::Compiler& compiler, const spirv_cross::ShaderResources& reso… 40 void ConvertSpecConstToConstant(spirv_cross::CompilerGLSL& compiler, const char* name); 43 void ConvertConstantToUniform(const spirv_cross::CompilerGLSL& compiler, std::string& source, const… 45 void SetSpecMacro(spirv_cross::CompilerGLSL& compiler, const char* name, uint32_t value); 47 … ProcessStruct(std::string_view baseName, size_t baseOffset, const spirv_cross::Compiler& compiler, 59 void CreateSpecInfos(const spirv_cross::Compiler& compiler, std::vector<SpecConstantInfo>& outSpecI… 61 uint32_t ConstId(spirv_cross::CompilerGLSL& compiler, const char* name); 63 uint32_t SpecConstId(spirv_cross::CompilerGLSL& compiler, const char* name);
|
H A D | main.cpp | 1221 const spirv_cross::Compiler compiler(aBinary); in reflectSpvBinary() local 1240 auto name = compiler.get_name(remap.id); in reflectSpvBinary() 1411 compiler.set_name(remap.base_type_id, name); in Collect() 1413 compiler.set_name(remap.id, name); in Collect() 1416 compiler.set_name(remap.id, name); in Collect() 1422 compiler.set_decoration( in Collect() 1468 compiler.set_name(remap.combined_id, temp); in CollectRes() 1506 compiler->set_common_options(options); in SetupSpirvCross() 1536 compiler.build_combined_image_samplers(); in ProcessShaderModule() 1537 CollectRes(compiler, res, me.plat_); in ProcessShaderModule() [all …]
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
H A D | BUILD.gn | 44 "//build/config/compiler:afdo", 46 "//build/config/compiler:compiler", 47 "//build/config/compiler:compiler_arm_fpu", 49 "//build/config/compiler:chromium_code", 53 "//build/config/compiler:default_symbols", 54 "//build/config/compiler:export_dynamic", 55 "//build/config/compiler:no_exceptions", 56 "//build/config/compiler:no_rtti", 57 "//build/config/compiler:runtime_library", 58 "//build/config/compiler:thin_archive", [all …]
|
/ohos5.0/build/config/compiler/lite/iccarm/ |
H A D | iccarm.gni | 15 "//build/config/compiler/lite/iccarm:iccarm_language_c", 16 "//build/config/compiler/lite/iccarm:iccarm_language_cpp", 17 "//build/config/compiler/lite/iccarm:iccarm_common", 18 "//build/config/compiler/lite/iccarm:iccarm_opt", 19 "//build/config/compiler/lite/iccarm:iccarm_default_sp_options", 20 "//build/config/compiler/lite/common:kernel_macros", 21 "//build/config/compiler/lite/common:board_config",
|
/ohos5.0/base/startup/init/services/param/base/ |
H A D | BUILD.gn | 92 "//build/config/compiler:afdo", 93 "//build/config/compiler:afdo_optimize_size", 94 "//build/config/compiler:compiler_arm_fpu", 95 "//build/config/compiler:compiler_arm_thumb", 96 "//build/config/compiler:chromium_code", 97 "//build/config/compiler:default_include_dirs", 100 "//build/config/compiler:default_symbols", 101 "//build/config/compiler:export_dynamic", 102 "//build/config/compiler:no_exceptions", 103 "//build/config/compiler:no_rtti", [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.1/ |
H A D | changelogs-arkcompiler.md | 5 …s for compilation of .ets and .js files. Since this version, the ts2abc compiler has been removed.… 10 …DevEco Studio. If you use scripts to generate ABC files, use the es2abc compiler instead of es2abc. 16 1. If you are using DevEco Studio for application development, the removal of the ts2abc compiler h… 17 …abc compiler, you'll need switch to the es2abc compiler. For details about how to use the es2abc c…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.8.1/ |
H A D | changelogs-arkcompiler.md | 5 …Compiler has two compilers that support ets/ts/js compilation: ts2abc compiler and es2abc compiler. 9 …erts ArkTS/TS source code into JS source code, and uses the ArkCompiler compiler es2abc to generat… 11 …erts ArkTS/TS source code into TS source code, and uses the ArkCompiler compiler ts2abc (in earlie… 20 When type compilation is enabled and the SDK of this version is used, the ArkCompiler compiler es2a… 23 …his version is used, the change in the compilation mode and ArkCompiler compiler may result in app… 26 In type compilation mode, the ArkCompiler compiler es2abc is used by default.
|
/ohos5.0/build/config/ohos/ |
H A D | BUILD.gn | 5 import("//build/config/compiler/compiler.gni") 13 # This is included by reference in the //build/config/compiler config that 16 config("compiler") { 52 # Assign any flags set for the C compiler to asmflags so that they are sent 57 # This is included by reference in the //build/config/compiler:runtime_library 60 # :runtime_library vs. :compiler.
|
/ohos5.0/build/config/compiler/lite/clang/ |
H A D | BUILD.gn | 92 "--rtlib=compiler-rt", 131 configs += [ "//build/config/compiler/lite/common:debug" ] 133 configs += [ "//build/config/compiler/lite/common:release" ] 145 "//build/config/compiler/lite/common:board_config", 146 "//build/config/compiler/lite/common:kernel_macros", 172 "//build/config/compiler/lite/common:board_exe_ld_flags",
|
H A D | clang.gni | 28 [ "//build/config/compiler/lite/clang:clang_compiler_configs" ] 31 [ "//build/config/compiler/lite/clang:clang_shared_library_configs" ] 40 [ "//build/config/compiler/lite/clang:clang_static_library_configs" ] 49 [ "//build/config/compiler/lite/clang:clang_executable_configs" ]
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | neural_network_core.cpp | 216 if (compilationImpl->compiler == nullptr) { in OH_NNCompilation_ExportCacheToBuffer() 352 if (compilationImpl->compiler != nullptr) { in OH_NNCompilation_SetPerformanceMode() 373 if (compilationImpl->compiler != nullptr) { in OH_NNCompilation_SetPriority() 404 if (compiler == nullptr) { in CreateCompiler() 417 if (*compiler == nullptr) { in CreateCompiler() 432 if (compilation->compiler == nullptr) { in SetCompilationOptions() 722 if (compilationImpl->compiler != nullptr) { in OH_NNCompilation_Build() 728 Compiler* compiler = nullptr; in OH_NNCompilation_Build() local 734 compilationImpl->compiler = compiler; in OH_NNCompilation_Build() 754 ret = compilationImpl->compiler->Build(); in OH_NNCompilation_Build() [all …]
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-lazy-import.md | 120 export lazy var v; // The compiler reports an application compilation error. 121 export lazy default function f(){}; // The compiler reports an application compilation error. 122 export lazy default function(){}; // The compiler reports an application compilation error. 123 export lazy default 42; // The compiler reports an application compilation error. 124 export lazy { x }; // The compiler reports an application compilation error. 125 export lazy { x as v }; // The compiler reports an application compilation error. 126 export lazy { x } from "mod"; // The compiler reports an application compilation error. 127 export lazy { x as v } from "mod"; // The compiler reports an application compilation error. 128 export lazy * from "mod"; // The compiler reports an application compilation error. 130 import lazy v from "mod"; // The compiler reports an application compilation error. [all …]
|
/ohos5.0/build/config/compiler/lite/gcc/ |
H A D | gcc.gni | 15 [ "//build/config/compiler/lite/gcc:gcc_compiler_configs" ] 18 [ "//build/config/compiler/lite/gcc:gcc_shared_library_configs" ] 27 [ "//build/config/compiler/lite/gcc:gcc_static_library_configs" ] 36 [ "//build/config/compiler/lite/gcc:gcc_executable_configs" ]
|
H A D | BUILD.gn | 118 configs += [ "//build/config/compiler/lite/common:debug" ] 120 configs += [ "//build/config/compiler/lite/common:release" ] 132 "//build/config/compiler/lite/common:board_config", 133 "//build/config/compiler/lite/common:kernel_macros", 159 "//build/config/compiler/lite/common:board_exe_ld_flags",
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | BUILD.gn | 33 "//build/config/compiler:no_rtti", 34 "//build/config/compiler:no_exceptions", 38 "//build/config/compiler:rtti", 39 "//build/config/compiler:exceptions",
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nnbackend.cpp | 139 OH_NN_ReturnCode NNBackend::DestroyCompiler(Compiler* compiler) in DestroyCompiler() argument 141 if (compiler == nullptr) { in DestroyCompiler() 146 delete compiler; in DestroyCompiler() 157 if (compilation->compiler == nullptr) { in CreateExecutor() 162 NNCompiler* nnCompiler = reinterpret_cast<NNCompiler*>(compilation->compiler); in CreateExecutor()
|
/ohos5.0/docs/en/readme/ |
H A D | ARK-Runtime-Subsystem.md | 7 ArkCompiler consists of two parts: compiler toolchain and runtime. 9 **Figure 1** Architecture of the compiler toolchain 12 The compiler toolchain compiles ArkTS, TS, and JS source code into abc files, that is, ArkCompiler … 32 …The compiler subsystem consists of the stub compiler, circuit framework, and Ahead-of-Time (AOT) c… 47 …compiler toolchain analyzes and deduces the TS type information when compiling the TS source code … 61 …The ArkCompiler compiler toolchain statically precompiles ArkTS, TS, and JS code into ArkCompiler …
|
/ohos5.0/build/config/ |
H A D | BUILDCONFIG.gn | 730 "//build/config/compiler:afdo", 732 "//build/config/compiler:compiler", 735 "//build/config/compiler:chromium_code", 739 "//build/config/compiler:default_symbols", 740 "//build/config/compiler:export_dynamic", 741 "//build/config/compiler:no_exceptions", 742 "//build/config/compiler:no_rtti", 743 "//build/config/compiler:runtime_library", 744 "//build/config/compiler:thin_archive", 745 "//build/config/compiler:no_common", [all …]
|
/ohos5.0/build/config/linux/ |
H A D | BUILD.gn | 11 # This is included by reference in the //build/config/compiler config that 14 config("compiler") { 17 # This is included by reference in the //build/config/compiler:runtime_library 20 # :runtime_library vs. :compiler.
|
/ohos5.0/build/config/posix/ |
H A D | BUILD.gn | 7 import("//build/config/compiler/compiler.gni") 19 # This is included by reference in the //build/config/compiler:runtime_library 22 # :runtime_library vs. :compiler. 84 # Pass the sysroot to all C compiler variants, the assembler, and linker. 109 # cflags* will be appended on the compiler command line after
|
/ohos5.0/build/config/mac/ |
H A D | BUILD.gn | 10 # This is included by reference in the //build/config/compiler config that 12 config("compiler") { 13 # These flags are shared between the C compiler and linker. 66 # This is included by reference in the //build/config/compiler:runtime_library 69 # :runtime_library vs. :compiler.
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/utils/ |
H A D | BUILD.gn | 59 "//build/config/compiler:no_rtti", 60 "//build/config/compiler:no_exceptions", 63 "//build/config/compiler:rtti", 64 "//build/config/compiler:exceptions",
|
/ohos5.0/base/security/selinux_adapter/ |
H A D | BUILD.gn | 217 "$BUILD_CONFIG_DIR/compiler:afdo", 219 "$BUILD_CONFIG_DIR/compiler:compiler", 220 "$BUILD_CONFIG_DIR/compiler:compiler_arm_fpu", 222 "$BUILD_CONFIG_DIR/compiler:chromium_code", 226 "$BUILD_CONFIG_DIR/compiler:default_symbols", 227 "$BUILD_CONFIG_DIR/compiler:export_dynamic", 228 "$BUILD_CONFIG_DIR/compiler:no_exceptions", 229 "$BUILD_CONFIG_DIR/compiler:no_rtti", 230 "$BUILD_CONFIG_DIR/compiler:runtime_library", 231 "$BUILD_CONFIG_DIR/compiler:thin_archive", [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/ |
H A D | BUILD.gn | 112 "//build/config/compiler:rtti", 113 "//build/config/compiler:exceptions", 178 "//build/config/compiler:no_rtti", 179 "//build/config/compiler:no_exceptions", 192 "//build/config/compiler:rtti", 193 "//build/config/compiler:exceptions", 258 "//build/config/compiler:no_rtti", 259 "//build/config/compiler:no_exceptions",
|