Lines Matching defs:NormalBlockParams
1801 struct NormalBlockParams struct
1803 int weightGridWidth;
1804 int weightGridHeight;
1805 ISEParams weightISEParams;
1806 bool isDualPlane;
1807 deUint32 ccs; //! \note Irrelevant if !isDualPlane.
1808 int numPartitions;
1809 deUint32 colorEndpointModes[4];
1811 bool isMultiPartSingleCemMode; //! \note If true, the single CEM is at colorEndpointModes[0].
1812 deUint32 partitionSeed;
1814 NormalBlockParams (void) in NormalBlockParams() argument