Home
last modified time | relevance | path

Searched refs:translator (Results 1 – 25 of 233) sorted by relevance

12345678910

/third_party/skia/third_party/externals/angle2/src/
Dcompiler.gni8 "src/compiler/translator/blocklayout.h",
9 "src/compiler/translator/blocklayoutHLSL.h",
25 "src/compiler/translator/BaseTypes.h",
26 "src/compiler/translator/BuiltInFunctionEmulator.cpp",
27 "src/compiler/translator/BuiltInFunctionEmulator.h",
28 "src/compiler/translator/CallDAG.cpp",
29 "src/compiler/translator/CallDAG.h",
30 "src/compiler/translator/CodeGen.cpp",
31 "src/compiler/translator/CollectVariables.cpp",
32 "src/compiler/translator/CollectVariables.h",
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/
Dcompiler.gni20 "src/compiler/translator/BaseTypes.h",
21 "src/compiler/translator/BuiltInFunctionEmulator.cpp",
22 "src/compiler/translator/BuiltInFunctionEmulator.h",
23 "src/compiler/translator/CallDAG.cpp",
24 "src/compiler/translator/CallDAG.h",
25 "src/compiler/translator/CodeGen.cpp",
26 "src/compiler/translator/CollectVariables.cpp",
27 "src/compiler/translator/CollectVariables.h",
28 "src/compiler/translator/Common.h",
29 "src/compiler/translator/Compiler.cpp",
[all …]
/third_party/boost/libs/serialization/test/
Dtest_iterators.cpp44 typedef boost::archive::iterators::wchar_from_mb<const char *> translator; in test_wchar_from_mb() typedef
47 translator(a), in test_wchar_from_mb()
48 translator(a + size), in test_wchar_from_mb()
55 typedef boost::archive::iterators::mb_from_wchar<const wchar_t *> translator; in test_mb_from_wchar() typedef
58 translator(la), in test_mb_from_wchar()
59 translator(la + size), in test_mb_from_wchar()
69 typedef boost::archive::iterators::mb_from_wchar<const wchar_t *> translator; in test_roundtrip() typedef
71 translator(la), in test_roundtrip()
72 translator(la + s), in test_roundtrip()
81 … typedef boost::archive::iterators::wchar_from_mb<std::vector<char>::const_iterator> translator; in test_roundtrip() typedef
[all …]
/third_party/boost/libs/bimap/example/
Dmighty_bimap.cpp47 > translator; in main() typedef
49 translator trans; in main()
54 trans.push_back( translator::value_type("hola" ,"hello" ) ); in main()
55 trans.push_back( translator::value_type("adios" ,"goodbye" ) ); in main()
56 trans.push_back( translator::value_type("rosa" ,"rose" ) ); in main()
57 trans.push_back( translator::value_type("mesa" ,"table" ) ); in main()
65 translator::map_by<spanish>::const_iterator is in main()
78 translator::map_by<english>::const_iterator ie in main()
94 for( translator::const_iterator in main()
/third_party/boost/libs/serialization/performance/
Dperformance_iterators.cpp42 typedef boost::archive::iterators::wchar_from_mb<const char *> translator; in test_wchar_from_mb() typedef
45 translator(BOOST_MAKE_PFTO_WRAPPER(a)), in test_wchar_from_mb()
46 translator(BOOST_MAKE_PFTO_WRAPPER(a + size)), in test_wchar_from_mb()
53 typedef boost::archive::iterators::mb_from_wchar<const wchar_t *> translator; in test_mb_from_wchar() typedef
56 translator(BOOST_MAKE_PFTO_WRAPPER(la)), in test_mb_from_wchar()
57 translator(BOOST_MAKE_PFTO_WRAPPER(la + size)), in test_mb_from_wchar()
71 typedef boost::archive::iterators::xml_escape<const CharType *> translator; in test_xml_escape() typedef
75 translator(BOOST_MAKE_PFTO_WRAPPER(xml)), in test_xml_escape()
76 translator(BOOST_MAKE_PFTO_WRAPPER(xml + size)), in test_xml_escape()
90 typedef boost::archive::iterators::xml_unescape<const CharType *> translator; in test_xml_unescape() typedef
[all …]
/third_party/skia/third_party/externals/angle2/doc/
DCompilingTranslatorWithEmscripten.md4 transform shaders in various ways. ANGLE's shader translator can be used for
70 Compile the shader translator, the translator sample, and the shader all
74translator/translator.cpp angle/src/compiler/preprocessor/*.cpp angle/src/compiler/translator/*.cp…
77 Serve up the resulting translator.html via `python -m SimpleHTTPServer`.
80 The translator sample will run, displaying its output into the text area on the
84 To invoke the translator again, processing the shader we included along with the
92 translator sample processes the shader.
104 It's not feasible to interact with the translator's data structures, nor
106 written in C++ and compiled in to the shader translator.
DDevSetup.md183 translator. The translator targets various back-ends, including HLSL, GLSL
184 for desktop and mobile, SPIR-V and Metal SL. To build the translator, build
185 the `angle_shader_translator` target. Run the translator binary without
190 The translator code is included with ANGLE but fully independent; it resides
192 [getting and building ANGLE](#getting-the-source) to build the translator on
201 …h::Initialize()` initializes the translator library and must be called only once from each process…
202 * `sh::ContructCompiler()` creates a translator object for vertex or fragment shader.
204 * `sh::Destruct()` destroys the given translator.
205 … `sh::Finalize()` shuts down the translator library and must be called only once from each process…
/third_party/flutter/skia/third_party/externals/angle2/doc/
DCompilingTranslatorWithEmscripten.md4 transform shaders in various ways. ANGLE's shader translator can be used for
70 Compile the shader translator, the translator sample, and the shader all
74translator/translator.cpp angle/src/compiler/preprocessor/*.cpp angle/src/compiler/translator/*.cp…
77 Serve up the resulting translator.html via `python -m SimpleHTTPServer`.
80 The translator sample will run, displaying its output into the text area on the
84 To invoke the translator again, processing the shader we included along with the
92 translator sample processes the shader.
104 It's not feasible to interact with the translator's data structures, nor
106 written in C++ and compiled in to the shader translator.
DDevSetup.md27 …GLSL ES grammar files (`glslang.l` and `glslang.y` under `src/compiler/translator`, or `Expression…
34 * Bison and flex are not needed as we only support generating the translator grammar on Windows.
39 * Bison and flex are not needed as we only support generating the translator grammar on Windows.
119 `ninja -C out/Release translator libEGL libGLESv2 angle_unittests angle_end2end_tests angle_white_b…
174 …GL ES 2.0 and EGL 1.4 libraries, ANGLE also provides a GLSL ES to GLSL translator. This is useful …
177 The translator code is included with ANGLE but fully independent; it resides in `src/compiler`.
178 …ove for [getting and building ANGLE](#getting-the-source) to build the translator on the platform …
181 The basic usage is shown in `essl_to_glsl` sample under `samples/translator`. To translate a GLSL E…
183 …`ShInitialize()` initializes the translator library and must be called only once from each process…
184 * `ShContructCompiler()` creates a translator object for vertex or fragment shader.
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp627 TranslatorHLSL *translator = GetTranslatorHLSLFromHandle(handle); in GetShaderStorageBlockRegister() local
628 ASSERT(translator); in GetShaderStorageBlockRegister()
630 if (!translator->hasShaderStorageBlock(shaderStorageBlockName)) in GetShaderStorageBlockRegister()
635 *indexOut = translator->getShaderStorageBlockRegister(shaderStorageBlockName); in GetShaderStorageBlockRegister()
649 TranslatorHLSL *translator = GetTranslatorHLSLFromHandle(handle); in GetUniformBlockRegister() local
650 ASSERT(translator); in GetUniformBlockRegister()
652 if (!translator->hasUniformBlock(uniformBlockName)) in GetUniformBlockRegister()
657 *indexOut = translator->getUniformBlockRegister(uniformBlockName); in GetUniformBlockRegister()
668 TranslatorHLSL *translator = GetTranslatorHLSLFromHandle(handle); in ShouldUniformBlockUseStructuredBuffer() local
669 ASSERT(translator); in ShouldUniformBlockUseStructuredBuffer()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp511 TranslatorHLSL *translator = GetTranslatorHLSLFromHandle(handle); in GetShaderStorageBlockRegister() local
512 ASSERT(translator); in GetShaderStorageBlockRegister()
514 if (!translator->hasShaderStorageBlock(shaderStorageBlockName)) in GetShaderStorageBlockRegister()
519 *indexOut = translator->getShaderStorageBlockRegister(shaderStorageBlockName); in GetShaderStorageBlockRegister()
533 TranslatorHLSL *translator = GetTranslatorHLSLFromHandle(handle); in GetUniformBlockRegister() local
534 ASSERT(translator); in GetUniformBlockRegister()
536 if (!translator->hasUniformBlock(uniformBlockName)) in GetUniformBlockRegister()
541 *indexOut = translator->getUniformBlockRegister(uniformBlockName); in GetUniformBlockRegister()
551 TranslatorHLSL *translator = GetTranslatorHLSLFromHandle(handle); in GetUniformRegisterMap() local
552 ASSERT(translator); in GetUniformRegisterMap()
[all …]
D64bit-lexer-safety.patch1 diff --git a/src/compiler/translator/glslang_lex.cpp b/src/compiler/translator/glslang_lex.cpp
3 --- a/src/compiler/translator/glslang_lex.cpp
4 +++ b/src/compiler/translator/glslang_lex.cpp
/third_party/boost/boost/geometry/index/detail/rtree/rstar/
Dredistribute_elements.hpp121 Translator const& translator) in apply()
142 > elements_less(translator, strategy); in apply()
166 translator, strategy); in apply()
168 translator, strategy); in apply()
208 Translator const& translator) in apply()
218 …parameters, translator); // MAY THR… in apply()
228 …parameters, translator); // MAY THR… in apply()
263 Translator const& translator) in apply()
268 …parameters, translator); // MAY THR… in apply()
291 Translator const& translator) in apply()
[all …]
Dinsert.hpp81 translator_type const& translator, in apply() argument
125 geometry::centroid( rtree::element_indexable(*it, translator), element_center); in apply()
254 translator_type const& translator, in level_insert_base()
257 : base(root, leafs_level, element, parameters, translator, allocators, relative_level) in level_insert_base()
357 translator_type const& translator, in level_insert()
360 : base(root, leafs_level, element, parameters, translator, allocators, relative_level) in level_insert()
445 translator_type const& translator, in level_insert()
448 : base(root, leafs_level, v, parameters, translator, allocators, relative_level) in level_insert()
504 translator_type const& translator, in level_insert()
507 : base(root, leafs_level, v, parameters, translator, allocators, relative_level) in level_insert()
[all …]
/third_party/boost/boost/geometry/index/detail/rtree/linear/
Dredistribute_elements.hpp106 Translator const& translator, in apply()
119 bounded_view_type bounded_indexable_0(rtree::element_indexable(elements[0], translator), in apply()
129 bounded_view_type bounded_indexable(rtree::element_indexable(elements[i], translator), in apply()
149 …d_view_type bounded_indexable_hl(rtree::element_indexable(elements[highest_low_index], translator), in apply()
154 bounded_view_type bounded_indexable(rtree::element_indexable(elements[i], translator), in apply()
193 Translator const& translator, in apply()
203 …ate_type lowest = geometry::get<DimensionIndex>(rtree::element_indexable(elements[0], translator)); in apply()
204 …te_type highest = geometry::get<DimensionIndex>(rtree::element_indexable(elements[0], translator)); in apply()
209 …nate_type coord = geometry::get<DimensionIndex>(rtree::element_indexable(elements[i], translator)); in apply()
343 translator_type const& translator, in apply()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/fuzz/
Dtranslator_fuzzer.cpp138 UniqueTCompiler translator( in LLVMFuzzerTestOneInput() local
141 if (translator == nullptr) in LLVMFuzzerTestOneInput()
166 if (!translator->Init(resources)) in LLVMFuzzerTestOneInput()
171 (*translators)[key] = std::move(translator); in LLVMFuzzerTestOneInput()
174 auto &translator = (*translators)[key]; in LLVMFuzzerTestOneInput() local
177 translator->compile(shaderStrings, 1, options); in LLVMFuzzerTestOneInput()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dmain.cpp37 QTranslator translator; in main() local
44 if (!translator.load("wpa_gui_" + locale, resourceDir)) in main()
45 translator.load("wpa_gui_" + locale, "lang"); in main()
46 app.installTranslator(&translator); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dmain.cpp37 QTranslator translator; in main() local
44 if (!translator.load("wpa_gui_" + locale, resourceDir)) in main()
45 translator.load("wpa_gui_" + locale, "lang"); in main()
46 app.installTranslator(&translator); in main()
/third_party/gettext/gettext-tools/examples/hello-c++-qt/
Dhello.cc27 GettextTranslator *translator = in main()
30 QTranslator *translator = new QTranslator (NULL); in main() local
31 translator->load (QString ("hello-c++-qt") + "_" + QTextCodec::locale(), in main()
34 application.installTranslator (translator); in main()
/third_party/boost/boost/geometry/index/detail/rtree/
Dpack_create.hpp168 translator_type const& translator, in apply() argument
171 return apply(first, last, values_count, leafs_level, parameters, translator, in apply()
180 translator_type const& translator, in apply() argument
208 typename translator_type::result_type indexable = translator(in_ref); in apply()
223 parameters, translator, allocators); in apply()
291 translator_type const& translator, in per_level() argument
314 expandable_box<box_type, strategy_type> elements_box(translator(*(first->second)), in per_level()
322 elements_box.expand(translator(*(first->second))); in per_level()
365 parameters, translator, allocators); in per_level()
380 translator_type const& translator, in per_level_packets() argument
[all …]
/third_party/boost/boost/geometry/index/detail/rtree/quadratic/
Dredistribute_elements.hpp115 translator_type const& translator, in apply()
137 quadratic::pick_seeds<box_type>(elements_copy, parameters, translator, seed1, seed2); in apply()
153 detail::bounds(rtree::element_indexable(elements_copy[seed1], translator), in apply()
155 detail::bounds(rtree::element_indexable(elements_copy[seed2], translator), in apply()
207 translator, strategy, in apply()
225 indexable_type const& indexable = rtree::element_indexable(elem, translator); in apply()
269 translator_type const& translator, in pick_next()
284 indexable_type const& indexable = rtree::element_indexable(*el_it, translator); in pick_next()
/third_party/skia/third_party/externals/angle2/src/compiler/fuzz/
Dtranslator_fuzzer.cpp202 UniqueTCompiler translator( in LLVMFuzzerTestOneInput() local
205 if (translator == nullptr) in LLVMFuzzerTestOneInput()
235 if (!translator->Init(resources)) in LLVMFuzzerTestOneInput()
240 (*translators)[key] = std::move(translator); in LLVMFuzzerTestOneInput()
243 auto &translator = (*translators)[key]; in LLVMFuzzerTestOneInput() local
246 translator->compile(shaderStrings, 1, options); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DShaderModuleCompilation.md7 shader translator][translator]. The translator compiles application shaders into Vulkan-compatible
13 complete. The translator initially assigns resources and in/out variables arbitrary descriptor set,
17 The translator outputs some feature code conditional to Vulkan specialization constants, which are
88 [translator]: https://chromium.googlesource.com/angle/angle/+/refs/heads/main/src/compiler/translat…
89 …//chromium.googlesource.com/angle/angle/+/refs/heads/main/src/compiler/translator/TranslatorVulkan…
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
Dcompiler_test.cpp76 sh::TCompiler *translator = sh::ConstructCompiler(type, spec, output); in compileTestShader() local
77 if (!translator->Init(*resources)) in compileTestShader()
79 SafeDelete(translator); in compileTestShader()
86 translator->compile(shaderStrings, 1, SH_OBJECT_CODE | compileOptions); in compileTestShader()
87 TInfoSink &infoSink = translator->getInfoSink(); in compileTestShader()
92 SafeDelete(translator); in compileTestShader()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dcompiler_test.cpp72 sh::TCompiler *translator = sh::ConstructCompiler(type, spec, output); in compileTestShader() local
73 if (!translator->Init(*resources)) in compileTestShader()
75 SafeDelete(translator); in compileTestShader()
82 translator->compile(shaderStrings, 1, SH_OBJECT_CODE | compileOptions); in compileTestShader()
83 TInfoSink &infoSink = translator->getInfoSink(); in compileTestShader()
92 SafeDelete(translator); in compileTestShader()

12345678910