Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp422 static inline int computeNumColorEndpointValues (deUint32 endpointMode) in computeNumColorEndpointValues() function
428 static inline int computeNumColorEndpointValues (const deUint32* endpointModes, int numPartitions, … in computeNumColorEndpointValues() function
431 return numPartitions * computeNumColorEndpointValues(endpointModes[0]); in computeNumColorEndpointValues()
436 result += computeNumColorEndpointValues(endpointModes[i]); in computeNumColorEndpointValues()
445 …const int numColorEndpointValues = computeNumColorEndpointValues(&params.colorEndpointModes[0], pa… in isValidBlockParams()
862 …const int numColorEndpointValues = computeNumColorEndpointValues(&blockParams.colorEndpointMode… in generateNormalBlock()
902 …const int numColorEndpointValues = computeNumColorEndpointValues(&blockParams.colorEndpointMode… in generateDefaultISEInputs()
1238 const int numEndpointParts = computeNumColorEndpointValues(cem); in generateBlockCaseTestData()
1295computeNumColorEndpointValues(&blockParams.colorEndpointModes[0], numPartitions, true)); in generateBlockCaseTestData()
1301 …const int numColorEndpoints = computeNumColorEndpointValues(&blockParams.colorEndpointModes[0], n… in generateBlockCaseTestData()
[all …]
/external/deqp/framework/common/
DtcuCompressedTexture.cpp1471 inline int computeNumColorEndpointValues (deUint32 endpointMode) in computeNumColorEndpointValues() function
1477 int computeNumColorEndpointValues (const deUint32* endpointModes, int numPartitions) in computeNumColorEndpointValues() function
1481 result += computeNumColorEndpointValues(endpointModes[i]); in computeNumColorEndpointValues()
1950 unquantizedNdx += computeNumColorEndpointValues(endpointMode); in decodeColorEndpoints()
2438 …const int numColorEndpointValues = computeNumColorEndpointValues(colorEndpointModes, numPartitions… in decompressASTCBlock()