Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp1519 const int numBitsForColorEndpoints = 128 - numWeightDataBits - numConfigDataBits; in decompressBlock() local
1534 …if (numColorEndpointValues > 18 || numBitsForColorEndpoints < deDivRoundUp32(13*numColorEndpointVa… in decompressBlock()
1544 …computeMaximumRangeISEParams(numBitsForColorEndpoints, numColorEndpointValues), numBitsForColorEnd… in decompressBlock()
1875 const int numBitsForColorEndpoints = computeNumBitsForColorEndpoints(params); in isValidBlockParams() local
1883 numBitsForColorEndpoints >= deDivRoundUp32(13*numColorEndpointValues, 5); in isValidBlockParams()
2215 …Params& iseParams, const ISEInput& input, int numEndpoints, int numBitsForColorEndpoints, int colo… in writeColorEndpointData() argument
2217 BitAssignAccessStream access(dst, colorEndpointDataStartNdx, numBitsForColorEndpoints, true); in writeColorEndpointData()
2254 const int numBitsForColorEndpoints = computeNumBitsForColorEndpoints(blockParams); in generateNormalBlock() local
2256 …const ISEParams& colorEndpointISEParams = computeMaximumRangeISEParams(numBitsForColorEndpoints, … in generateNormalBlock()
2258 …rEndpointISEParams, iseInputs.endpoint, numColorEndpointValues, numBitsForColorEndpoints, colorEnd… in generateNormalBlock()
[all …]