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