1bf215546Sopenharmony_ci<?xml version="1.0" ?> 2bf215546Sopenharmony_ci 3bf215546Sopenharmony_ci<!-- 4bf215546Sopenharmony_ciCopyright © 2022 Imagination Technologies Ltd. 5bf215546Sopenharmony_ci 6bf215546Sopenharmony_ciPermission is hereby granted, free of charge, to any person obtaining a copy 7bf215546Sopenharmony_ciof this software and associated documentation files (the "Software"), to deal 8bf215546Sopenharmony_ciin the Software without restriction, including without limitation the rights 9bf215546Sopenharmony_cito use, copy, modify, merge, publish, distribute, sublicense, and/or sell 10bf215546Sopenharmony_cicopies of the Software, and to permit persons to whom the Software is 11bf215546Sopenharmony_cifurnished to do so, subject to the following conditions: 12bf215546Sopenharmony_ci 13bf215546Sopenharmony_ciThe above copyright notice and this permission notice (including the next 14bf215546Sopenharmony_ciparagraph) shall be included in all copies or substantial portions of the 15bf215546Sopenharmony_ciSoftware. 16bf215546Sopenharmony_ci 17bf215546Sopenharmony_ciTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18bf215546Sopenharmony_ciIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19bf215546Sopenharmony_ciFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20bf215546Sopenharmony_ciAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21bf215546Sopenharmony_ciLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22bf215546Sopenharmony_ciOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23bf215546Sopenharmony_ciSOFTWARE. 24bf215546Sopenharmony_ci--> 25bf215546Sopenharmony_ci 26bf215546Sopenharmony_ci<csbgen name="ROGUE" prefix="IPF"> 27bf215546Sopenharmony_ci 28bf215546Sopenharmony_ci <define name="TILE_SIZE_PIXELS" value="32"/> 29bf215546Sopenharmony_ci 30bf215546Sopenharmony_ci <struct name="SCISSOR_WORD_0" length="1"> 31bf215546Sopenharmony_ci <field name="scw0_xmin" start="16" end="31" type="uint"/> 32bf215546Sopenharmony_ci <field name="scw0_xmax" start="0" end="15" type="uint"/> 33bf215546Sopenharmony_ci </struct> 34bf215546Sopenharmony_ci 35bf215546Sopenharmony_ci <struct name="SCISSOR_WORD_1" length="1"> 36bf215546Sopenharmony_ci <field name="scw1_ymin" start="16" end="31" type="uint"/> 37bf215546Sopenharmony_ci <field name="scw1_ymax" start="0" end="15" type="uint"/> 38bf215546Sopenharmony_ci </struct> 39bf215546Sopenharmony_ci 40bf215546Sopenharmony_ci</csbgen> 41