Searched refs:alphaIdx (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Device/ |
D | BC_Decoder.cpp | 1517 auto alphaIdx = alphaIndex(mode, isAnchor, alphaIndexBitOffset); in decode() local 1531 output.a = interpolate(subset[0].a, subset[1].a, alphaIdx); in decode()
|
/external/deqp/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()
|