Home | History | Annotate | Download | only in layers

Lines Matching full:queue_data

1289             const auto &queue_data = my_device_data->queueFamilyIndexMap.find(indices[i]);
1290 if (queue_data == my_device_data->queueFamilyIndexMap.end()) {
1785 const auto &queue_data = my_device_data->queueFamilyIndexMap.find(queueFamilyIndex);
1786 if (queue_data->second <= queueIndex) {