Home
last modified time | relevance | path

Searched +full:fetch +full:- +full:depth (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/external/ImageMagick/.github/workflows/
Dmain.yml4 - main
6 - '!*'
9 - main
17 runs-on: ubuntu-latest
20 fail-fast: true
25 - uses: actions/checkout@v2
27 fetch-depth: 1
29 - name: Install dependencies
31 set -e
32 apt-get update -y
[all …]
Ddaily.yml4 - cron: 0 6 * * *
9 name: 'Linux Q${{matrix.quantum}}-x64 hdri=${{matrix.hdri}} (${{matrix.modules}})'
12 runs-on: ubuntu-latest
15 fail-fast: false
19 modules: [ 'with-modules', 'without-modules' ]
21 - quantum: 8
23 - quantum: 32
25 - quantum: 64
29 - name: Install dependencies
31 set -e
[all …]
Drelease.yml5 - main
7 - 'ChangeLog'
12 name: 'Windows ${{matrix.quantum}}${{matrix.hdri_flag}}-${{matrix.platform}} (${{matrix.type}})'
13 runs-on: windows-latest
16 fail-fast: false
23 - quantum: Q8
26 - platform: x64
29 - platform: x86
32 - type: dll
34 - type: static
[all …]
Dcodeql-analysis.yml4 - cron: 0 6 * * *
9 name: 'Linux Q${{matrix.quantum}}-x64 hdri=${{matrix.hdri}} (${{matrix.modules}})'
10 runs-on: ubuntu-latest
13 fail-fast: false
17 modules: [ 'with-modules', 'without-modules' ]
20 - uses: actions/checkout@v2
22 fetch-depth: 2
24 - name: Configure ImageMagick
26 export CFLAGS="-Wno-deprecated-declarations"
27 …./configure --with-quantum-depth=${{matrix.quantum}} --enable-hdri=${{matrix.hdri}} --${{matrix.mo…
[all …]
/external/deqp-deps/glslang/.github/workflows/
Dcontinuous_integration.yml13 - master
17 runs-on: ${{matrix.os}}
19 fail-fast: false
21 os: [ubuntu-20.04]
25 - uses: actions/checkout@v2
26 - uses: actions/setup-python@v2
28 python-version: '3.7'
29 - name: Install Ubuntu Package Dependencies
31 sudo apt-get -qq update
32 sudo apt-get install -y clang-6.0
[all …]
Dcontinuous_deployment.yml9 # Github github-script action: https://github.com/actions/github-script
11 # Octokit front-end to the GitHub REST API: https://octokit.github.io/rest.js/v18
12 # Octokit endpoint methods: https://github.com/octokit/plugin-rest-endpoint-methods.js/tree/master/…
14 # TODO: Use actions/upload-artifact and actions/download-artifact to simplify deployment.
23 - master
27 runs-on: ${{matrix.os.genus}}
29 fail-fast: false
31 os: [{genus: ubuntu-20.04, family: linux}]
35 - uses: actions/checkout@v2
36 - uses: actions/setup-python@v2
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/.github/workflows/
Dcontinuous_integration.yml13 - master
17 runs-on: ${{matrix.os}}
19 fail-fast: false
21 os: [ubuntu-20.04]
25 - uses: actions/checkout@v2
26 - uses: actions/setup-python@v2
28 python-version: '3.7'
29 - name: Install Ubuntu Package Dependencies
31 sudo apt-get -qq update
32 sudo apt-get install -y clang-6.0
[all …]
Dcontinuous_deployment.yml9 # Github github-script action: https://github.com/actions/github-script
11 # Octokit front-end to the GitHub REST API: https://octokit.github.io/rest.js/v18
12 # Octokit endpoint methods: https://github.com/octokit/plugin-rest-endpoint-methods.js/tree/master/…
14 # TODO: Use actions/upload-artifact and actions/download-artifact to simplify deployment.
23 - master
27 runs-on: ${{matrix.os.genus}}
29 fail-fast: false
31 os: [{genus: ubuntu-20.04, family: linux}]
35 - uses: actions/checkout@v2
36 - uses: actions/setup-python@v2
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm_sample.c20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
94 * Fetch the specified member of the lp_jit_texture structure.
96 * fetch the field's value. Otherwise, just emit the
111 LLVMBuilderRef builder = gallivm->builder; in draw_llvm_texture_member()
125 indices[2] = LLVMBuildAdd(gallivm->builder, indices[2], texture_unit_offset, ""); in draw_llvm_texture_member()
126 …LLVMValueRef cond = LLVMBuildICmp(gallivm->builder, LLVMIntULT, indices[2], lp_build_const_int32(g… in draw_llvm_texture_member()
127 …indices[2] = LLVMBuildSelect(gallivm->builder, cond, indices[2], lp_build_const_int32(gallivm, tex… in draw_llvm_texture_member()
146 * Fetch the specified member of the lp_jit_sampler structure.
148 * fetch the field's value. Otherwise, just emit the
162 LLVMBuilderRef builder = gallivm->builder; in draw_llvm_sampler_member()
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tex_sample.c20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
33 * - TGSI -> LLVM translation (i.e., lp_build_tgsi_soa)
34 * - texture sampling code generation (i.e., lp_build_sample_soa)
35 * - LLVM pipe driver
102 * Fetch the specified member of the lp_jit_texture structure.
104 * fetch the field's value. Otherwise, just emit the
119 LLVMBuilderRef builder = gallivm->builder; in lp_llvm_texture_member()
133 indices[2] = LLVMBuildAdd(gallivm->builder, indices[2], texture_unit_offset, ""); in lp_llvm_texture_member()
134 …LLVMValueRef cond = LLVMBuildICmp(gallivm->builder, LLVMIntULT, indices[2], lp_build_const_int32(g… in lp_llvm_texture_member()
135 …indices[2] = LLVMBuildSelect(gallivm->builder, cond, indices[2], lp_build_const_int32(gallivm, tex… in lp_llvm_texture_member()
[all …]
/external/rust/crates/termcolor/.github/workflows/
Dci.yml6 - 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/angle/src/compiler/translator/
DTextureFunctionHLSL.cpp3 // 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()
75 // Convert from normalized floating-point to integer in OutputIntTexCoordWraps()
101 *texCoordZ = ImmutableString("int(max(0, min(layers - 1, floor(0.5 + t.z))))"); in OutputIntTexCoordWraps()
108 OutputIntTexCoordWrap(out, "wrapR", "depth", *texCoordZ, "offset.z", "tiz"); in OutputIntTexCoordWraps()
112 OutputIntTexCoordWrap(out, "wrapR", "depth", *texCoordZ, "0", "tiz"); in OutputIntTexCoordWraps()
129 textureFunction.method == TextureFunctionHLSL::TextureFunction::FETCH) in OutputHLSL4SampleFunctionPrefix()
[all …]
/external/rust/crates/quickcheck/.github/workflows/
Dci.yml6 - 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/rust/crates/walkdir/.github/workflows/
Dci.yml6 - 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/python/cpython2/PCbuild/
Dget_externals.bat3 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/extensions/
DANGLE_texture_multisample.txt43 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/rust/crates/aho-corasick/.github/workflows/
Dci.yml6 - 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/python/cpython3/PCbuild/
Dget_externals.bat3 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/deqp/external/openglcts/docs/specs/
DCTS_ARB_post_depth_coverage.txt24 - 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/
Dci.yaml12 RUSTFLAGS: -D warnings
18 runs-on: ubuntu-latest
21 - uses: actions/checkout@v2
23 fetch-depth: 0 # fetch tags for publish
25 - run: cargo run -p xtask -- ci
/external/mesa3d/src/gallium/drivers/swr/
Dswr_tex_sample.cpp20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
37 * - TGSI -> LLVM translation (i.e., lp_build_tgsi_soa)
38 * - texture sampling code generation (i.e., lp_build_sample_soa)
39 * - SWR driver
93 * Fetch the specified member of the lp_jit_texture structure.
95 * fetch the field's value. Otherwise, just emit the
109 LLVMBuilderRef builder = gallivm->builder; in swr_texture_member()
120 switch (dynamic->shader_type) { in swr_texture_member()
160 * fetch the members of lp_jit_texture to fulfill the sampler code
187 SWR_TEXTURE_MEMBER(depth, TRUE) in SWR_TEXTURE_MEMBER()
[all …]
/external/skia/docker/skia-wasm-release/
DDockerfile2 FROM gcr.io/skia-public/emsdk-base:prod as builder
4 RUN apt-get update && apt-get upgrade -y && apt-get install -y \
6 libfreetype6-dev
9 && git clone --depth 1 'https://chromium.googlesource.com/chromium/tools/depot_tools.git'
13 # Checkout Skia using fetch from depot_tools
14 RUN mkdir -p /tmp/skia \
16 && fetch skia
19 # https://skia-review.googlesource.com/c/buildbot/+/286537/5/docker/Dockerfile#46
26 RUN if [ -z "${HASH}" ] ; then echo "HASH must be specified as a --build-arg"; exit 1; fi
29 && git fetch \
[all …]
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayImageTextureSize.hpp3 /*-------------------------------------------------------------------------
5 * -----------------------------
7 * Copyright (c) 2014-2016 The Khronos Group Inc.
13 * http://www.apache.org/licenses/LICENSE-2.0
24 */ /*-------------------------------------------------------------------*/
28 * \brief texture_cube_map_array extension - Texture Size Test (Test 10)
29 */ /*-------------------------------------------------------------------*/
38 * Make sure shaders can correctly query the size of cube-map array textures
44 * Priority: Must-have.
47 * return correct values for cube-map array textures.
[all …]
/external/rust/crates/byteorder/.github/workflows/
Dci.yml6 - 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/swiftshader/tests/regres/git/
Dgit.go7 // http://www.apache.org/licenses/LICENSE-2.0
73 // Commit calls 'git commit -m <msg> --author <author>'.
77 args = append(args, "-c", "user.name="+flags.Name)
80 args = append(args, "-c", "user.email="+flags.Email)
82 args = append(args, "commit", "-m", msg)
96 f, err := ioutil.TempFile("", "regres-cookies.txt")
108 args = append(args, "-c", "http.cookiefile="+f.Name())
114 // CheckoutRemoteBranch performs a git fetch and checkout of the given branch into path.
123 {"fetch", "origin", "--depth=1", branch},
135 // CheckoutRemoteCommit performs a git fetch and checkout of the given commit into path.
[all …]

12345678910>>...17