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