Searched refs:hitValue (Results 1 – 6 of 6) sorted by relevance
/third_party/glslang/Test/baseResults/ |
D | spv.ext.World3x4.rahit.out | 26 Name 89 "hitValue" 31 Decorate 89(hitValue) Location 0 68 89(hitValue): 88(ptr) Variable IncomingRayPayloadKHR
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryCullRayFlagsTests.cpp | 694 tcu::UVec4 hitValue(hitResult[vNdx], 0, 0, 0); in verifyImage() local 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() local 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() local 720 referenceAccess.setPixel(hitValue, x, y, 0); in verifyImage() 721 referenceAccess.setPixel(hitValue, x, y, 1); in verifyImage() 879 tcu::UVec4 hitValue(hitResult[squareNdx], 0, 0, 0); in verifyImage() local [all …]
|
D | vktRayQueryAccelerationStructuresTests.cpp | 1120 tcu::UVec4 hitValue (1, 0, 0, 0); in verifyImage() local 1132 referenceAccess.setPixel(hitValue, x, y, 0); in verifyImage() 1133 referenceAccess.setPixel(hitValue, x, y, 1); in verifyImage()
|
/third_party/glslang/Test/ |
D | spv.ext.World3x4.rahit | 5 layout(location = 0) rayPayloadInEXT vec3 hitValue;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingCallableShadersTests.cpp | 373 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()
|
D | vktRayTracingAccelerationStructuresTests.cpp | 604 …const deInt32 hitValue = ((testParams.instanceCustomIndexCase != InstanceCustomIndexCase::NONE) … in verifyImage() local 605 const deInt32 expectedResult = ((x + y) % 2) ? hitValue : 1; in verifyImage()
|