Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h427 static constexpr size_t MaxOptQSize = 1 << 16; variable
497 BoundedProducerConsumerQueue<OptWorkItem, MaxOptQSize> OptQ;
DIceGlobalContext.cpp296 static constexpr size_t DefaultOptQWakeupSize = GlobalContext::MaxOptQSize >> 1;
310 ? MaxOptQSize in GlobalContext()