Home
last modified time | relevance | path

Searched refs:imageColor (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp1004 tcu::IVec4 imageColor = image[pixelIndex]; in computeSamePixelCount() local
1006 if (requiredColor != imageColor) return 0; in computeSamePixelCount()
1023 imageColor = auxBuffer[pixelIndex].first; in computeSamePixelCount()
1024 if (requiredColor != imageColor) continue; in computeSamePixelCount()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp996 tcu::IVec4 imageColor = image[pixelIndex]; in computeSamePixelCount() local
998 if (requiredColor != imageColor) return 0; in computeSamePixelCount()
1015 imageColor = auxBuffer[pixelIndex].first; in computeSamePixelCount()
1016 if (requiredColor != imageColor) continue; in computeSamePixelCount()
/third_party/skia/tests/
H A DImageTest.cpp739 SkPMColor imageColor; in check_legacy_bitmap() local
740 REPORTER_ASSERT(reporter, image->readPixels(dContext, info, &imageColor, sizeof(SkPMColor), in check_legacy_bitmap()
742 REPORTER_ASSERT(reporter, imageColor == *bitmap.getAddr32(0, 0)); in check_legacy_bitmap()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp492 TestTexture2D::TestTexture2D (Context& context, const deUint32 internalFormat, const deUint32 transferFormat, const deUint32 transferType, const tcu::Vec4 imageColor) in TestTexture2D() argument
505 m_imageData.getAccess().setPixel(imageColor, px, py); in TestTexture2D()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp6910 const auto imageColor = colorPixels.getPixel(x, y);
6912 if (expectedColor != imageColor)
6918 << "and found (" << imageColor.x() << ", " << imageColor.y() << ", " << imageColor.z() << ", " << imageColor.w() << ")"
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp6658 const auto imageColor = colorPixels.getPixel(x, y);
6660 if (expectedColor != imageColor)
6666 << "and found (" << imageColor.x() << ", " << imageColor.y() << ", " << imageColor.z() << ", " << imageColor.w() << ")"

Completed in 31 milliseconds