| /external/cronet/third_party/googletest/src/.github/workflows/ |
| D | gtest-ci.yml | 9 runs-on: ubuntu-latest 12 - uses: actions/checkout@v2 14 fetch-depth: 0 16 - name: Tests 17 run: bazel test --test_output=errors //... 20 runs-on: macos-latest 23 - uses: actions/checkout@v2 25 fetch-depth: 0 27 - name: Tests 28 run: bazel test --test_output=errors //... [all …]
|
| /external/curl/.github/workflows/ |
| D | curl-for-win.yml | 3 # SPDX-License-Identifier: curl 4 --- 5 name: curl-for-win 10 - master 11 - '*/ci' 14 - master 17 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} 18 cancel-in-progress: true 30 linux-musl-llvm: 31 runs-on: ubuntu-latest [all …]
|
| /external/cronet/third_party/boringssl/src/third_party/googletest/.github/workflows/ |
| D | gtest-ci.yml | 8 BAZEL_CXXOPTS: -std=c++14 12 runs-on: ubuntu-latest 15 - uses: actions/checkout@v3 17 fetch-depth: 0 19 - name: Tests 20 run: bazel test --cxxopt=-std=c++14 --features=external_include_paths --test_output=errors ... 23 runs-on: macos-latest 26 - uses: actions/checkout@v3 28 fetch-depth: 0 30 - name: Tests [all …]
|
| /external/googletest/.github/workflows/ |
| D | gtest-ci.yml | 8 BAZEL_CXXOPTS: -std=c++14 12 runs-on: ubuntu-latest 15 - uses: actions/checkout@v3 17 fetch-depth: 0 19 - name: Tests 20 run: bazel test --cxxopt=-std=c++14 --features=external_include_paths --test_output=errors ... 23 runs-on: macos-latest 26 - uses: actions/checkout@v3 28 fetch-depth: 0 30 - name: Tests [all …]
|
| /external/sdv/vsomeip/third_party/boost/regex/.github/workflows/ |
| D | ci.yml | 9 ubuntu-focal: 10 runs-on: ubuntu-20.04 12 fail-fast: false 14 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ] 17 - uses: actions/checkout@v2 19 fetch-depth: '0' 20 - uses: mstachniuk/ci-skip@v1 22 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win… 23 commit-filter-separator: ';' 24 fail-fast: true [all …]
|
| /external/sdv/vsomeip/third_party/boost/config/.github/workflows/ |
| D | ci.yml | 10 ubuntu-focal: 11 runs-on: ubuntu-20.04 13 fail-fast: false 15 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ] 17 - uses: actions/checkout@v2 19 fetch-depth: '0' 20 - uses: mstachniuk/ci-skip@v1 22 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win… 23 commit-filter-separator: ';' 24 fail-fast: true [all …]
|
| /external/sdv/vsomeip/third_party/boost/type_traits/.github/workflows/ |
| D | ci.yml | 11 - master 12 - develop 17 ubuntu-focal: 18 runs-on: ubuntu-20.04 20 fail-fast: false 22 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ] 25 - uses: actions/checkout@v2 27 fetch-depth: '0' 28 - uses: mstachniuk/ci-skip@v1 30 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win… [all …]
|
| /external/mesa3d/.gitlab-ci/windows/ |
| D | mesa_deps_test_piglit.ps1 | 4 $MyPath = $MyInvocation.MyCommand.Path | Split-Path -Parent 7 $source_dir = Join-Path -Path "$PWD" -ChildPath "src" 8 $waffle_source = Join-Path -Path "$source_dir" -ChildPath "waffle" 9 $waffle_install = Join-Path -Path "$PWD" -ChildPath "waffle" 10 $piglit_source = Join-Path -Path "$PWD" -ChildPath "Piglit" 12 Write-Host "Cloning Waffle at:" 13 Get-Date 14 New-Item -ItemType Directory -Path "$waffle_source" | Out-Null 15 Push-Location -Path $waffle_source 18 git fetch --depth 1 origin 950a1f35a718bc2a8e1dda75845e52651bb331a7 # of branch master [all …]
|
| /external/rust/crates/quickcheck/.github/workflows/ |
| D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 12 runs-on: ${{ matrix.os }} 16 - pinned 17 - stable 18 - beta 19 - nightly 20 - macos 21 - win-msvc 22 - win-gnu [all …]
|
| /external/accompanist/.github/workflows/ |
| D | automerger.yml | 6 - main 10 runs-on: ubuntu-latest 13 - uses: actions/checkout@v2 15 fetch-depth: '0' # 0 == fetch all history history 19 - run: | 20 git config user.name github-actions 21 git config user.email github-actions@github.com 22 git fetch origin 23 git merge origin/main --no-edit
|
| D | build.yml | 6 - main 7 - compose-1.0 8 - compose-1.0 9 - compose-1.1 10 - compose-1.2 11 - compose-1.3 12 - compose-1.4 13 - compose-1.5 14 paths-ignore: 15 - '**.md' [all …]
|
| D | build-snapshot.yml | 6 - snapshot 7 paths-ignore: 8 - '**.md' 11 - snapshot 19 runs-on: ubuntu-latest 20 timeout-minutes: 30 23 - uses: actions/checkout@v2 25 # Fetch expanded history, which is needed for affected module detection 26 fetch-depth: '500' 28 - name: Copy CI gradle.properties [all …]
|
| /external/rust/crates/walkdir/.github/workflows/ |
| D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 12 runs-on: ${{ matrix.os }} 16 - pinned 17 - pinned-win 18 - stable 19 - beta 20 - nightly 21 - macos 22 - win-msvc [all …]
|
| /external/robolectric/.github/workflows/ |
| D | check_code_style.yml | 5 branches: [ master, 'robolectric-*.x' ] 6 paths-ignore: 7 - '**.md' 11 paths-ignore: 12 - '**.md' 15 group: ${{ github.workflow }}-${{ github.ref }} 16 cancel-in-progress: true 23 runs-on: ubuntu-22.04 26 - uses: actions/checkout@v4 28 fetch-depth: 0 [all …]
|
| /external/google-benchmark/.github/workflows/ |
| D | wheels.yml | 7 - published 12 runs-on: ubuntu-latest 14 - name: Check out repo 17 fetch-depth: 0 18 - name: Install Python 3.12 19 uses: actions/setup-python@v5 21 python-version: 3.12 22 - run: python -m pip install build 23 - name: Build sdist 24 run: python -m build --sdist [all …]
|
| /external/python/cpython2/PCbuild/ |
| D | get_externals.bat | 3 rem Simple script to fetch source for external libraries 12 if "%~1"=="--no-tkinter" (set IncludeTkinter=false) & shift & goto CheckOpts 13 if "%~1"=="--no-openssl" (set IncludeSSL=false) & shift & goto CheckOpts 14 if "%~1"=="--python" (set PYTHON_FOR_BUILD=%2) & shift & shift & goto CheckOpts 15 if "%~1"=="--organization" (set ORG=%2) & shift & shift & goto CheckOpts 16 if "%~1"=="-c" (set DO_CLEAN=true) & shift & goto CheckOpts 17 if "%~1"=="--clean" (set DO_CLEAN=true) & shift & goto CheckOpts 18 if "%~1"=="--clean-only" (set DO_FETCH=false) & goto clean 21 if "%DO_CLEAN%"=="false" goto fetch 30 :fetch label [all …]
|
| /external/angle/src/compiler/translator/hlsl/ |
| D | TextureFunctionHLSL.cpp | 3 // Use of this source code is governed by a BSD-style license that can be 41 << "Offset)), 0, int(" << size << ") - 1);\n"; in OutputIntTexCoordWrap() 48 out << " " << texCoordOutName << " = clamp(texCoordInt, 0, int(" << size << ") - 1);\n"; in OutputIntTexCoordWrap() 56 out << " float coordWrapped = 1.0 - abs(frac(abs(" << texCoordOutName in OutputIntTexCoordWrap() 57 << "Offset) * 0.5) * 2.0 - 1.0);\n"; in OutputIntTexCoordWrap() 59 << size << ") - 1);\n"; in OutputIntTexCoordWrap() 66 << "Offset))), int(" << size << ") - 1);\n"; in OutputIntTexCoordWrap() 83 // Convert from normalized floating-point to integer in OutputIntTexCoordWraps() 109 *texCoordZ = ImmutableString("int(max(0, min(layers - 1, floor(0.5 + t.z))))"); in OutputIntTexCoordWraps() 116 OutputIntTexCoordWrap(out, "wrapR", "depth", *texCoordZ, "offset.z", "tiz"); in OutputIntTexCoordWraps() [all …]
|
| /external/deqp/external/openglcts/docs/specs/ |
| D | CTS_ARB_post_depth_coverage.txt | 24 - OpenGL 4.5 Core Profile specification, 25 - ARB_post_depth_coverage extension specification. 55 Prepare multisample framebuffer with integer color and depth attachments 67 Turn on depth test. 78 The figure shall be placed at near view (eg. depth equal 0.25). 83 previous polygon (eg. at depth equal to 0.75). Do not use post depth 86 Turn off depth test. 96 using the second program and draw call. Fetch value of gl_SampleMaskIn 100 Repeat the test using post depth coverage layout for the second draw 104 Repeat both test cases substituting the depth test with the stencil [all …]
|
| /external/rust/crates/once_cell/.github/workflows/ |
| D | ci.yaml | 12 RUSTFLAGS: -D warnings 18 runs-on: ubuntu-latest 21 - uses: actions/checkout@v2 23 fetch-depth: 0 # fetch tags for publish 24 - uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 25 - run: cargo run -p xtask -- ci 28 MIRIFLAGS: -Zmiri-strict-provenance
|
| /external/angle/extensions/ |
| D | ANGLE_texture_multisample.txt | 43 This extension provides support for a new type of texture - 44 two-dimensional multisample textures - as well as mechanisms to 58 * An API to query the texture's level-of-detail information for various 152 ----------------------------------------- ------------ 170 of the texel fetch in the following cases is zero. If robust buffer 171 access is not enabled, the result of the texel fetch is undefined if 185 texture sampler. No other sample or fetch commands may be performed 202 location (x, y) is returned as two floating-point values in (val[0], 204 represent a location in pixel space at which depth and associated 227 The texture object name space, including the initial two- and [all …]
|
| /external/python/cpython3/PCbuild/ |
| D | get_externals.bat | 3 rem Simple script to fetch source for external libraries 15 if "%~1"=="--no-tkinter" (set IncludeTkinter=false) & shift & goto CheckOpts 16 if "%~1"=="--no-openssl" (set IncludeSSL=false) & shift & goto CheckOpts 17 if "%~1"=="--no-libffi" (set IncludeLibffi=false) & shift & goto CheckOpts 18 if "%~1"=="--tkinter-src" (set IncludeTkinterSrc=true) & shift & goto CheckOpts 19 if "%~1"=="--openssl-src" (set IncludeSSLSrc=true) & shift & goto CheckOpts 20 if "%~1"=="--libffi-src" (set IncludeLibffiSrc=true) & shift & goto CheckOpts 21 if "%~1"=="--python" (set PYTHON=%2) & shift & shift & goto CheckOpts 22 if "%~1"=="--organization" (set ORG=%2) & shift & shift & goto CheckOpts 23 if "%~1"=="-c" (set DO_CLEAN=true) & shift & goto CheckOpts [all …]
|
| /external/rust/crates/aho-corasick/.github/workflows/ |
| D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 13 # For some builds, we use cross to test on 32-bit and big-endian 16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`. 18 runs-on: ${{ matrix.os }} 22 - pinned 23 - stable 24 - stable-32 25 - stable-mips 26 - beta [all …]
|
| /external/mockito-kotlin/.github/workflows/ |
| D | ci.yml | 5 # - skipping CI: add [skip ci] to the commit message 6 # - skipping release: add [skip release] to the commit message 13 - main 14 tags-ignore: 15 …- v* # release tags are automatically generated after a successful CI build, no need to run CI aga… 18 - main 23 # SINGLE-JOB 26 runs-on: ubuntu-latest 31 - name: 1. Check out code 34 - name: 2. Set up Java 8 [all …]
|
| /external/mesa3d/src/gallium/auxiliary/util/ |
| D | u_simple_shaders.c | 21 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 54 * Make simple vertex pass-through shader. 155 return pipe->create_vs_state(pipe, &state); in util_make_layered_clear_helper_vertex_shader() 199 return pipe->create_gs_state(pipe, &state); in util_make_layered_clear_geometry_shader() 212 * applies clamp to edge as clamp(coord, 0, dim - 1). in ureg_load_tex() 215 * with f2i will get optimized out in NIR where f2i has round-to-zero in ureg_load_tex() 242 * .. optional SINT <-> UINT clamping .. 299 ureg_UMIN(ureg, temp, ureg_src(temp), ureg_imm1u(ureg, (1u << 31) - 1)); in util_make_fragment_tex_shader() 312 * and writes it as depth and stencil, respectively. 321 struct ureg_dst depth, stencil, tmp; in util_make_fs_blit_zs() local [all …]
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_jit_types.c | 17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 39 LLVMContextRef lc = gallivm->context; in lp_build_create_jit_buffer_type() 50 gallivm->target, buffer_type, in lp_build_create_jit_buffer_type() 54 gallivm->target, buffer_type, in lp_build_create_jit_buffer_type() 64 LLVMBuilderRef builder = gallivm->builder; in lp_llvm_descriptor_base() 76 LLVMTypeRef int64_type = LLVMInt64TypeInContext(gallivm->context); in lp_llvm_descriptor_base() 91 LLVMBuilderRef builder = gallivm->builder; in lp_llvm_buffer_member() 111 …LLVMValueRef cond = LLVMBuildICmp(gallivm->builder, LLVMIntULT, buffers_offset, lp_build_const_int… in lp_llvm_buffer_member() 112 …indices[1] = LLVMBuildSelect(gallivm->builder, cond, buffers_offset, lp_build_const_int32(gallivm,… in lp_llvm_buffer_member() 144 LLVMContextRef lc = gallivm->context; in lp_build_create_jit_texture_type() [all …]
|