Searched refs:colorEndpointModes (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp373 deUint32 colorEndpointModes[4]; member in struct:deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCBlockGeneratorInternal::NormalBlockParams
375 bool isMultiPartSingleCemMode; //! \note If true, the single CEM is at colorEndpointModes[0].
388 colorEndpointModes[0] = 0;
389 colorEndpointModes[1] = 0;
390 colorEndpointModes[2] = 0;
391 colorEndpointModes[3] = 0;
444 const int numColorEndpointValues = computeNumColorEndpointValues(&params.colorEndpointModes[0], params.numPartitions, params.isMultiPartSingleCemMode);
580 static void writeColorEndpointModes (AssignBlock128& dst, const deUint32* colorEndpointModes, bool isMultiPartSingleCemMode, int numPartitions, int extraCemBitsStart)
583 dst.setBits(13, 16, colorEndpointModes[0]);
589 dst.setBits(25, 28, colorEndpointModes[
[all...]
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp2417 int numPartitions, int blockWidth, int blockHeight, bool isSRGB, bool isLDRMode, const deUint32* colorEndpointModes)
2423 isHDREndpoint[i] = isColorEndpointModeHDR(colorEndpointModes[i]);
2456 if (!isHDREndpoint[colorEndpointNdx] || (channelNdx == 3 && colorEndpointModes[colorEndpointNdx] == 14)) // \note Alpha for mode 14 is treated the same as LDR.
2545 deUint32 colorEndpointModes[4];
2546 decodeColorEndpointModes(&colorEndpointModes[0], blockData, numPartitions, extraCemBitsStart);
2548 const int numColorEndpointValues = computeNumColorEndpointValues(colorEndpointModes, numPartitions);
2561 computeColorEndpoints(&colorEndpoints[0], blockData, &colorEndpointModes[0], numPartitions, numColorEndpointValues,
2574 setTexelColors(dst, &colorEndpoints[0], &texelWeights[0], ccs, partitionIndexSeed, numPartitions, blockWidth, blockHeight, isSRGB, isLDR, &colorEndpointModes[0]);

Completed in 1713 milliseconds