Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp519 …const deUint32 testThreadCount = requestedThreadCount == std::numeric_limits<deUint32>::ma… in finishDeferredOperation() local
531 std::vector<DeferredThreadParams> threadParams (testThreadCount, deferredThreadParams); in finishDeferredOperation()
532 std::vector<de::MovePtr<std::thread> > threads (testThreadCount); in finishDeferredOperation()
535 DE_ASSERT(threads.size() > 0 && threads.size() == testThreadCount); in finishDeferredOperation()
537 for (deUint32 threadNdx = 0; threadNdx < testThreadCount; ++threadNdx) in finishDeferredOperation()
540 for (deUint32 threadNdx = 0; threadNdx < testThreadCount; ++threadNdx) in finishDeferredOperation()
543 for (deUint32 threadNdx = 0; threadNdx < testThreadCount; ++threadNdx) in finishDeferredOperation()