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

  /external/deqp/modules/gles3/functional/
es3fShaderPackingFunctionTests.cpp 709 const deUint32 resBits1 = tcu::Float32(res1).bits();
712 const int diff1 = de::abs((int)refBits1 - (int)resBits1);
721 << ", got vec2(" << res0 << " / " << tcu::toHex(resBits0) << ", " << res1 << " / " << tcu::toHex(resBits1) << ")"
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 713 const deUint32 resBits1 = tcu::Float32(res1).bits();
716 const int diff1 = de::abs((int)refBits1 - (int)resBits1);
725 << ", got vec2(" << res0 << " / " << tcu::toHex(resBits0) << ", " << res1 << " / " << tcu::toHex(resBits1) << ")"
    [all...]

Completed in 74 milliseconds