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()1016 unquantizedNdx += computeNumColorEndpointValues(endpointMode); in decodeColorEndpoints()1542 …const int numColorEndpointValues = computeNumColorEndpointValues(colorEndpointModes, numPartitions… in decompressBlock()1869 static inline int computeNumColorEndpointValues (const deUint32* endpointModes, int numPartitions, … in computeNumColorEndpointValues() function1872 return numPartitions * computeNumColorEndpointValues(endpointModes[0]); in computeNumColorEndpointValues()1877 result += computeNumColorEndpointValues(endpointModes[i]); in computeNumColorEndpointValues()1886 …const int numColorEndpointValues = computeNumColorEndpointValues(¶ms.colorEndpointModes[0], pa… in isValidBlockParams()2265 …const int numColorEndpointValues = computeNumColorEndpointValues(&blockParams.colorEndpointMode… in generateNormalBlock()[all …]