Searched refs:queue_name (Results 1 – 4 of 4) sorted by relevance
305 std::string queue_name = arg_name + "_q"; in GenerateProfilerForFMQSyncVariable() local308 << queue_name << "(" << arg_value << ", false);\n"; in GenerateProfilerForFMQSyncVariable()309 out << "if (" << queue_name << ".isValid()) {\n"; in GenerateProfilerForFMQSyncVariable()311 out << "for (int i = 0; i < (int)" << queue_name in GenerateProfilerForFMQSyncVariable()318 out << queue_name << ".read(&" << temp_result_name << ");\n"; in GenerateProfilerForFMQSyncVariable()319 out << queue_name << ".write(&" << temp_result_name << ");\n"; in GenerateProfilerForFMQSyncVariable()333 std::string queue_name = arg_name + "_q"; in GenerateProfilerForFMQUnsyncVariable() local336 << queue_name << "(" << arg_value << ");\n"; in GenerateProfilerForFMQUnsyncVariable()337 out << "if (" << queue_name << ".isValid()) {\n"; in GenerateProfilerForFMQUnsyncVariable()339 out << "for (int i = 0; i < (int)" << queue_name in GenerateProfilerForFMQUnsyncVariable()[all …]
49 queue_name="queue-schedule",
64 queue_name="queue-indexing",
1115 std::string queue_name = in GenerateDriverImplForTypedVariable() local1135 << "> " << queue_name << "(1024);\n"; in GenerateDriverImplForTypedVariable()1139 std::string fmq_item_name = queue_name + "_item"; in GenerateDriverImplForTypedVariable()1143 out << queue_name << ".write(&" << fmq_item_name << ");\n"; in GenerateDriverImplForTypedVariable()1146 out << arg_name << " = " << queue_name << ".getDesc();\n"; in GenerateDriverImplForTypedVariable()