Searched refs:colorIndexBC (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCompressedTexture.cpp | 1836 const deUint32 colorIndexBC = mode < 10 ? 3 : 4; in decompressBc6H() local 2180 const deUint32 bits = (i == anchorIndex[subsetIndex]) ? (colorIndexBC - 1) : colorIndexBC; in decompressBc6H() 2188 const deInt16 r16 = finishUnquantize(interpolate(endpointStartR, endpointEndR, colorIndex, colorIndexBC), hasSign); in decompressBc6H() 2189 const deInt16 g16 = finishUnquantize(interpolate(endpointStartG, endpointEndG, colorIndex, colorIndexBC), hasSign); in decompressBc6H() 2190 const deInt16 b16 = finishUnquantize(interpolate(endpointStartB, endpointEndB, colorIndex, colorIndexBC), hasSign); in decompressBc6H()
|
Completed in 4 milliseconds