Searched refs:queue_state (Results 1 – 2 of 2) sorted by relevance
571 this.queue_state(sock);595 self.queue_state(state);624 fn queue_state(&self, sock_state: Pin<Arc<Mutex<SockState>>>) {
2981 auto queue_state = GetQueueState(queue); in ValidImageBufferQueue() local2982 if (queue_state) { in ValidImageBufferQueue()2984 if (indices[i] == queue_state->queueFamilyIndex) { in ValidImageBufferQueue()2996 queue_state->queueFamilyIndex); in ValidImageBufferQueue()3007 auto queue_state = GetQueueState(queue); in ValidateQueueFamilyIndices() local3009 if (pPool && queue_state) { in ValidateQueueFamilyIndices()3010 if (pPool->queueFamilyIndex != queue_state->queueFamilyIndex) { in ValidateQueueFamilyIndices()3016 … report_data->FormatHandle(queue).c_str(), queue_state->queueFamilyIndex); in ValidateQueueFamilyIndices()4073 QUEUE_STATE *queue_state = &queueMap[queue]; in RecordGetDeviceQueueState() local4074 queue_state->queue = queue; in RecordGetDeviceQueueState()[all …]