HomeSort by relevance Sort by last modified time
    Searched refs:resBits0 (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/functional/
es3fShaderPackingFunctionTests.cpp 708 const deUint32 resBits0 = tcu::Float32(res0).bits();
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/
es31fShaderPackingFunctionTests.cpp 712 const deUint32 resBits0 = tcu::Float32(res0).bits();
715 const int diff0 = de::abs((int)refBits0 - (int)resBits0);
725 << ", got vec2(" << res0 << " / " << tcu::toHex(resBits0) << ", " << res1 << " / " << tcu::toHex(resBits1) << ")"
    [all...]

Completed in 1203 milliseconds