Searched +full:build +full:- +full:swift +full:- +full:wasm (Results 1 – 6 of 6) sorted by relevance
| /external/skia/docker/ |
| D | README.md | 5 ## skia-release 7 This image is used to build Skia at TOT with SwiftShader. 12 docker build -t skia-release ./docker/skia-release/ 13 docker tag skia-release gcr.io/skia-public/skia-release:prod 14 docker push gcr.io/skia-public/skia-release:prod 16 ## skia-wasm-release 18 This image is used to build the Web Assembly (WASM) libraries of Skia 24 docker build -t skia-wasm-release ./docker/skia-wasm-release/ 25 docker tag skia-wasm-release gcr.io/skia-public/skia-wasm-release:prod 26 docker push gcr.io/skia-public/skia-wasm-release:prod [all …]
|
| /external/flatbuffers/tests/FlatBuffers.Test.Swift/ |
| D | SwiftTest.sh | 5 shopt -s expand_aliases 8 fbc --swift --gen-mutable --grpc --gen-json-emit --gen-object-api -I ${test_dir}/include_test ${tes… 9 fbc --swift --gen-json-emit ${test_dir}/optional_scalars.fbs 10 fbc --swift --gen-json-emit --gen-object-api ${test_dir}/more_defaults.fbs 11 fbc --swift --gen-json-emit --gen-mutable --gen-object-api ${test_dir}/MutatingBool.fbs 12 fbc --swift ${test_dir}/vector_has_test.fbs 17 fbc --swift --gen-mutable --grpc --gen-json-emit --gen-object-api --swift-implementation-only test_… 18 fbc --swift --gen-mutable --grpc --gen-json-emit --gen-object-api --no-includes test_no_include.fbs 23 fbc --swift --gen-json-emit fuzzer.fbs 26 cd ${test_dir}/Flatbuffers.Test.Swift.WASM/Tests/FlatBuffers.Test.Swift.WASMTests [all …]
|
| /external/flatbuffers/.github/workflows/ |
| D | build.yml | 2 permissions: read-all 9 - "*" # new tag version, like `0.8.4` or else 11 - master 14 - master 17 build-linux: 21 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }} 22 digests-clang: ${{ steps.hash-clang.outputs.hashes }} 23 name: Build Linux 24 runs-on: ubuntu-latest 27 cxx: [g++-10, clang++-12] [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
| D | CommandFlags.cpp | 1 //===-- CommandFlags.cpp - Command Line Flags Interface ---------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file contains codegen-specific flags that are shared between different 13 //===----------------------------------------------------------------------===// 48 if (NAME##View->getNumOccurrences()) { \ 115 "march", cl::desc("Architecture to generate code for (see --version)")); in CGOPT() 119 "mcpu", cl::desc("Target a specific cpu type (-mcpu=help for details)"), in CGOPT() 120 cl::value_desc("cpu-name"), cl::init("")); in CGOPT() 125 cl::desc("Target specific attributes (-mattr=help for details)"), in CGOPT() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 1 //===- SelectionDAGBuilder.cpp - Selection-DAG building -------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 135 /// LimitFloatPrecision - Generate low-precision inline sequences for 140 LimitFPPrecision("limit-float-precision", 141 cl::desc("Generate low-precision inline sequences " 147 "switch-peel-threshold", cl::Hidden, cl::init(66), 153 // DAG-based analysis from blowing up. For example, alias analysis and 160 // optimization, but could be lowered to improve compile time. Any ld-ld-st-st [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 1 //===- SelectionDAGBuilder.cpp - Selection-DAG building -------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 112 /// LimitFloatPrecision - Generate low-precision inline sequences for 117 InsertAssertAlign("insert-assert-align", cl::init(true), 122 LimitFPPrecision("limit-float-precision", 123 cl::desc("Generate low-precision inline sequences " 129 "switch-peel-threshold", cl::Hidden, cl::init(66), 135 // DAG-based analysis from blowing up. For example, alias analysis and [all …]
|