Home
last modified time | relevance | path

Searched refs:computeNumColorEndpointValues (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuAstcUtil.cpp178 inline int computeNumColorEndpointValues(uint32_t endpointMode) in computeNumColorEndpointValues() function
631 int computeNumColorEndpointValues(const uint32_t *endpointModes, int numPartitions) in computeNumColorEndpointValues() function
635 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() function
2018 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 …]