Lines Matching defs:NormalBlockParams
366 struct NormalBlockParams struct
368 int weightGridWidth;
369 int weightGridHeight;
370 ISEParams weightISEParams;
371 bool isDualPlane;
372 deUint32 ccs; //! \note Irrelevant if !isDualPlane.
373 int numPartitions;
374 deUint32 colorEndpointModes[4];
376 bool isMultiPartSingleCemMode; //! \note If true, the single CEM is at colorEndpointModes[0].
377 deUint32 partitionSeed;
379 NormalBlockParams (void) in NormalBlockParams() argument