HomeSort by relevance Sort by last modified time
    Searched refs:MaxOptQSize (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.h 427 static constexpr size_t MaxOptQSize = 1 << 16;
497 BoundedProducerConsumerQueue<OptWorkItem, MaxOptQSize> OptQ;
IceGlobalContext.cpp 296 static constexpr size_t DefaultOptQWakeupSize = GlobalContext::MaxOptQSize >> 1;
310 ? MaxOptQSize
    [all...]

Completed in 433 milliseconds