Lines Matching defs:NormalBlockParams
1813 struct NormalBlockParams struct
1815 int weightGridWidth;
1816 int weightGridHeight;
1817 ISEParams weightISEParams;
1818 bool isDualPlane;
1819 deUint32 ccs; //! \note Irrelevant if !isDualPlane.
1820 int numPartitions;
1821 deUint32 colorEndpointModes[4];
1823 bool isMultiPartSingleCemMode; //! \note If true, the single CEM is at colorEndpointModes[0].
1824 deUint32 partitionSeed;
1826 NormalBlockParams (void) in NormalBlockParams() function