You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/spirv/spir-v.xml
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -252,4 +252,24 @@
252
252
<idstype="MemoryOperand"start="18"end="30"comment="Unreserved bits reservable for use by vendors"/>
253
253
<idstype="MemoryOperand"start="31"end="31"vendor="Khronos"comment="Reserved MemoryOperand bit, not available to vendors"/>
254
254
255
+
<!-- SECTION: SPIR-V Image Operand Bit Reservations -->
256
+
<!-- Reserve ranges of bits in the image operands bitfield.
257
+
258
+
Each vendor determines the use of values in their own ranges.
259
+
Vendors are not required to disclose those uses. If the use of a
260
+
value is included in an extension that is adopted by a Khronos
261
+
extension or specification, then that value's use may be permanently
262
+
fixed as if originally reserved in a Khronos range.
263
+
264
+
The SPIR Working Group strongly recommends:
265
+
- Each value is used for only one purpose.
266
+
- All values in a range should be used before allocating a new range.
267
+
-->
268
+
269
+
<!-- Reserved image operand bits -->
270
+
<idstype="ImageOperand"start="0"end="15"vendor="Khronos"comment="Reserved ImageOperand bits, not available to vendors - see the SPIR-V Specification"/>
0 commit comments