HomeSort by relevance Sort by last modified time
    Searched refs:deUint64 (Results 76 - 85 of 85) sorted by null

1 2 34

  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp 296 deUint64 renderAndMeasure (int numDrawCalls);
854 deUint64 OperatorPerformanceCase::renderAndMeasure (int numDrawCalls)
856 const deUint64 startTime = deGetMicroseconds();
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp     [all...]
  /external/deqp/execserver/tools/
xsTest.cpp 161 deUint64 m_initTime;
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp 138 typedef deUint64 Word;
230 DE_ASSERT((bits & (((deUint64)1 << num) - 1)) == bits);
    [all...]
es3fNegativeTextureApiTests.cpp 54 return (int)(divRoundUp(width, 4) * divRoundUp(height, 4) * sizeof(deUint64));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderAtomicOpTests.cpp 363 return (deUint32)((((deUint64)1u) << numPreciseBits) - 1) ;
    [all...]
es31fNegativeTextureApiTests.cpp 52 return (int)(divRoundUp(width, 4) * divRoundUp(height, 4) * sizeof(deUint64));
    [all...]
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp     [all...]
glsBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/framework/common/
tcuTexture.cpp 104 DE_STATIC_ASSERT(sizeof(T) < sizeof(deUint64));
    [all...]

Completed in 2209 milliseconds

1 2 34