Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp173 inline int computeNumColorEndpointValues (deUint32 endpointMode) in computeNumColorEndpointValues() function
571 int computeNumColorEndpointValues (const deUint32* endpointModes, int numPartitions) in computeNumColorEndpointValues() function
575 result += computeNumColorEndpointValues(endpointModes[i]); in computeNumColorEndpointValues()
1004 unquantizedNdx += computeNumColorEndpointValues(endpointMode); in decodeColorEndpoints()
1530 …const int numColorEndpointValues = computeNumColorEndpointValues(colorEndpointModes, numPartitions… in decompressBlock()
1857 static inline int computeNumColorEndpointValues (const deUint32* endpointModes, int numPartitions, … in computeNumColorEndpointValues() function
1860 return numPartitions * computeNumColorEndpointValues(endpointModes[0]); in computeNumColorEndpointValues()
1865 result += computeNumColorEndpointValues(endpointModes[i]); in computeNumColorEndpointValues()
1874 …const int numColorEndpointValues = computeNumColorEndpointValues(&params.colorEndpointModes[0], pa… in isValidBlockParams()
2253 …const int numColorEndpointValues = computeNumColorEndpointValues(&blockParams.colorEndpointMode… in generateNormalBlock()
[all …]