Home
last modified time | relevance | path

Searched refs:hitValue0 (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingTraversalControlTests.cpp329 tcu::UVec4 hitValue0, hitValue1; in verifyImage() local
333 hitValue0 = tcu::UVec4(1, 0, 0, 0); // ahit returns 1 in verifyImage()
337 hitValue0 = missValue0; // no ahit - results should report miss value in verifyImage()
341hitValue0 = tcu::UVec4(0, 0, 0, 0); // empty ahit shader. Initial value from rgen written to result in verifyImage()
345 hitValue0 = missValue0; // ahit ignores intersection - results should report miss value in verifyImage()
349hitValue0 = tcu::UVec4(1, 0, 0, 0); // ahit should return 1. If it returned 2, then terminateRayEX… in verifyImage()
364 referenceAccess.setPixel(hitValue0, x, y, 0); in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryTraversalControlTests.cpp628 tcu::UVec4 clearValue, missValue, hitValue0, hitValue1; in verifyImage() local
629 hitValue0 = rqValue0; in verifyImage()
642 referenceAccess.setPixel(hitValue0, vertexNdx, 0, 0); in verifyImage()
662 referenceAccess.setPixel(hitValue0, primitiveNdx, vertexNdx, 0); in verifyImage()
677 referenceAccess.setPixel(hitValue0, x, y, 0); in verifyImage()
852 tcu::UVec4 missValue0, missValue1, hitValue0, hitValue1; in verifyImage() local
853 hitValue0 = rqValue0; in verifyImage()
866 referenceAccess.setPixel(hitValue0, x, y, 0); in verifyImage()
DvktRayQueryAccelerationStructuresTests.cpp686 tcu::UVec4 hitValue0 = tcu::UVec4(1, 0, 0, 0); in verifyImage() local
699 referenceAccess.setPixel(hitValue0, vertexNdx, 0, 0); in verifyImage()
719 referenceAccess.setPixel(hitValue0, primitiveNdx, vertexNdx, 0); in verifyImage()
737 referenceAccess.setPixel(hitValue0, x, y, 0); in verifyImage()
874 tcu::UVec4 hitValue0 = tcu::UVec4(1, 0, 0, 0); in verifyImage() local
886 referenceAccess.setPixel(hitValue0, x, y, 0); in verifyImage()