Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A 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, colorInterpolationBits); in decompressBc7()
2393 const deUint32 g = interpolate(endpointStart[1], endpointEnd[1], colorIdx, colorInterpolationBits); in decompressBc7()
2394 const deUint32 b = interpolate(endpointStart[2], endpointEnd[2], colorIdx, colorInterpolationBits); in decompressBc7()
2395 const deUint32 a = interpolate(endpointStart[3], endpointEnd[3], alphaIdx, alphaInterpolationBits); in decompressBc7()

Completed in 5 milliseconds