Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp500 …const deUint32 testThreadCount = requestedThreadCount == std::numeric_limits<deUint32>::ma… in finishDeferredOperation() local
512 std::vector<DeferredThreadParams> threadParams (testThreadCount, deferredThreadParams); in finishDeferredOperation()
513 std::vector<de::MovePtr<std::thread> > threads (testThreadCount); in finishDeferredOperation()
516 DE_ASSERT(threads.size() > 0 && threads.size() == testThreadCount); in finishDeferredOperation()
518 for (deUint32 threadNdx = 0; threadNdx < testThreadCount; ++threadNdx) in finishDeferredOperation()
521 for (deUint32 threadNdx = 0; threadNdx < testThreadCount; ++threadNdx) in finishDeferredOperation()
524 for (deUint32 threadNdx = 0; threadNdx < testThreadCount; ++threadNdx) in finishDeferredOperation()