Searched refs:endpointModes (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 571 int computeNumColorEndpointValues (const deUint32* endpointModes, int numPartitions) in computeNumColorEndpointValues() argument 575 result += computeNumColorEndpointValues(endpointModes[i]); in computeNumColorEndpointValues() 993 …pointPair* dst, const deUint32* unquantizedEndpoints, const deUint32* endpointModes, int numPartit… in decodeColorEndpoints() argument 999 const deUint32 endpointMode = endpointModes[partitionNdx]; in decodeColorEndpoints() 1180 …s (ColorEndpointPair* dst, const Block128& blockData, const deUint32* endpointModes, int numPartit… in computeColorEndpoints() argument 1193 decodeColorEndpoints(dst, &unquantizedEndpoints[0], &endpointModes[0], numPartitions); in computeColorEndpoints() 1857 static inline int computeNumColorEndpointValues (const deUint32* endpointModes, int numPartitions, … in computeNumColorEndpointValues() argument 1860 return numPartitions * computeNumColorEndpointValues(endpointModes[0]); in computeNumColorEndpointValues() 1865 result += computeNumColorEndpointValues(endpointModes[i]); in computeNumColorEndpointValues()
|