HomeSort by relevance Sort by last modified time
    Searched refs:deInt64 (Results 26 - 45 of 45) sorted by null

12

  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 269 deInt64 numTexturesDrawn = measureState.numDrawCalls * numFrames;
270 deInt64 numPixels = (deInt64)m_texSize * (deInt64)m_texSize * numTexturesDrawn;
  /external/deqp/executor/
xeTcpIpLink.cpp 519 if ((deInt64)curTime-(deInt64)lastKeepalive > xs::KEEPALIVE_TIMEOUT*1000)
xeTestResultParser.cpp 49 static inline deInt64 toInt64 (const char* str)
52 deInt64 val;
282 const deInt64 num = toInt64(stripLeadingWhitespace(value.c_str()));
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 625 const IVec4 fmtMinVal = (-(tcu::Vector<deInt64, 4>(1) << (fmtBits-1).cast<deInt64>())).asInt();
626 const IVec4 fmtMaxVal = ((tcu::Vector<deInt64, 4>(1) << (fmtBits-1).cast<deInt64>())-deInt64(1)).asInt();
635 const IVec4 step = ((maxVal.cast<deInt64>() - minVal.cast<deInt64>()) / (rangeDiv.cast<deInt64>())).asInt();
    [all...]
es3fClippingTests.cpp 356 const deInt64 fixedScale = 64;
357 const deInt64 farValue = 1024;
358 const tcu::Vector<deInt64, 3> d1 = tcu::Vector<deInt64, 3>(dir1.x(), dir1.y(), dir1.z());
359 const tcu::Vector<deInt64, 3> d2 = tcu::Vector<deInt64, 3>(dir2.x(), dir2.y(), dir2.z());
360 const tcu::Vector<deInt64, 3> pfixed = tcu::Vector<deInt64, 3>(deFloorFloatToInt32(p.x() * fixedScale), deFloorFloatToInt32(p.y() * fixedScale), deFloorFloatToInt32(p.z() * fixedScale));
361 const tcu::Vector<deInt64, 3> normalDir = tcu::cross(d1*farValue - pfixed, d2*farValue - pfixed);
362 const deInt64 normalLen2 = tcu::lengthSquared(normalDir)
    [all...]
es3fShaderPrecisionTests.cpp 336 const deUint64 ulpDiff = (deUint64)de::abs((deInt64)accurateRefBits - (deInt64)accurateResBits);
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 74 deInt64 nullTime;
75 deInt64 baseTime;
76 deInt64 testTime;
860 deInt64 now;
861 deInt64 prev;
944 const deInt64 prev = deGetMicroseconds();
953 const deInt64 now = deGetMicroseconds();
    [all...]
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp 46 bool lineLineIntersect (const tcu::Vector<deInt64, 2>& line0Beg, const tcu::Vector<deInt64, 2>& line0End, const tcu::Vector<deInt64, 2>& line1Beg, const tcu::Vector<deInt64, 2>& line1End)
48 typedef tcu::Vector<deInt64, 2> I64Vec2;
58 const deInt64 crossProduct0 = (line.x() * v0.y() - line.y() * v0.x());
59 const deInt64 crossProduct1 = (line.x() * v1.y() - line.y() * v1.x());
72 const deInt64 crossProduct0 = (line.x() * v0.y() - line.y() * v0.x());
73 const deInt64 crossProduct1 = (line.x() * v1.y() - line.y() * v1.x());
    [all...]
  /external/deqp/framework/common/
tcuTestLog.cpp 336 void TestLog::writeInteger (const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value)
414 void TestLog::writeSampleValue (deInt64 value)
tcuImageCompare.cpp 283 static deInt64 computeSquaredDiffSum (const ConstPixelBufferAccess& ref, const ConstPixelBufferAccess& cmp, const PixelBufferAccess& diffMask, int diffFactor)
289 deInt64 diffSum = 0;
303 diffSum += (deInt64)sqSum;
331 deInt64 squaredSum = computeSquaredDiffSum(reference, result, diffMask.getAccess(), diffFactor);
    [all...]
tcuTexture.cpp 107 deInt64 minVal = std::numeric_limits<T>::min();
108 deInt64 maxVal = std::numeric_limits<T>::max();
110 deInt64 intVal = (deInt64)(f-q);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 269 void glGetInteger64v (deUint32 pname, deInt64* params);
271 void glGetInteger64i_v (deUint32 target, deUint32 index, deInt64* data);
272 void glGetBufferParameteri64v (deUint32 target, deUint32 pname, deInt64* params);
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 353 const deInt64 fixedScale = 64;
354 const deInt64 farValue = 1024;
355 const tcu::Vector<deInt64, 3> d1 = tcu::Vector<deInt64, 3>(dir1.x(), dir1.y(), dir1.z());
356 const tcu::Vector<deInt64, 3> d2 = tcu::Vector<deInt64, 3>(dir2.x(), dir2.y(), dir2.z());
357 const tcu::Vector<deInt64, 3> pfixed = tcu::Vector<deInt64, 3>(deFloorFloatToInt32(p.x() * fixedScale), deFloorFloatToInt32(p.y() * fixedScale), deFloorFloatToInt32(p.z() * fixedScale));
358 const tcu::Vector<deInt64, 3> normalDir = tcu::cross(d1*farValue - pfixed, d2*farValue - pfixed);
359 const deInt64 normalLen2 = tcu::lengthSquared(normalDir)
    [all...]
  /external/deqp/framework/qphelper/
qpTestLog.c 277 DE_INLINE void int64ToString (deInt64 val, char buf[32])
597 deBool qpTestLog_writeInteger (qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 711 const deInt64 mul64 = deInt64(in0)*deInt64(in1);
    [all...]
es31fDrawTests.cpp     [all...]
  /external/deqp/framework/delibs/decpp/
dePoolArray.hpp 212 DE_SPECIALIZE_POOL_ARRAY_ELEMENT_BASIC_TYPE(deInt64);
  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 413 log << TestLog::Sample << deInt64(m_samples[sampleNdx]) << TestLog::EndSample;
teglGLES2SharedRenderingPerfTests.cpp 964 log << TestLog::Sample << deInt64(resultsUs[resultNdx]) << TestLog::EndSample;
    [all...]
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 160 deInt64 indexLimit = 0;

Completed in 1128 milliseconds

12