Searched refs:numBlackPixels (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 483 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testPrimitivesInside() local 484 if (numBlackPixels >= minExpectedBlackPixels) in testPrimitivesInside() 540 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testPrimitivesOutside() local 541 if (numBlackPixels == NUM_RENDER_PIXELS) in testPrimitivesOutside() 832 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testLargePoints() local 845 result = (numBlackPixels == NUM_RENDER_PIXELS || allPointsRendered); in testLargePoints() 1456 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testClipDistance() local 1466 return (numBlackPixels == expectedClippedPixels && guardPixels == 0 && fragColorsOk ? tcu::TestStatus::pass("OK") in testClipDistance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 483 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testPrimitivesInside() local 484 if (numBlackPixels >= minExpectedBlackPixels) in testPrimitivesInside() 540 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testPrimitivesOutside() local 541 if (numBlackPixels == NUM_RENDER_PIXELS) in testPrimitivesOutside() 832 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testLargePoints() local 845 result = (numBlackPixels == NUM_RENDER_PIXELS || allPointsRendered); in testLargePoints() 1456 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testClipDistance() local 1466 return (numBlackPixels == expectedClippedPixels && guardPixels == 0 && fragColorsOk ? tcu::TestStatus::pass("OK") in testClipDistance()
|
Completed in 7 milliseconds