Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCompressedTexture.cpp2354 deUint32 endpointEnd[4]; in decompressBc7() local
2382 endpointEnd[cpnt] = endpoints[2 * subsetIndex + 1][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()