Searched refs:Tint (Results 1 – 25 of 2017) sorted by relevance
12345678910>>...81
/third_party/skia/third_party/externals/tint/ |
D | CMakeLists.txt | 1 # Copyright 2020 The Tint Authors. 100 message(STATUS "Tint build samples: ${TINT_BUILD_SAMPLES}") 101 message(STATUS "Tint build docs: ${TINT_BUILD_DOCS}") 102 message(STATUS "Tint build docs with warn as error: ${TINT_DOCS_WARN_AS_ERROR}") 103 message(STATUS "Tint build SPIR-V reader: ${TINT_BUILD_SPV_READER}") 104 message(STATUS "Tint build WGSL reader: ${TINT_BUILD_WGSL_READER}") 105 message(STATUS "Tint build GLSL writer: ${TINT_BUILD_GLSL_WRITER}") 106 message(STATUS "Tint build HLSL writer: ${TINT_BUILD_HLSL_WRITER}") 107 message(STATUS "Tint build MSL writer: ${TINT_BUILD_MSL_WRITER}") 108 message(STATUS "Tint build SPIR-V writer: ${TINT_BUILD_SPV_WRITER}") [all …]
|
D | README.md | 1 # Tint chapter 3 Tint is a compiler for the WebGPU Shader Language (WGSL). 22 Tint uses Chromium dependency management so you need to install [depot_tools] 80 of integration of Tint into Chromium based projects. This toolchain has 104 Tint. 106 Tint has a process for supporting [experimental extensions](docs/experimental_extensions.md).
|
D | tint_overrides_with_defaults.gni | 1 # Copyright 2020 The Tint Authors. 17 # This file contains Tint-related build flags.
|
D | standalone.gclient | 2 # standalone checkout of Tint.
|
/third_party/skia/third_party/externals/tint/docs/ |
D | coverage-info.md | 1 # Generating and viewing Tint code-coverage 8 ## Building Tint with coverage generation enabled 10 Follow the steps [to build Tint with CMake](../README.md), but include the additional `-DTINT_EMIT_… 23 * `coverage.summary` - A text file giving a coverage summary for all Tint source files.
|
D | style_guide.md | 1 # Tint style guide 27 in WGSL or another shader language processed by Tint. If the concept you are 32 Tint requires C++14. 34 Tint uses the Chromium build system and will stay synchronized with that system.
|
D | experimental_extensions.md | 4 to prove its worth. Tint needs to support these, in general to enable 16 This informs the Tint implementation, and tells shader authors what 23 as a document in this Tint repository. 26 Note: Should the Tint repo have a label for experimental features?
|
D | end-to-end-tests.md | 1 # Tint end-to-end tests 9 Each test input file is tested against each of the Tint backends. There are `<number-of-input-files… 13 An expectation file contains the expected output of Tint, when passed the input file for the given …
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/ |
D | main.go | 66 %[1]v is a tool to synchronize Dawn's release branches with Tint. 68 %[1]v will scan the release branches of both Dawn and Tint, and will: 69 * Create new Gerrit changes to roll new release branch changes from Tint into 71 * Find and create missing Tint release branches, using the git hash of Tint in 74 %[1]v does not depend on the current state of the Tint checkout, nor will it
|
/third_party/skia/third_party/externals/tint/samples/ |
D | CMakeLists.txt | 1 # Copyright 2020 The Tint Authors. 19 ## Tint executable
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | README.md | 3 This component translates SPIR-V written for Vulkan into the Tint AST. 8 It's usable from the Tint command line:
|
/third_party/vk-gl-cts/build/external/spirv-tools/spirv-tools/ |
D | generators.inc | 24 {23, "Google", "Tint Compiler", "Google Tint Compiler"},
|
/third_party/skia/third_party/externals/tint/infra/config/global/generated/ |
D | luci-milo.cfg | 9 name: "Tint CI Builders" 76 name: "Tint try Builders"
|
/third_party/skia/third_party/externals/dawn/third_party/ |
D | CMakeLists.txt | 61 message(STATUS "Dawn: using Tint at ${DAWN_TINT_DIR}") 62 # TODO(crbug.com/tint/1217): Tint expects glslang for validation when
|
/third_party/skia/third_party/externals/tint/test/expressions/bitcast/scalar/ |
D | u32-u32.wgsl.expected.spvasm | 3 ; Generator: Google Tint Compiler; 0
|
D | i32-i32.wgsl.expected.spvasm | 3 ; Generator: Google Tint Compiler; 0
|
D | f32-f32.wgsl.expected.spvasm | 3 ; Generator: Google Tint Compiler; 0
|
D | i32-f32.wgsl.expected.spvasm | 3 ; Generator: Google Tint Compiler; 0
|
D | i32min-u32.wgsl.expected.spvasm | 3 ; Generator: Google Tint Compiler; 0
|
D | f32-i32.wgsl.expected.spvasm | 3 ; Generator: Google Tint Compiler; 0
|
D | i32-u32.wgsl.expected.spvasm | 3 ; Generator: Google Tint Compiler; 0
|
D | f32-u32.wgsl.expected.spvasm | 3 ; Generator: Google Tint Compiler; 0
|
D | u32-f32.wgsl.expected.spvasm | 3 ; Generator: Google Tint Compiler; 0
|
D | u32-i32.wgsl.expected.spvasm | 3 ; Generator: Google Tint Compiler; 0
|
/third_party/skia/third_party/externals/tint/test/bug/chromium/ |
D | 1221120.wgsl.expected.spvasm | 3 ; Generator: Google Tint Compiler; 0
|
12345678910>>...81