summaryrefslogtreecommitdiff
path: root/appendices/VK_KHR_shader_subgroup_extended_types.adoc
blob: 05e9a96fc9f76459368607d86c7253f3db597ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// Copyright 2017-2023 The Khronos Group Inc.
//
// SPDX-License-Identifier: CC-BY-4.0

include::{generated}/meta/{refprefix}VK_KHR_shader_subgroup_extended_types.adoc[]

=== Other Extension Metadata

*Last Modified Date*::
    2019-01-08
*IP Status*::
    No known IP claims.
*Interactions and External Dependencies*::
  - This extension provides API support for
    {GLSLregistry}/ext/GLSL_EXT_shader_subgroup_extended_types.txt[`GLSL_EXT_shader_subgroup_extended_types`]
*Contributors*::
  - Jeff Bolz, NVIDIA
  - Jan-Harald Fredriksen, Arm
  - Neil Henning, AMD
  - Daniel Koch, NVIDIA
  - Jeff Leger, Qualcomm
  - Graeme Leese, Broadcom
  - David Neto, Google
  - Daniel Rakos, AMD

=== Description

This extension enables the Non Uniform Group Operations in SPIR-V to support
8-bit integer, 16-bit integer, 64-bit integer, 16-bit floating-point, and
vectors of these types.

=== Promotion to Vulkan 1.2

All functionality in this extension is included in core Vulkan 1.2, with the
KHR suffix omitted.
The original type, enum and command names are still available as aliases of
the core functionality.

include::{generated}/interfaces/VK_KHR_shader_subgroup_extended_types.adoc[]

=== Version History

  * Revision 1, 2019-01-08 (Neil Henning)
  ** Initial draft