Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingNonUniformArgsTests.cpp224 constexpr auto kMaxUint16 = static_cast<deUint32>(std::numeric_limits<deUint16>::max()); in joinMostLeast() local
225 DE_UNREF(kMaxUint16); // For release builds. in joinMostLeast()
226 DE_ASSERT(most <= kMaxUint16 && least <= kMaxUint16); in joinMostLeast()