Home
last modified time | relevance | path

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

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