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

/external/deqp/modules/gles3/functional/
H A Des3fShaderPackingFunctionTests.cpp708 const deUint32 resBits0 = tcu::Float32(res0).bits(); local
711 const int diff0 = de::abs((int)refBits0 - (int)resBits0);
721 << ", got vec2(" << res0 << " / " << tcu::toHex(resBits0) << ", " << res1 << " / " << tcu::toHex(resBits1) << ")"
/external/deqp/modules/gles31/functional/
H A Des31fShaderPackingFunctionTests.cpp712 const deUint32 resBits0 = tcu::Float32(res0).bits(); local
715 const int diff0 = de::abs((int)refBits0 - (int)resBits0);
725 << ", got vec2(" << res0 << " / " << tcu::toHex(resBits0) << ", " << res1 << " / " << tcu::toHex(resBits1) << ")"

Completed in 117 milliseconds