Searched refs:refColorAccess (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultiExtTests.cpp | 1262 tcu::PixelBufferAccess refColorAccess = refColorLevel.getAccess(); in iterate() local 1302 refColorAccess.setPixel(referenceColor, x, y); in iterate() 1310 if (!tcu::intThresholdCompare(log, colorSetName.c_str(), "", refColorAccess, colorAccess, tcu::UVec4(0u, 0u, 0u, 0u), logMode)) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultiExtTests.cpp | 1260 tcu::PixelBufferAccess refColorAccess = refColorLevel.getAccess(); in iterate() local 1300 refColorAccess.setPixel(referenceColor, x, y); in iterate() 1308 if (!tcu::intThresholdCompare(log, colorSetName.c_str(), "", refColorAccess, colorAccess, tcu::UVec4(0u, 0u, 0u, 0u), logMode)) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleTests.cpp | 6010 auto refColorAccess = refColor.getAccess(); 6027 auto topLeft = tcu::getSubregion(refColorAccess, 0, 0, halfWidth, halfHeight); 6028 auto bottomLeft = tcu::getSubregion(refColorAccess, 0, halfHeight, halfWidth, halfHeight); 6029 auto topRight = tcu::getSubregion(refColorAccess, halfWidth, 0, halfWidth, halfHeight); 6030 auto bottomRight = tcu::getSubregion(refColorAccess, halfWidth, halfHeight, halfWidth, halfHeight); 6067 const auto colorOK = tcu::floatThresholdCompare(log, "Color", "Color Result", refColorAccess, colorAccess, tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), tcu::COMPARE_LOG_ON_ERROR);
|
Completed in 14 milliseconds