Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCompressedTexture.cpp1477 int computeNumColorEndpointValues (const deUint32* endpointModes, int numPartitions) in computeNumColorEndpointValues() argument
1481 result += computeNumColorEndpointValues(endpointModes[i]); in computeNumColorEndpointValues()
1939 …pointPair* dst, const deUint32* unquantizedEndpoints, const deUint32* endpointModes, int numPartit… in decodeColorEndpoints() argument
1945 const deUint32 endpointMode = endpointModes[partitionNdx]; in decodeColorEndpoints()
2126 …s (ColorEndpointPair* dst, const Block128& blockData, const deUint32* endpointModes, int numPartit… in computeColorEndpoints() argument
2139 decodeColorEndpoints(dst, &unquantizedEndpoints[0], &endpointModes[0], numPartitions); in computeColorEndpoints()
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp428 static inline int computeNumColorEndpointValues (const deUint32* endpointModes, int numPartitions, … in computeNumColorEndpointValues() argument
431 return numPartitions * computeNumColorEndpointValues(endpointModes[0]); in computeNumColorEndpointValues()
436 result += computeNumColorEndpointValues(endpointModes[i]); in computeNumColorEndpointValues()