Searched refs:queueSize (Results 1 – 2 of 2) sorted by relevance
135 bool fullQueueReaderShouldRead(int queueSize, int totalReads) { in fullQueueReaderShouldRead() argument136 if (queueSize == 0) { in fullQueueReaderShouldRead()139 int totalWrites = totalReads + queueSize; in fullQueueReaderShouldRead()140 return queueSize == FULL_QUEUE_CAPACITY || totalWrites == FULL_QUEUE_EVENT_COUNT; in fullQueueReaderShouldRead()
8946 cl_uint queueSize, in DeviceCommandQueue() argument8956 CL_QUEUE_SIZE, queueSize, in DeviceCommandQueue()9097 const Context &context, const Device &device, cl_uint queueSize, cl_int *err = nullptr) in makeDefault() argument9105 CL_QUEUE_SIZE, queueSize, in makeDefault()