Name Strings

SPV_EXT_image_raw10_raw12

Contact

To report problems with this extension, please open a new issue at:

Contributors

  • Kevin Petit, Arm Ltd.

  • Sven van Haastregt, Arm Ltd.

Notice

Copyright (c) 2023 The Khronos Group Inc. Copyright terms at http://www.khronos.org/registry/speccopyright.html

Status

Complete.

Version

Last Modified Date

2023-06-21

Revision

1

Dependencies

This extension is written against the SPIR-V Specification, Version 1.6 Revision 2.

This extension requires SPIR-V 1.0.

Overview

This extension adds Image Channel Data Type definitions for RAW10 and RAW12 image formats.

Extension Name

To use this extension within a SPIR-V module, the following OpExtension must be present in the module:

OpExtension "SPV_EXT_image_raw10_raw12"

Modifications to the SPIR-V Specification, Version 1.6

Image Channel Data Type

Modify Section 3.13, "Image Channel Data Type", adding these rows to the table:

Image Channel Data Type Enabling Capabilities

19

UnsignedIntRaw10EXT

Kernel

20

UnsignedIntRaw12EXT

Kernel

Issues

None.

Revision History

Rev Date Author Changes

1

2023-06-21

Kevin Petit

Initial revision