Home
last modified time | relevance | path

Searched refs:depthOk (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cClipControlTests.cpp149 bool depthOk = true; in fuzzyDepthCompare() local
152 for (int y = 0; y < result.getHeight() && depthOk; y++) in fuzzyDepthCompare()
154 for (int x = 0; x < result.getWidth() && depthOk; x++) in fuzzyDepthCompare()
163 depthOk &= (difference < threshold); in fuzzyDepthCompare()
167 if (!depthOk) in fuzzyDepthCompare()
181 return depthOk; in fuzzyDepthCompare()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fClipControlTests.cpp137 bool depthOk = true; in fuzzyDepthCompare() local
140 for (int y = 0; y < result.getHeight() && depthOk; y++) in fuzzyDepthCompare()
142 for (int x = 0; x < result.getWidth() && depthOk; x++) in fuzzyDepthCompare()
151 depthOk &= (difference < threshold); in fuzzyDepthCompare()
155 if (!depthOk) in fuzzyDepthCompare()
169 return depthOk; in fuzzyDepthCompare()
/third_party/vk-gl-cts/modules/internal/
H A DditFrameworkTests.cpp831 const bool depthOk = verifyDepth && (depthDiff <= maxDepthUlpDiff); in runCase() local
848 if (!depthOk) in runCase()
851 if (!colorOk || !depthOk) in runCase()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp515 bool depthOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.getAccess(), result.getAccess(), threshold, in verifyTexture() local
518 if (!depthOk) in verifyTexture()
616 bool depthOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.getAccess(), result.getAccess(), threshold, in verifyTexture() local
619 if (!depthOk) in verifyTexture()

Completed in 14 milliseconds