Home
last modified time | relevance | path

Searched refs:hitValue (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryCullRayFlagsTests.cpp694 tcu::UVec4 hitValue(hitResult[vNdx], 0, 0, 0); in verifyImage()
695 referenceAccess.setPixel(hitValue, vNdx, 0, 0); in verifyImage()
696 referenceAccess.setPixel(hitValue, vNdx, 0, 1); in verifyImage()
707 tcu::UVec4 hitValue(hitResult[vNdx], 0, 0, 0); in verifyImage()
708 referenceAccess.setPixel(hitValue, primitiveNdx, vertexNdx, 0); in verifyImage()
709 referenceAccess.setPixel(hitValue, primitiveNdx, vertexNdx, 1); in verifyImage()
716 tcu::UVec4 hitValue(hitResult[squareNdx], 0, 0, 0); in verifyImage()
720 referenceAccess.setPixel(hitValue, x, y, 0); in verifyImage()
721 referenceAccess.setPixel(hitValue, x, y, 1); in verifyImage()
879 tcu::UVec4 hitValue(hitResul in verifyImage()
[all...]
H A DvktRayQueryAccelerationStructuresTests.cpp1129 tcu::UVec4 hitValue (1, 0, 0, 0); in verifyImage()
1141 referenceAccess.setPixel(hitValue, x, y, 0); in verifyImage()
1142 referenceAccess.setPixel(hitValue, x, y, 1); in verifyImage()
1634 " hitValue.y = 1;\n" in initPrograms()
1635 " hitValue.x = 1;\n" in initPrograms()
1652 " hitValue.y = 1;\n" in initPrograms()
1653 " hitValue.x = 1;\n" in initPrograms()
1709 " uvec4 hitValue = uvec4(0,0,0,0);\n" << in initPrograms()
1711 " imageStore(result, ivec3(gl_VertexIndex, 0, 0), uvec4(hitValue.x, 0, 0, 0));\n" in initPrograms()
1712 " imageStore(result, ivec3(gl_VertexIndex, 0, 1), uvec4(hitValue in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryCullRayFlagsTests.cpp694 tcu::UVec4 hitValue(hitResult[vNdx], 0, 0, 0); in verifyImage()
695 referenceAccess.setPixel(hitValue, vNdx, 0, 0); in verifyImage()
696 referenceAccess.setPixel(hitValue, vNdx, 0, 1); in verifyImage()
707 tcu::UVec4 hitValue(hitResult[vNdx], 0, 0, 0); in verifyImage()
708 referenceAccess.setPixel(hitValue, primitiveNdx, vertexNdx, 0); in verifyImage()
709 referenceAccess.setPixel(hitValue, primitiveNdx, vertexNdx, 1); in verifyImage()
716 tcu::UVec4 hitValue(hitResult[squareNdx], 0, 0, 0); in verifyImage()
720 referenceAccess.setPixel(hitValue, x, y, 0); in verifyImage()
721 referenceAccess.setPixel(hitValue, x, y, 1); in verifyImage()
879 tcu::UVec4 hitValue(hitResul in verifyImage()
[all...]
H A DvktRayQueryAccelerationStructuresTests.cpp1120 tcu::UVec4 hitValue (1, 0, 0, 0); in verifyImage()
1132 referenceAccess.setPixel(hitValue, x, y, 0); in verifyImage()
1133 referenceAccess.setPixel(hitValue, x, y, 1); in verifyImage()
1625 " hitValue.y = 1;\n" in initPrograms()
1626 " hitValue.x = 1;\n" in initPrograms()
1643 " hitValue.y = 1;\n" in initPrograms()
1644 " hitValue.x = 1;\n" in initPrograms()
1698 " uvec4 hitValue = uvec4(0,0,0,0);\n" << in initPrograms()
1700 " imageStore(result, ivec3(gl_VertexIndex, 0, 0), uvec4(hitValue.x, 0, 0, 0));\n" in initPrograms()
1701 " imageStore(result, ivec3(gl_VertexIndex, 0, 1), uvec4(hitValue in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingCallableShadersTests.cpp373 tcu::UVec4 missValue, hitValue; in verifyImage() local
380 hitValue = tcu::UVec4(1, 0, 0, 0); in verifyImage()
384 hitValue = tcu::UVec4(1, 0, 0, 0); in verifyImage()
388 hitValue = tcu::UVec4(2, 0, 0, 0); in verifyImage()
392 hitValue = tcu::UVec4(16, 0, 0, 0); in verifyImage()
401 referenceAccess.setPixel(hitValue, x, y); in verifyImage()
480 "layout(location = 0) rayPayloadEXT uvec4 hitValue;\n" in initPrograms()
490 " hitValue = uvec4(0,0,0,0);\n" in initPrograms()
492 " imageStore(result, ivec2(gl_LaunchIDEXT.xy), hitValue);\n" in initPrograms()
548 "layout(location = 0) rayPayloadInEXT uvec4 hitValue;\ in initPrograms()
[all...]
H A DvktRayTracingAccelerationStructuresTests.cpp633 const deInt32 hitValue = testParams.cullMask & 0x000000FFu; // only 8 last bits are used by the cullMask in verifyImage() local
634 const deInt32 expectedResult = ((x + y) % 2) ? hitValue : bitfieldReverse(testParams.cullMask & 0x000000FFu); in verifyImage()
641 const deInt32 hitValue = ((testParams.instanceCustomIndexCase != InstanceCustomIndexCase::NONE) ? static_cast<deInt32>(INSTANCE_CUSTOM_INDEX_BASE + x + y) : 2); in verifyImage() local
642 const deInt32 expectedResult = ((x + y) % 2) ? hitValue : 1; in verifyImage()
1017 << "layout(location = 0) rayPayloadEXT ivec4 hitValue;\n"; in initPrograms()
1031 << " hitValue = ivec4(0,0,0,0);\n" in initPrograms()
1035 css << " imageStore(result, ivec2(gl_LaunchIDEXT.xy), hitValue);\n"; in initPrograms()
1048 << "layout(location = 0) rayPayloadInEXT ivec4 hitValue;\n"; in initPrograms()
1056 << " hitValue = ivec4(2,0,0,1);\n"; in initPrograms()
1130 << "layout(location = 0) rayPayloadInEXT ivec4 hitValue;\ in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingCallableShadersTests.cpp375 tcu::UVec4 missValue, hitValue; in verifyImage() local
382 hitValue = tcu::UVec4(1, 0, 0, 0); in verifyImage()
386 hitValue = tcu::UVec4(1, 0, 0, 0); in verifyImage()
390 hitValue = tcu::UVec4(2, 0, 0, 0); in verifyImage()
394 hitValue = tcu::UVec4(16, 0, 0, 0); in verifyImage()
403 referenceAccess.setPixel(hitValue, x, y); in verifyImage()
482 "layout(location = 0) rayPayloadEXT uvec4 hitValue;\n" in initPrograms()
492 " hitValue = uvec4(0,0,0,0);\n" in initPrograms()
494 " imageStore(result, ivec2(gl_LaunchIDEXT.xy), hitValue);\n" in initPrograms()
550 "layout(location = 0) rayPayloadInEXT uvec4 hitValue;\ in initPrograms()
[all...]
H A DvktRayTracingAccelerationStructuresTests.cpp648 const deInt32 hitValue = testParams.cullMask & 0x000000FFu; // only 8 last bits are used by the cullMask in verifyImage() local
649 const deInt32 expectedResult = ((x + y) % 2) ? hitValue : bitfieldReverse(testParams.cullMask & 0x000000FFu); in verifyImage()
656 const deInt32 hitValue = ((testParams.instanceCustomIndexCase != InstanceCustomIndexCase::NONE) ? static_cast<deInt32>(INSTANCE_CUSTOM_INDEX_BASE + x + y) : 2); in verifyImage() local
657 const deInt32 expectedResult = ((x + y) % 2) ? hitValue : 1; in verifyImage()
1217 << "layout(location = 0) rayPayloadEXT ivec4 hitValue;\n"; in initPrograms()
1231 << " hitValue = ivec4(0,0,0,0);\n" in initPrograms()
1235 css << " imageStore(result, ivec2(gl_LaunchIDEXT.xy), hitValue);\n"; in initPrograms()
1248 << "layout(location = 0) rayPayloadInEXT ivec4 hitValue;\n"; in initPrograms()
1256 << " hitValue = ivec4(2,0,0,1);\n"; in initPrograms()
1330 << "layout(location = 0) rayPayloadInEXT ivec4 hitValue;\ in initPrograms()
[all...]

Completed in 28 milliseconds