Searched refs:computeNumColorEndpointValues (Results 1 – 1 of 1) sorted by relevance
173 inline int computeNumColorEndpointValues (deUint32 endpointMode) in computeNumColorEndpointValues() function571 int computeNumColorEndpointValues (const deUint32* endpointModes, int numPartitions) in computeNumColorEndpointValues() function575 result += computeNumColorEndpointValues(endpointModes[i]); in computeNumColorEndpointValues()1004 unquantizedNdx += computeNumColorEndpointValues(endpointMode); in decodeColorEndpoints()1516 …const int numColorEndpointValues = computeNumColorEndpointValues(colorEndpointModes, numPartitions… in decompressBlock()1843 static inline int computeNumColorEndpointValues (const deUint32* endpointModes, int numPartitions, … in computeNumColorEndpointValues() function1846 return numPartitions * computeNumColorEndpointValues(endpointModes[0]); in computeNumColorEndpointValues()1851 result += computeNumColorEndpointValues(endpointModes[i]); in computeNumColorEndpointValues()1860 …const int numColorEndpointValues = computeNumColorEndpointValues(¶ms.colorEndpointModes[0], pa… in isValidBlockParams()2239 …const int numColorEndpointValues = computeNumColorEndpointValues(&blockParams.colorEndpointMode… in generateNormalBlock()[all …]