Searched refs:colorEndpointModes (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 1409 …, int blockWidth, int blockHeight, bool isSRGB, bool isLDRMode, const deUint32* colorEndpointModes) in setTexelColors() argument 1416 isHDREndpoint[i] = isColorEndpointModeHDR(colorEndpointModes[i]); in setTexelColors() 1451 …if (!isHDREndpoint[colorEndpointNdx] || (channelNdx == 3 && colorEndpointModes[colorEndpointNdx] =… in setTexelColors() 1539 deUint32 colorEndpointModes[4]; in decompressBlock() local 1540 decodeColorEndpointModes(&colorEndpointModes[0], blockData, numPartitions, extraCemBitsStart); in decompressBlock() 1542 …const int numColorEndpointValues = computeNumColorEndpointValues(colorEndpointModes, numPartitions… in decompressBlock() 1555 …computeColorEndpoints(&colorEndpoints[0], blockData, &colorEndpointModes[0], numPartitions, numCol… in decompressBlock() 1568 …partitionIndexSeed, numPartitions, blockWidth, blockHeight, isSRGB, isLDR, &colorEndpointModes[0]); in decompressBlock() 1821 deUint32 colorEndpointModes[4]; member 1836 colorEndpointModes[0] = 0; in NormalBlockParams() [all …]
|