• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright (c) 2019-2020 Intel Corporation
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5include::{generated}/meta/{refprefix}VK_INTEL_shader_integer_functions2.txt[]
6
7=== Other Extension Metadata
8
9*Last Modified Date*::
10    2019-04-30
11*IP Status*::
12    No known IP claims.
13*Contributors*::
14  - Ian Romanick, Intel
15  - Ben Ashbaugh, Intel
16
17=== Description
18
19This extension adds support for several new integer instructions in SPIR-V
20for use in graphics shaders.
21Many of these instructions have pre-existing counterparts in the Kernel
22environment.
23
24The added integer functions are defined by the
25{spirv}/INTEL/SPV_INTEL_shader_integer_functions2.html[`SPV_INTEL_shader_integer_functions2`]
26SPIR-V extension and can be used with the GL_INTEL_shader_integer_functions2
27GLSL extension.
28
29include::{generated}/interfaces/VK_INTEL_shader_integer_functions2.txt[]
30
31=== New SPIR-V Capabilities
32
33  * <<spirvenv-capabilities-table-IntegerFunctions2INTEL,IntegerFunctions2INTEL>>
34
35=== Version History
36
37 * Revision 1, 2019-04-30 (Ian Romanick)
38   - Initial draft
39