Searched refs:colorPixel (Results 1 - 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.cpp | 433 tcu::PixelBufferAccess colorPixel (colorPixelBuffer); in fillBuffer() 435 colorPixel.setPixel(color, 0, 0); in fillBuffer() 437 const deUint8* src = static_cast<deUint8*>(colorPixel.getDataPtr()); in fillBuffer() 452 tcu::PixelBufferAccess colorPixel (colorPixelBuffer); in fillBuffer() 454 colorPixel.setPixDepth(depth, 0, 0); in fillBuffer() 456 const deUint8* src = static_cast<deUint8*>(colorPixel.getDataPtr()); in fillBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.cpp | 433 tcu::PixelBufferAccess colorPixel (colorPixelBuffer); in fillBuffer() 435 colorPixel.setPixel(color, 0, 0); in fillBuffer() 437 const deUint8* src = static_cast<deUint8*>(colorPixel.getDataPtr()); in fillBuffer() 452 tcu::PixelBufferAccess colorPixel (colorPixelBuffer); in fillBuffer() 454 colorPixel.setPixDepth(depth, 0, 0); in fillBuffer() 456 const deUint8* src = static_cast<deUint8*>(colorPixel.getDataPtr()); in fillBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMisalignedCubeTests.cpp | 89 tcu::PixelBufferAccess colorPixel (colorPixelBuffer); in fillBuffer() 91 colorPixel.setPixel(color, 0, 0); in fillBuffer() 93 const deUint8* src = static_cast<deUint8*>(colorPixel.getDataPtr()); in fillBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageMisalignedCubeTests.cpp | 89 tcu::PixelBufferAccess colorPixel (colorPixelBuffer); in fillBuffer() 91 colorPixel.setPixel(color, 0, 0); in fillBuffer() 93 const deUint8* src = static_cast<deUint8*>(colorPixel.getDataPtr()); in fillBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 968 const auto colorPixel = colorAccess.getPixel(x, y); in iterate() local 970 bool match = tcu::boolAll(tcu::lessThan(tcu::absDiff(colorPixel, m_testConfig.expectedColor[attachmentIndex]), kColorThreshold)); in iterate()
|
H A D | vktPipelineExtendedDynamicStateTests.cpp | 6220 const auto colorPixel = colorAccess.getPixel(x, y); in iterate() local 6222 match = tcu::boolAll(tcu::lessThan(tcu::absDiff(colorPixel, expectedPixel), kUnormColorThreshold)); in iterate() 6227 const auto colorPixel = colorAccess.getPixelUint(x, y); in iterate() local 6229 match = (colorPixel == expectedPixel); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 960 const auto colorPixel = colorAccess.getPixel(x, y); in iterate() local 962 bool match = tcu::boolAll(tcu::lessThan(tcu::absDiff(colorPixel, m_testConfig.expectedColor[attachmentIndex]), kColorThreshold)); in iterate()
|
H A D | vktPipelineExtendedDynamicStateTests.cpp | 5168 const auto colorPixel = colorAccess.getPixel(x, y); in iterate() local 5170 match = tcu::boolAll(tcu::lessThan(tcu::absDiff(colorPixel, expectedPixel), kUnormColorThreshold)); in iterate() 5175 const auto colorPixel = colorAccess.getPixelUint(x, y); in iterate() local 5177 match = (colorPixel == expectedPixel); in iterate()
|
Completed in 38 milliseconds