Searched refs:maxThreadCountSupported (Results 1 – 1 of 1) sorted by relevance
485 …const deUint32 maxThreadCountSupported = deMinu32(256u, vk.getDeferredOperationMaxConcurrenc… in finishDeferredOperation() local487 …= requestedThreadCount == std::numeric_limits<deUint32>::max() ? maxThreadCountSupported : request… in finishDeferredOperation()489 if (maxThreadCountSupported == 0) in finishDeferredOperation()