/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
D | vktDrawUtil.hpp | 102 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const = 0; 120 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const; 174 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const;
|
D | vktDrawUtil.cpp | 172 tcu::ConstPixelBufferAccess ReferenceDrawContext::getColorPixels (void) const in getColorPixels() function in vkt::drawutil::ReferenceDrawContext 697 …log << tcu::LogImageSet("attachments", "") << tcu::LogImage("color0", "", getColorPixels()) << tcu… 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/util/ |
D | vktDrawUtil.hpp | 102 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const = 0; 120 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const; 174 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const;
|
D | vktDrawUtil.cpp | 172 tcu::ConstPixelBufferAccess ReferenceDrawContext::getColorPixels (void) const in getColorPixels() function in vkt::drawutil::ReferenceDrawContext 697 …log << tcu::LogImageSet("attachments", "") << tcu::LogImage("color0", "", getColorPixels()) << tcu… 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/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 168 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 …]
|
D | vktShaderRenderInvarianceTests.cpp | 306 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/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 168 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 …]
|
D | vktShaderRenderInvarianceTests.cpp | 306 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/vulkan/clipping/ |
D | vktClippingTests.cpp | 483 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f),… in testPrimitivesInside() 540 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f),… in testPrimitivesOutside() 630 …const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regio… in testPrimitivesDepthClamp() 726 …const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regio… in testPrimitivesDepthClip() 761 …const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regio… in testPrimitivesDepthClip() 832 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f),… 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_… in testWideLines() 1014 …e(log, "Compare", "Result comparsion", refDrawContext.getColorPixels(), drawContext.getColorPixels… in testWideLines() 1456 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f… in testClipDistance() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/ |
D | vktClippingTests.cpp | 483 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f),… in testPrimitivesInside() 540 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f),… in testPrimitivesOutside() 630 …const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regio… in testPrimitivesDepthClamp() 726 …const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regio… in testPrimitivesDepthClip() 761 …const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regio… in testPrimitivesDepthClip() 832 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f),… 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_… in testWideLines() 1014 …e(log, "Compare", "Result comparsion", refDrawContext.getColorPixels(), drawContext.getColorPixels… in testWideLines() 1456 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f… in testClipDistance() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
D | vktYCbCrImageQueryTests.cpp | 728 tcu::ConstPixelBufferAccess resultImg (renderer.getColorPixels()); in testImageQueryLod()
|
D | vktYCbCrFilteringTests.cpp | 370 tcu::ConstPixelBufferAccess resImage(renderer.getColorPixels()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrFilteringTests.cpp | 370 tcu::ConstPixelBufferAccess resImage(renderer.getColorPixels()); in iterate()
|
D | vktYCbCrImageQueryTests.cpp | 728 tcu::ConstPixelBufferAccess resultImg (renderer.getColorPixels()); in testImageQueryLod()
|