Searched refs:endpointStart (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 2353 deUint32 endpointStart[4]; in decompressBc7() local 2381 endpointStart[cpnt] = endpoints[2 * subsetIndex][cpnt]; in decompressBc7() 2392 …const deUint32 r = interpolate(endpointStart[0], endpointEnd[0], colorIdx, colorInterpolation… in decompressBc7() 2393 …const deUint32 g = interpolate(endpointStart[1], endpointEnd[1], colorIdx, colorInterpolation… in decompressBc7() 2394 …const deUint32 b = interpolate(endpointStart[2], endpointEnd[2], colorIdx, colorInterpolation… in decompressBc7() 2395 …const deUint32 a = interpolate(endpointStart[3], endpointEnd[3], alphaIdx, alphaInterpolation… in decompressBc7()
|