Searched refs:alphaIdx (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | BC_Decoder.cpp | 1546 auto alphaIdx = alphaIndex(mode, isAnchor, alphaIndexBitOffset); in decode() local 1560 output.a = interpolate(subset[0].a, subset[1].a, alphaIdx); in decode()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuCompressedTexture.cpp | 2391 …const deUint32 alphaIdx = (mode == 4 || mode == 5) ? getBits128(low, high, alphaIdxOffset, alp… in decompressBc7() local 2395 …const deUint32 a = interpolate(endpointStart[3], endpointEnd[3], alphaIdx, alphaInterpolation… in decompressBc7()
|