Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp571 int computeNumColorEndpointValues (const deUint32* endpointModes, int numPartitions) in computeNumColorEndpointValues() argument
575 result += computeNumColorEndpointValues(endpointModes[i]); in computeNumColorEndpointValues()
1005 …pointPair* dst, const deUint32* unquantizedEndpoints, const deUint32* endpointModes, int numPartit… in decodeColorEndpoints() argument
1011 const deUint32 endpointMode = endpointModes[partitionNdx]; in decodeColorEndpoints()
1192 …s (ColorEndpointPair* dst, const Block128& blockData, const deUint32* endpointModes, int numPartit… in computeColorEndpoints() argument
1205 decodeColorEndpoints(dst, &unquantizedEndpoints[0], &endpointModes[0], numPartitions); in computeColorEndpoints()
1869 static inline int computeNumColorEndpointValues (const deUint32* endpointModes, int numPartitions, … in computeNumColorEndpointValues() argument
1872 return numPartitions * computeNumColorEndpointValues(endpointModes[0]); in computeNumColorEndpointValues()
1877 result += computeNumColorEndpointValues(endpointModes[i]); in computeNumColorEndpointValues()