Lines Matching defs:NormalBlockParams
1787 struct NormalBlockParams struct
1789 int weightGridWidth;
1790 int weightGridHeight;
1791 ISEParams weightISEParams;
1792 bool isDualPlane;
1793 deUint32 ccs; //! \note Irrelevant if !isDualPlane.
1794 int numPartitions;
1795 deUint32 colorEndpointModes[4];
1797 bool isMultiPartSingleCemMode; //! \note If true, the single CEM is at colorEndpointModes[0].
1798 deUint32 partitionSeed;
1800 NormalBlockParams (void) in NormalBlockParams() function