Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBC_Decoder.cpp1546 auto alphaIdx = alphaIndex(mode, isAnchor, alphaIndexBitOffset); in decode()
1560 output.a = interpolate(subset[0].a, subset[1].a, alphaIdx); in decode()
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp2391 const deUint32 alphaIdx = (mode == 4 || mode == 5) ? getBits128(low, high, alphaIdxOffset, alphaIdxOffset + alphaIndexBits - 1) : colorIdx; in decompressBc7() local
2395 const deUint32 a = interpolate(endpointStart[3], endpointEnd[3], alphaIdx, alphaInterpolationBits); in decompressBc7()

Completed in 7 milliseconds