Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCompressedTexture.cpp1236 struct TexelWeightPair struct
2199 void interpolateWeights (TexelWeightPair* dst, const deUint32* unquantizedWeights, int blockWidth, … in interpolateWeights()
2234 void computeTexelWeights (TexelWeightPair* dst, const Block128& blockData, int blockWidth, int bloc… in computeTexelWeights()
2306 void setTexelColors (void* dst, ColorEndpointPair* colorEndpoints, TexelWeightPair* texelWeights, i… in setTexelColors()
2323 const TexelWeightPair& weight = texelWeights[texelNdx]; in setTexelColors()
2456 TexelWeightPair texelWeights[ASTC_MAX_BLOCK_WIDTH*ASTC_MAX_BLOCK_HEIGHT]; in decompressASTCBlock()