Home
last modified time | relevance | path

Searched refs:getColorPixels (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktDrawUtil.hpp102 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const = 0;
120 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const;
174 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const;
H A DvktDrawUtil.cpp172 tcu::ConstPixelBufferAccess ReferenceDrawContext::getColorPixels (void) const in getColorPixels() function in vkt::drawutil::ReferenceDrawContext
697 log << tcu::LogImageSet("attachments", "") << tcu::LogImage("color0", "", getColorPixels()) << tcu::TestLog::EndImageSet; in draw()
700 tcu::ConstPixelBufferAccess VulkanDrawContext::getColorPixels (void) const in getColorPixels() function in vkt::drawutil::VulkanDrawContext
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktDrawUtil.hpp102 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const = 0;
120 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const;
174 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const;
H A DvktDrawUtil.cpp172 tcu::ConstPixelBufferAccess ReferenceDrawContext::getColorPixels (void) const in getColorPixels() function in vkt::drawutil::ReferenceDrawContext
697 log << tcu::LogImageSet("attachments", "") << tcu::LogImage("color0", "", getColorPixels()) << tcu::TestLog::EndImageSet; in draw()
700 tcu::ConstPixelBufferAccess VulkanDrawContext::getColorPixels (void) const in getColorPixels() function in vkt::drawutil::VulkanDrawContext
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingTests.cpp483 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testPrimitivesInside()
540 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testPrimitivesOutside()
630 const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regionSize, cases[caseNdx].color, Vec4()); in testPrimitivesDepthClamp()
726 const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regionSize, cases[caseNdx].color, Vec4()); in testPrimitivesDepthClip()
761 const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regionSize, cases[caseNdx].color, Vec4()); in testPrimitivesDepthClip()
832 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testLargePoints()
839 if (countPixels(drawContext.getColorPixels(), Vec4(1.0f, i->z(), 0.0f, 1.0f), Vec4(0.01f)) == 0) in testLargePoints()
964 if (countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()) == NUM_RENDER_PIXELS) in testWideLines()
1014 if (tcu::intThresholdCompare(log, "Compare", "Result comparsion", refDrawContext.getColorPixels(), drawContext.getColorPixels(), tc in testWideLines()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp168 refDrawContext.getColorPixels().getFormat()), in iterate()
169 refDrawContext.getColorPixels().getWidth(), in iterate()
170 refDrawContext.getColorPixels().getHeight(), in iterate()
172 refDrawContext.getColorPixels().getDataPtr())); in iterate()
177 dc.getColorPixels().getFormat()), in iterate()
178 dc.getColorPixels().getWidth(), in iterate()
179 dc.getColorPixels().getHeight(), in iterate()
181 dc.getColorPixels().getDataPtr())); in iterate()
186 refDrawContext.getColorPixels(), in iterate()
187 dc.getColorPixels(), in iterate()
[all...]
H A DvktShaderRenderInvarianceTests.cpp306 tcu::TextureFormat(vulkanDrawContext.getColorPixels().getFormat()), in iterate()
307 vulkanDrawContext.getColorPixels().getWidth(), in iterate()
308 vulkanDrawContext.getColorPixels().getHeight(), in iterate()
310 vulkanDrawContext.getColorPixels().getDataPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp168 refDrawContext.getColorPixels().getFormat()), in iterate()
169 refDrawContext.getColorPixels().getWidth(), in iterate()
170 refDrawContext.getColorPixels().getHeight(), in iterate()
172 refDrawContext.getColorPixels().getDataPtr())); in iterate()
177 dc.getColorPixels().getFormat()), in iterate()
178 dc.getColorPixels().getWidth(), in iterate()
179 dc.getColorPixels().getHeight(), in iterate()
181 dc.getColorPixels().getDataPtr())); in iterate()
186 refDrawContext.getColorPixels(), in iterate()
187 dc.getColorPixels(), in iterate()
[all...]
H A DvktShaderRenderInvarianceTests.cpp306 tcu::TextureFormat(vulkanDrawContext.getColorPixels().getFormat()), in iterate()
307 vulkanDrawContext.getColorPixels().getWidth(), in iterate()
308 vulkanDrawContext.getColorPixels().getHeight(), in iterate()
310 vulkanDrawContext.getColorPixels().getDataPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/
H A DvktClippingTests.cpp483 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testPrimitivesInside()
540 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testPrimitivesOutside()
630 const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regionSize, cases[caseNdx].color, Vec4()); in testPrimitivesDepthClamp()
726 const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regionSize, cases[caseNdx].color, Vec4()); in testPrimitivesDepthClip()
761 const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regionSize, cases[caseNdx].color, Vec4()); in testPrimitivesDepthClip()
832 const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()); in testLargePoints()
839 if (countPixels(drawContext.getColorPixels(), Vec4(1.0f, i->z(), 0.0f, 1.0f), Vec4(0.01f)) == 0) in testLargePoints()
964 if (countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()) == NUM_RENDER_PIXELS) in testWideLines()
1014 if (tcu::intThresholdCompare(log, "Compare", "Result comparsion", refDrawContext.getColorPixels(), drawContext.getColorPixels(), tc in testWideLines()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFilteringTests.cpp370 tcu::ConstPixelBufferAccess resImage(renderer.getColorPixels()); in iterate()
H A DvktYCbCrImageQueryTests.cpp728 tcu::ConstPixelBufferAccess resultImg (renderer.getColorPixels()); in testImageQueryLod()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrFilteringTests.cpp370 tcu::ConstPixelBufferAccess resImage(renderer.getColorPixels()); in iterate()
H A DvktYCbCrImageQueryTests.cpp728 tcu::ConstPixelBufferAccess resultImg (renderer.getColorPixels()); in testImageQueryLod()

Completed in 18 milliseconds