Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp480 const int barLength = static_cast<int>(rowWidthRatio * static_cast<float>(image.getWidth())); in verifyImageSingleColoredRow() local
488 << "Expecting all pixels with distance less or equal to (about) " << barLength in verifyImageSingleColoredRow()
505 if (x <= barLength - barLengthThreshold) in verifyImageSingleColoredRow()
507 else if (x >= barLength + barLengthThreshold) in verifyImageSingleColoredRow()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp480 const int barLength = static_cast<int>(rowWidthRatio * static_cast<float>(image.getWidth())); in verifyImageSingleColoredRow() local
488 << "Expecting all pixels with distance less or equal to (about) " << barLength in verifyImageSingleColoredRow()
505 if (x <= barLength - barLengthThreshold) in verifyImageSingleColoredRow()
507 else if (x >= barLength + barLengthThreshold) in verifyImageSingleColoredRow()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp3559 const int barLength = (int)(rowWidthRatio * (float)layer.getWidth()); in verifyImageSingleColoredRow() local
3565 m_testCtx.getLog() << tcu::TestLog::Message << "Expecting all pixels with distance less or equal to (about) " << barLength << " pixels from left border to be of color " << barColor.swizzle(0,1,2) << "." << tcu::TestLog::EndMessage; in verifyImageSingleColoredRow()
3580 if (x <= barLength - barLengthThreshold) in verifyImageSingleColoredRow()
3582 else if (x >= barLength + barLengthThreshold) in verifyImageSingleColoredRow()

Completed in 13 milliseconds