Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.cpp531 …const uint32_t testThreadCount = requestedThreadCount == std::numeric_limits<uint32_t>::max()… in finishDeferredOperation() local
544 std::vector<DeferredThreadParams> threadParams(testThreadCount, deferredThreadParams); in finishDeferredOperation()
545 std::vector<de::MovePtr<std::thread>> threads(testThreadCount); in finishDeferredOperation()
548 DE_ASSERT(threads.size() > 0 && threads.size() == testThreadCount); in finishDeferredOperation()
550 for (uint32_t threadNdx = 0; threadNdx < testThreadCount; ++threadNdx) in finishDeferredOperation()
554 for (uint32_t threadNdx = 0; threadNdx < testThreadCount; ++threadNdx) in finishDeferredOperation()
557 for (uint32_t threadNdx = 0; threadNdx < testThreadCount; ++threadNdx) in finishDeferredOperation()