Lines Matching refs:ccs
1408 DecompressResult setTexelColors (void* dst, ColorEndpointPair* colorEndpoints, TexelWeightPair* texelWeights, int ccs, deUint32 partitionIndexSeed,
1455 const deUint32 w = weight.w[ccs == channelNdx ? 1 : 0];
1468 const deUint32 w = weight.w[ccs == channelNdx ? 1 : 0];
1565 const int ccs = blockMode.isDualPlane ? (int)blockData.getBits(extraCemBitsStart-2, extraCemBitsStart-1) : -1;
1568 return setTexelColors(dst, &colorEndpoints[0], &texelWeights[0], ccs, partitionIndexSeed, numPartitions, blockWidth, blockHeight, isSRGB, isLDR, &colorEndpointModes[0]);
1819 deUint32 ccs; //! \note Irrelevant if !isDualPlane.
1831 , ccs ((deUint32)-1)
2259 block.setBits(extraCemBitsStart-2, extraCemBitsStart-1, blockParams.ccs);
2363 blockParams.ccs = rnd.getInt(0, 3);
2496 blockParams.ccs = 0;
2522 blockParams.ccs = 0;
2592 blockParams.ccs = 0;
2620 blockParams.ccs = 0;
2755 blockParams.ccs = 0;
2825 for (deUint32 ccs = 0; ccs < 4; ccs++)
2832 blockParams.ccs = ccs;