Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp1491 void texelWeights(int texelWeights[2][12][12], const int* texelValues) const { in texelWeights() function
1504 texelWeights[0][x][y] = this->infillWeight(unquantizedValues, x, y, false); in texelWeights()
1506 texelWeights[1][x][y] = this->infillWeight(unquantizedValues, x, y, true); in texelWeights()
1988 int texelWeights[2][12][12]; in decompress_astc_block() local
1989 data.texelWeights(texelWeights, texelValues); in decompress_astc_block()
1998 colorPtr[x] = data.getTexel(endpoints, texelWeights, x, y); in decompress_astc_block()
/external/deqp/framework/common/
DtcuAstcUtil.cpp1382 …olors (void* dst, ColorEndpointPair* colorEndpoints, TexelWeightPair* texelWeights, int ccs, deUin… in setTexelColors() argument
1400 const TexelWeightPair& weight = texelWeights[texelNdx]; in setTexelColors()
1534 TexelWeightPair texelWeights[MAX_BLOCK_WIDTH*MAX_BLOCK_HEIGHT]; in decompressBlock() local
1535 computeTexelWeights(&texelWeights[0], blockData, blockWidth, blockHeight, blockMode); in decompressBlock()
1542 …return setTexelColors(dst, &colorEndpoints[0], &texelWeights[0], ccs, partitionIndexSeed, numParti… in decompressBlock()