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

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

Completed in 445 milliseconds