-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reserve SPIR-V enums for MediaTek (#451)
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
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 |
---|---|---|
|
@@ -152,13 +152,14 @@ | |
<ids type="opcode" start="6528" end="6591" vendor="Codeplay" comment="Contact [email protected]"/> | ||
<ids type="opcode" start="6592" end="6655" vendor="Saarland University" comment="Contact [email protected]"/> | ||
<ids type="opcode" start="6656" end="6719" vendor="Meta" comment="Contact [email protected]"/> | ||
<ids type="opcode" start="6720" end="6783" vendor="MediaTek" comment="Contact [email protected]"/> | ||
<!-- Opcode enumerants to reserve for future use. To get a block, allocate | ||
multiples of 64 starting at the lowest available point in this | ||
block and add a corresponding <ids> tag immediately above. Make | ||
sure to fill in the vendor attribute, and preferably add a contact | ||
person/address in a comment attribute. --> | ||
<!-- Example new block: <ids type="opcode" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> --> | ||
<ids type="opcode" start="6720" end="65535" comment="Opcode range reservable for future use by vendors"/> | ||
<ids type="opcode" start="6784" end="65535" comment="Opcode range reservable for future use by vendors"/> | ||
<!-- End reservations of opcodes --> | ||
|
||
|
||
|
@@ -185,13 +186,14 @@ | |
<ids type="enumerant" start="6528" end="6591" vendor="Codeplay" comment="Contact [email protected]"/> | ||
<ids type="enumerant" start="6592" end="6655" vendor="Saarland University" comment="Contact [email protected]"/> | ||
<ids type="enumerant" start="6656" end="6719" vendor="Meta" comment="Contact [email protected]"/> | ||
<ids type="enumerant" start="6720" end="6783" vendor="MediaTek" comment="Contact [email protected]"/> | ||
<!-- Enumerants to reserve for future use. To get a block, allocate | ||
multiples of 64 starting at the lowest available point in this | ||
block and add a corresponding <ids> tag immediately above. Make | ||
sure to fill in the vendor attribute, and preferably add a contact | ||
person/address in a comment attribute. --> | ||
<!-- Example new block: <ids type="enumerant" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> --> | ||
<ids type="enumerant" start="6720" end="4294967295" comment="Enumerant range reservable for future use by vendors"/> | ||
<ids type="enumerant" start="6784" end="4294967295" comment="Enumerant range reservable for future use by vendors"/> | ||
<!-- End reservations of enumerants --> | ||
|
||
|
||
|