Searched refs:highLevelSelector (Results 1 – 2 of 2) sorted by relevance
601 const deUint32 highLevelSelector = de::max(1u, maxCemClass); in writeColorEndpointModes() local603 dst.setBits(23, 24, highLevelSelector); in writeColorEndpointModes()607 const deUint32 c = colorEndpointModes[partNdx] / 4 == highLevelSelector ? 1 : 0; in writeColorEndpointModes()
1447 const deUint32 highLevelSelector = blockData.getBits(23, 24); in decodeColorEndpointModes() local1449 if (highLevelSelector == 0) in decodeColorEndpointModes()1459 const deUint32 cemClass = highLevelSelector - (blockData.isBitSet(25 + partNdx) ? 0 : 1); in decodeColorEndpointModes()