Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp1531 const int numBitsForColorEndpoints = 128 - numWeightDataBits - numConfigDataBits; in decompressBlock() local
1546 …if (numColorEndpointValues > 18 || numBitsForColorEndpoints < deDivRoundUp32(13*numColorEndpointVa… in decompressBlock()
1556 …computeMaximumRangeISEParams(numBitsForColorEndpoints, numColorEndpointValues), numBitsForColorEnd… in decompressBlock()
1887 const int numBitsForColorEndpoints = computeNumBitsForColorEndpoints(params); in isValidBlockParams() local
1895 numBitsForColorEndpoints >= deDivRoundUp32(13*numColorEndpointValues, 5); in isValidBlockParams()
2227 …Params& iseParams, const ISEInput& input, int numEndpoints, int numBitsForColorEndpoints, int colo… in writeColorEndpointData() argument
2229 BitAssignAccessStream access(dst, colorEndpointDataStartNdx, numBitsForColorEndpoints, true); in writeColorEndpointData()
2266 const int numBitsForColorEndpoints = computeNumBitsForColorEndpoints(blockParams); in generateNormalBlock() local
2268 …const ISEParams& colorEndpointISEParams = computeMaximumRangeISEParams(numBitsForColorEndpoints, … in generateNormalBlock()
2270 …rEndpointISEParams, iseInputs.endpoint, numColorEndpointValues, numBitsForColorEndpoints, colorEnd… in generateNormalBlock()
[all …]