Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp1396 …olors (void* dst, ColorEndpointPair* colorEndpoints, TexelWeightPair* texelWeights, int ccs, deUin… in setTexelColors() argument
1414 const TexelWeightPair& weight = texelWeights[texelNdx]; in setTexelColors()
1548 TexelWeightPair texelWeights[MAX_BLOCK_WIDTH*MAX_BLOCK_HEIGHT]; in decompressBlock() local
1549 computeTexelWeights(&texelWeights[0], blockData, blockWidth, blockHeight, blockMode); in decompressBlock()
1556 …return setTexelColors(dst, &colorEndpoints[0], &texelWeights[0], ccs, partitionIndexSeed, numParti… in decompressBlock()