Searched refs:computeNumColorEndpointValues (Results 1 – 1 of 1) sorted by relevance
178 inline int computeNumColorEndpointValues(uint32_t endpointMode) in computeNumColorEndpointValues() function631 int computeNumColorEndpointValues(const uint32_t *endpointModes, int numPartitions) in computeNumColorEndpointValues() function635 result += computeNumColorEndpointValues(endpointModes[i]); in computeNumColorEndpointValues()1134 unquantizedNdx += computeNumColorEndpointValues(endpointMode); in decodeColorEndpoints()1672 …const int numColorEndpointValues = computeNumColorEndpointValues(colorEndpointModes, numPartitions… in decompressBlock()2014 static inline int computeNumColorEndpointValues(const uint32_t *endpointModes, int numPartitions, in computeNumColorEndpointValues() function2018 return numPartitions * computeNumColorEndpointValues(endpointModes[0]); in computeNumColorEndpointValues()2023 result += computeNumColorEndpointValues(endpointModes[i]); in computeNumColorEndpointValues()2032 const int numColorEndpointValues = computeNumColorEndpointValues( in isValidBlockParams()2509 const int numColorEndpointValues = computeNumColorEndpointValues( in generateNormalBlock()[all …]