Skip to content

Commit f31ca17

Browse files
authored
reserve blocks for Valve extensions (KhronosGroup#566)
1 parent 04f10f6 commit f31ca17

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

include/spirv/spir-v.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,14 @@
141141
<ids type="opcode" start="6656" end="6719" vendor="Meta" comment="Contact [email protected]"/>
142142
<ids type="opcode" start="6720" end="6783" vendor="MediaTek" comment="Contact [email protected]"/>
143143
<ids type="opcode" start="6784" end="6911" vendor="Intel" comment="Contact [email protected]"/>
144+
<ids type="opcode" start="6912" end="6975" vendor="Valve" comment="Contact [email protected]"/>
144145
<!-- Opcode enumerants to reserve for future use. To get a block, allocate
145146
multiples of 64 starting at the lowest available point in this
146147
block and add a corresponding <ids> tag immediately above. Make
147148
sure to fill in the vendor attribute, and preferably add a contact
148149
person/address in a comment attribute. -->
149150
<!-- Example new block: <ids type="opcode" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
150-
<ids type="opcode" start="6912" end="65535" comment="Opcode range reservable for future use by vendors"/>
151+
<ids type="opcode" start="6976" end="65535" comment="Opcode range reservable for future use by vendors"/>
151152
<!-- End reservations of opcodes -->
152153

153154

@@ -176,13 +177,14 @@
176177
<ids type="enumerant" start="6656" end="6719" vendor="Meta" comment="Contact [email protected]"/>
177178
<ids type="enumerant" start="6720" end="6783" vendor="MediaTek" comment="Contact [email protected]"/>
178179
<ids type="enumerant" start="6784" end="6911" vendor="Intel" comment="Contact [email protected]"/>
180+
<ids type="enumerant" start="6912" end="6975" vendor="Valve" comment="Contact [email protected]"/>
179181
<!-- Enumerants to reserve for future use. To get a block, allocate
180182
multiples of 64 starting at the lowest available point in this
181183
block and add a corresponding <ids> tag immediately above. Make
182184
sure to fill in the vendor attribute, and preferably add a contact
183185
person/address in a comment attribute. -->
184186
<!-- Example new block: <ids type="enumerant" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
185-
<ids type="enumerant" start="6912" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
187+
<ids type="enumerant" start="6976" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
186188
<!-- End reservations of enumerants -->
187189

188190

0 commit comments

Comments
 (0)