Home
last modified time | relevance | path

Searched refs:expectedMin (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/tests/gl_tests/
DDepthStencilFormatsTest.cpp696 std::vector<GLfloat> expectedMin; in TEST_P() local
702 expectedMin.insert(expectedMin.begin(), init, init + 16); in TEST_P()
707 expectedMin[i] = expectedMin[i] - eps; in TEST_P()
721 expectedMin.insert(expectedMin.begin(), initMin, initMin + 16); in TEST_P()
730 const GLfloat eMin = expectedMin[t]; in TEST_P()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp487 const int expectedMin = de::max(0, expectedCounter - tolerance); in iterate() local
492 …<< (expectPartialResult ? " in range: [" + de::toString(expectedMin) + ", " + de::toString(expecte… in iterate()
496 if (expectedMin <= actualCounter && actualCounter <= expectedMax) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp1326 deUint64 expectedMin = 0u; in checkResult() local
1331 expectedMin = 16u; in checkResult()
1334expectedMin = m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST ? 1… in checkResult()
1342expectedMin = m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? 16u… in checkResult()
1355expectedMin = m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? … in checkResult()
1378 if (results[0] < expectedMin) in checkResult()
1391 if (results[0].first < expectedMin || results[0].second == 0) in checkResult()
1801 deUint64 expectedMin = 0u; in checkResult() local
1806expectedMin = m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? 16u… in checkResult()
1821expectedMin = m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? 112… in checkResult()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2615 …double expectedMin = deMin(1.0 / (expectedInverseSqrt - inverseSqrtPrecision), 1.0 / (expectedInve… in isSqrtResultCorrect() local
2618 expectedMin -= getPrecisionAt(expectedMin, 2.5, returnedFloat.MANTISSA_BITS); in isSqrtResultCorrect()
2621 if (returnedFloat.asDouble() >= expectedMin && returnedFloat.asDouble() <= expectedMax) in isSqrtResultCorrect()
2625 << " (" << expectedMin << ", " << expectedMax << "), got " in isSqrtResultCorrect()
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp3140 const int expectedMin = de::max(0, expectedCounter - tolerance); in iterate() local
3144 IVec3(1, 1, 1), R32UIImageSingleValueVerifier(expectedMin, expectedMax))) in iterate()