Searched refs:expectedMin (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp1057 deUint64 expectedMin = 0u; local
1062 expectedMin = 16u;
1065 expectedMin = m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST ? 15u :
1073 expectedMin = m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? 16u :
1086 expectedMin = m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? 9u :
1104 if (result < expectedMin)
1444 deUint64 expectedMin = 0u; local
1449 expectedMin = m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? 16u :
1464 expectedMin = m_parametersGraphic.primitiveTopology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST ? 112u :
1482 if (result < expectedMin)
1810 deUint64 expectedMin = 0u; local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp782 const int expectedMin = de::max(0, expectedCounter - tolerance); local
787 << (expectPartialResult ? " in range: [" + de::toString(expectedMin) + ", " + de::toString(expectedMax) + "]" : ": " + de::toString(expectedCounter))
791 if (expectedMin <= actualCounter && actualCounter <= expectedMax)
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp3131 const int expectedMin = de::max(0, expectedCounter - tolerance); local
3135 IVec3(1, 1, 1), R32UIImageSingleValueVerifier(expectedMin, expectedMax)))

Completed in 141 milliseconds