Home
last modified time | relevance | path

Searched refs:anyHitValue (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuildTests.cpp565 const deUint32 anyHitValue = 1; in validateBuffer() local
569 const deUint32 expectedValue = (n % 7 == 0) ? missValue : anyHitValue; in validateBuffer()
579 if (bufferPtr[pos] != anyHitValue) in validateBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuildTests.cpp564 const deUint32 anyHitValue = 1; in validateBuffer() local
568 const deUint32 expectedValue = (n % 7 == 0) ? missValue : anyHitValue; in validateBuffer()
578 if (bufferPtr[pos] != anyHitValue) in validateBuffer()

Completed in 4 milliseconds