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="LLS">
27bf215546Sopenharmony_ci
28bf215546Sopenharmony_ci	<!-- Size of the CDM's context state buffer in bytes. -->
29bf215546Sopenharmony_ci	<define name="CDM_CONTEXT_RESUME_BUFFER_SIZE" value="72"/>
30bf215546Sopenharmony_ci	<define name="CDM_CONTEXT_RESUME_BUFFER_ALIGNMENT" value="16"/>
31bf215546Sopenharmony_ci
32bf215546Sopenharmony_ci	<!-- Size of the PDS's persistent-temporary register context state buffer in bytes. -->
33bf215546Sopenharmony_ci	<define name="PDS_PERSISTENT_TEMPS_BUFFER_ALIGNMENT" value="16"/>
34bf215546Sopenharmony_ci	<define name="PDS_PERSISTENT_TEMPS_BUFFER_SIZE" value="128"/>
35bf215546Sopenharmony_ci
36bf215546Sopenharmony_ci	<!-- Size of the TA's context state buffer in bytes. -->
37bf215546Sopenharmony_ci	<define name="TA_STATE_BUFFER_ALIGNMENT" value="16"/>
38bf215546Sopenharmony_ci	<define name="TA_STATE_BUFFER_SIZE" value="484"/>
39bf215546Sopenharmony_ci
40bf215546Sopenharmony_ci	<!-- Size of the USC's shared register context state buffer in bytes. -->
41bf215546Sopenharmony_ci	<define name="USC_SHARED_REGS_BUFFER_ALIGNMENT" value="16"/>
42bf215546Sopenharmony_ci	<define name="USC_SHARED_REGS_BUFFER_SIZE" value="16384"/>
43bf215546Sopenharmony_ci
44bf215546Sopenharmony_ci	<!-- Size of the VDM's context resume control stream buffer in bytes. -->
45bf215546Sopenharmony_ci	<define name="VDM_CONTEXT_RESUME_BUFFER_ALIGNMENT" value="16"/>
46bf215546Sopenharmony_ci	<define name="VDM_CONTEXT_RESUME_BUFFER_SIZE" value="92"/>
47bf215546Sopenharmony_ci
48bf215546Sopenharmony_ci
49bf215546Sopenharmony_ci</csbgen>
50