Home
last modified time | relevance | path

Searched +full:spirv +full:- +full:toolsd (Results 1 – 3 of 3) sorted by relevance

/external/angle/third_party/glslang/src/.github/workflows/
Dcontinuous_deployment.yml3 # Github github-script action: https://github.com/actions/github-script
5 # Octokit front-end to the GitHub REST API: https://octokit.github.io/rest.js/v18
6 # Octokit endpoint methods: https://github.com/octokit/plugin-rest-endpoint-methods.js/tree/master/…
8 # TODO: Use actions/upload-artifact and actions/download-artifact to simplify deployment.
17 - main
18 paths-ignore:
19 - 'README.md'
20 - 'README-spirv-remap.txt'
21 - 'LICENSE.txt'
22 - 'CODE_OF_CONDUCT.md'
[all …]
/external/deqp-deps/glslang/.github/workflows/
Dcontinuous_deployment.yml3 # Github github-script action: https://github.com/actions/github-script
5 # Octokit front-end to the GitHub REST API: https://octokit.github.io/rest.js/v18
6 # Octokit endpoint methods: https://github.com/octokit/plugin-rest-endpoint-methods.js/tree/master/…
8 # TODO: Use actions/upload-artifact and actions/download-artifact to simplify deployment.
17 - main
18 paths-ignore:
19 - 'README.md'
20 - 'README-spirv-remap.txt'
21 - 'LICENSE.txt'
22 - 'CODE_OF_CONDUCT.md'
[all …]
/external/vulkan-validation-layers/
DCMakeLists.txt2 # Copyright (c) 2014-2019 Valve Corporation
3 # Copyright (c) 2014-2019 LunarG, Inc.
9 # http://www.apache.org/licenses/LICENSE-2.0
18 …ake project initialization -----------------------------------------------------------------------…
19 # This section contains pre-project() initialization, and ends with the project() command.
26 project(Vulkan-ValidationLayers)
30 # User-interface declarations ---------------------------------------------------------------------…
37 add_definitions(-DAPI_NAME="${API_NAME}")
51 add_library(Vulkan-Headers INTERFACE)
52 target_include_directories(Vulkan-Headers INTERFACE ${VulkanHeaders_INCLUDE_DIRS})
[all …]