Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp993 void decodeColorEndpoints (ColorEndpointPair* dst, const deUint32* unquantizedEndpoints, const deUi… in decodeColorEndpoints() argument
1000 const deUint32* v = &unquantizedEndpoints[unquantizedNdx]; in decodeColorEndpoints()
1191 deUint32 unquantizedEndpoints[18]; in computeColorEndpoints() local
1192 …unquantizeColorEndpoints(&unquantizedEndpoints[0], &colorEndpointData[0], numColorEndpointValues, … in computeColorEndpoints()
1193 decodeColorEndpoints(dst, &unquantizedEndpoints[0], &endpointModes[0], numPartitions); in computeColorEndpoints()