Searched refs:other_queue_data (Results 1 – 1 of 1) sorted by relevance
5013 auto other_queue_data = dev_data->queueMap.find(other_queue); in updateTrackedCommandBuffers() local5014 if (queue_data == dev_data->queueMap.end() || other_queue_data == dev_data->queueMap.end()) { in updateTrackedCommandBuffers()5017 for (auto fence : other_queue_data->second.lastFences) { in updateTrackedCommandBuffers()5025 for (auto cmdbuffer : other_queue_data->second.untrackedCmdBuffers) { in updateTrackedCommandBuffers()5028 other_queue_data->second.untrackedCmdBuffers.clear(); in updateTrackedCommandBuffers()5030 for (auto cmdbuffer : other_queue_data->second.untrackedCmdBuffers) { in updateTrackedCommandBuffers()5033 other_queue_data->second.untrackedCmdBuffers.clear(); in updateTrackedCommandBuffers()5035 for (auto eventStagePair : other_queue_data->second.eventToStageMap) { in updateTrackedCommandBuffers()