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

  /external/deqp/modules/gles3/functional/
es3fShaderPackingFunctionTests.cpp 707 const deUint32 refBits1 = tcu::Float32(ref1).bits();
712 const int diff1 = de::abs((int)refBits1 - (int)resBits1);
720 << "vec2(" << ref0 << " / " << tcu::toHex(refBits0) << ", " << ref1 << " / " << tcu::toHex(refBits1) << ")"
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 711 const deUint32 refBits1 = tcu::Float32(ref1).bits();
716 const int diff1 = de::abs((int)refBits1 - (int)resBits1);
724 << "vec2(" << ref0 << " / " << tcu::toHex(refBits0) << ", " << ref1 << " / " << tcu::toHex(refBits1) << ")"
    [all...]

Completed in 467 milliseconds