Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp1005 void decodeColorEndpoints (ColorEndpointPair* dst, const deUint32* unquantizedEndpoints, const deUi… in decodeColorEndpoints() argument
1012 const deUint32* v = &unquantizedEndpoints[unquantizedNdx]; in decodeColorEndpoints()
1203 deUint32 unquantizedEndpoints[18]; in computeColorEndpoints() local
1204 …unquantizeColorEndpoints(&unquantizedEndpoints[0], &colorEndpointData[0], numColorEndpointValues, … in computeColorEndpoints()
1205 decodeColorEndpoints(dst, &unquantizedEndpoints[0], &endpointModes[0], numPartitions); in computeColorEndpoints()