forked from KhronosGroup/SPIRV-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reserve 4 memory operands bits for Arm (KhronosGroup#436)
Change-Id: I3b19b7ab42ba7bd5a87776fb21cb62451bb61683
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -272,7 +272,8 @@ | |
<!-- Reserved memory operand bits --> | ||
<ids type="MemoryOperand" start="0" end="15" vendor="Khronos" comment="Reserved MemoryOperand bits, not available to vendors - see the SPIR-V Specification"/> | ||
<ids type="MemoryOperand" start="16" end="18" vendor="Intel" comment="Contact [email protected]"/> | ||
<ids type="MemoryOperand" start="19" end="30" comment="Unreserved bits reservable for use by vendors"/> | ||
<ids type="MemoryOperand" start="19" end="22" vendor="Arm" comment="Contact [email protected]"/> | ||
<ids type="MemoryOperand" start="23" end="30" comment="Unreserved bits reservable for use by vendors"/> | ||
<ids type="MemoryOperand" start="31" end="31" vendor="Khronos" comment="Reserved MemoryOperand bit, not available to vendors"/> | ||
|
||
<!-- SECTION: SPIR-V Image Operand Bit Reservations --> | ||
|