Searched refs:highLevelSelector (Results 1 – 1 of 1) sorted by relevance
547 const deUint32 highLevelSelector = blockData.getBits(23, 24); in decodeColorEndpointModes() local549 if (highLevelSelector == 0) in decodeColorEndpointModes()559 const deUint32 cemClass = highLevelSelector - (blockData.isBitSet(25 + partNdx) ? 0 : 1); in decodeColorEndpointModes()2042 const deUint32 highLevelSelector = de::max(1u, maxCemClass); in writeColorEndpointModes() local2044 dst.setBits(23, 24, highLevelSelector); in writeColorEndpointModes()2048 const deUint32 c = colorEndpointModes[partNdx] / 4 == highLevelSelector ? 1 : 0; in writeColorEndpointModes()