Home
last modified time | relevance | path

Searched refs:commandList (Results 1 – 25 of 707) sorted by relevance

12345678910>>...29

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/cmdlist/
H A Dtest_cmdlist_api.cpp19 MockCommandList commandList; in TEST() local
26 MockCommandList commandList; in TEST() local
34 MockCommandList commandList; in TEST_F() local
41 MockCommandList commandList; in TEST() local
48 MockCommandList commandList; in TEST() local
58 MockCommandList commandList; in TEST() local
66 MockCommandList commandList; in TEST() local
73 MockCommandList commandList; in TEST() local
83 MockCommandList commandList; in TEST() local
91 MockCommandList commandList; in TEST() local
[all …]
H A Dtest_cmdlist_5.cpp678 ASSERT_NE(nullptr, commandList); in HWTEST_F()
709 ASSERT_NE(nullptr, commandList); in HWTEST_F()
741 ASSERT_NE(nullptr, commandList); in HWTEST_F()
772 ASSERT_NE(nullptr, commandList); in HWTEST_F()
801 ASSERT_NE(nullptr, commandList); in HWTEST2_F()
830 commandList.reset(); in HWTEST2_F()
876 ASSERT_NE(nullptr, commandList); in HWTEST_F()
927 EXPECT_EQ(nullptr, commandList); in TEST_F()
934 EXPECT_EQ(nullptr, commandList); in TEST_F()
940 EXPECT_EQ(nullptr, commandList); in TEST_F()
[all …]
H A Dtest_cmdlist_1.cpp31 commandList->destroy(); in TEST_F()
42 commandList->destroy(); in TEST_F()
51 ASSERT_EQ(nullptr, commandList); in TEST_F()
65 ASSERT_EQ(nullptr, commandList); in TEST_F()
71 ASSERT_NE(nullptr, commandList); in TEST_F()
97 ASSERT_NE(nullptr, commandList); in TEST_F()
106 ASSERT_NE(nullptr, commandList); in TEST_F()
115 ASSERT_NE(nullptr, commandList); in TEST_F()
135 ASSERT_NE(nullptr, commandList); in TEST_F()
161 ASSERT_NE(nullptr, commandList); in TEST_F()
[all …]
H A Dtest_cmdlist_fill.cpp112 commandList->initialize(device, NEO::EngineGroupType::RenderCompute, 0u); in HWTEST2_F()
125 commandList->initialize(device, NEO::EngineGroupType::RenderCompute, 0u); in HWTEST2_F()
136 commandList->initialize(device, NEO::EngineGroupType::RenderCompute, 0u); in HWTEST2_F()
137 commandList->thresholdOfCallsToAppendLaunchKernelWithParamsToFail = 0; in HWTEST2_F()
148 commandList->initialize(device, NEO::EngineGroupType::RenderCompute, 0u); in HWTEST2_F()
170 commandList->initialize(device, NEO::EngineGroupType::RenderCompute, 0u); in HWTEST2_F()
190 commandList->initialize(device, NEO::EngineGroupType::RenderCompute, 0u); in HWTEST2_F()
206 commandList->thresholdOfCallsToAppendLaunchKernelWithParamsToFail = 1; in HWTEST2_F()
226 EXPECT_EQ(commandList->groupSizeX[0], smallSize); in HWTEST2_F()
254 EXPECT_EQ(commandList->groupSizeX[0], groupSize[0]); in HWTEST2_F()
[all …]
H A Dtest_cmdlist_append_launch_kernel_1.cpp93 ASSERT_EQ(commandList->threadArbitrationPolicy, 0u); in HWTEST_F()
104 auto &commandContainer = commandList->commandContainer; in HWTEST_F()
292 auto result = commandList->appendLaunchKernel( in HWCMDTEST_F()
354 auto result = commandList->appendLaunchKernel( in HWTEST2_F()
448 auto result = commandList->appendLaunchKernel( in HWTEST2_F()
966 ASSERT_NE(nullptr, commandList); in HWTEST_F()
974 auto result = commandList->appendLaunchKernel( in HWTEST_F()
978 result = commandList->close(); in HWTEST_F()
981 result = commandList->reset(); in HWTEST_F()
984 ASSERT_EQ(device, commandList->device); in HWTEST_F()
[all …]
H A Dtest_cmdlist_append_multipartition_prologue.cpp26 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
31 CommandListImp *cmdListImp = static_cast<CommandListImp *>(commandList.get()); in HWTEST2_F()
53 auto result = commandList->close(); in HWTEST2_F()
60 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
65 CommandListImp *cmdListImp = static_cast<CommandListImp *>(commandList.get()); in HWTEST2_F()
72 auto result = commandList->close(); in HWTEST2_F()
81 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
86 CommandListImp *cmdListImp = static_cast<CommandListImp *>(commandList.get()); in HWTEST2_F()
104 auto result = commandList->close(); in HWTEST2_F()
112 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
[all …]
H A Dtest_cmdlist_append_event_reset.cpp30 auto result = commandList->appendEventReset(event->toHandle()); in HWTEST_F()
68 auto result = commandList->appendEventReset(event->toHandle()); in HWTEST_F()
83 auto result = commandList->appendEventReset(event->toHandle()); in HWTEST_F()
110 auto result = commandList->appendEventReset(event->toHandle()); in HWTEST_F()
143 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
157 commandList->appendEventReset(event->toHandle()); in HWTEST2_F()
189 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
203 commandList->appendEventReset(event->toHandle()); in HWTEST2_F()
236 ASSERT_NE(nullptr, commandList); in HWTEST2_F()
251 commandList->partitionCount = packets; in HWTEST2_F()
[all …]
H A Dtest_cmdlist_blit.cpp85 MockCommandListForMemFill<gfxCoreFamily> commandList; in HWTEST2_F() local
91 commandList.initialize(device, NEO::EngineGroupType::Copy, 0u); in HWTEST2_F()
97 …cmdList, ptrOffset(commandList.commandContainer.getCommandStream()->getCpuBase(), 0), commandList.… in HWTEST2_F()
109 commandList->initialize(device, NEO::EngineGroupType::Copy, 0u); in HWTEST2_F()
114 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
132 commandList->initialize(device, NEO::EngineGroupType::Copy, 0u); in HWTEST2_F()
139 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
171 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
217 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
269 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
[all …]
H A Dtest_cmdlist_append_wait_on_events.cpp28 auto result = commandList->appendWaitOnEvents(1, &hEventHandle); in HWTEST_F()
31 auto usedSpaceAfter = commandList->commandContainer.getCommandStream()->getUsed(); in HWTEST_F()
62 auto result = commandList->appendWaitOnEvents(2, handles); in HWTEST_F()
92 auto result = commandList->appendWaitOnEvents(1, &hEventHandle); in HWTEST_F()
118 auto result = commandList->appendWaitOnEvents(1, &hEventHandle); in HWTEST_F()
156 result = commandList->appendWaitOnEvents(1, &hEventHandle); in HWTEST_F()
211 result = commandList->appendWaitOnEvents(1, &hEventHandle); in HWTEST_F()
252 commandList->appendWriteGlobalTimestamp(dstptr, nullptr, 1, &hEventHandle); in HWTEST2_F()
257 commandList->commandContainer.getCommandStream()->getUsed())); in HWTEST2_F()
297 commandList->commandContainer.getCommandStream()->getSpace(consumeSpace); in HWTEST_F()
[all …]
H A Dtest_cmdlist_3.cpp70 ASSERT_EQ(nullptr, commandList); in TEST_F()
85 ASSERT_EQ(nullptr, commandList); in TEST_F()
104 commandList->hostPtrMap.clear(); in HWTEST2_F()
121 commandList->hostPtrMap.clear(); in HWTEST2_F()
138 commandList->hostPtrMap.clear(); in HWTEST2_F()
156 commandList->hostPtrMap.clear(); in HWTEST2_F()
173 commandList->hostPtrMap.clear(); in HWTEST2_F()
190 commandList->hostPtrMap.clear(); in HWTEST2_F()
1259 EXPECT_EQ(&commandList->requiredStreamState, &commandList->getRequiredStreamState()); in HWTEST2_F()
1260 EXPECT_EQ(&commandList->finalStreamState, &commandList->getFinalStreamState()); in HWTEST2_F()
[all …]
H A Dtest_cmdlist_append_barrier.cpp24 auto usedSpaceBefore = commandList->commandContainer.getCommandStream()->getUsed(); in HWTEST_F()
26 auto result = commandList->appendBarrier(nullptr, 0, nullptr); in HWTEST_F()
29 auto usedSpaceAfter = commandList->commandContainer.getCommandStream()->getUsed(); in HWTEST_F()
48 commandList->reset(); in HWTEST_F()
49 auto result = commandList->appendBarrier(event->toHandle(), 0, nullptr); in HWTEST_F()
63 commandList->reset(); in HWTEST_F()
64 usedSpaceBefore = commandList->commandContainer.getCommandStream()->getUsed(); in HWTEST_F()
65 result = commandList->appendBarrier(nullptr, 0, nullptr); in HWTEST_F()
66 usedSpaceAfter = commandList->commandContainer.getCommandStream()->getUsed(); in HWTEST_F()
93 EXPECT_EQ(2u, commandList->partitionCount); in HWTEST2_F()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/cmdlist/
H A Dcmdlist_imp.cpp70 commandList->destroy(); in create()
71 commandList = nullptr; in create()
75 return commandList; in create()
106 return commandList; in createImmediate()
119 commandList = nullptr; in createImmediate()
120 return commandList; in createImmediate()
126 commandList = nullptr; in createImmediate()
127 return commandList; in createImmediate()
131 commandList->csr = csr; in createImmediate()
133 return commandList; in createImmediate()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/gen12lp/
H A Dtest_cmdlist_gen12lp.cpp49 commandList->applyMemoryRangesBarrier(1, sizes, ranges); in HWTEST2_F()
52 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
85 commandList->destroy(); in HWTEST2_F()
143 commandList->destroy(); in HWTEST2_F()
207 commandList->destroy(); in HWTEST2_F()
227 ASSERT_NE(nullptr, commandList); in HWTEST2_F()
233 commandList->applyMemoryRangesBarrier(1, sizes, ranges); in HWTEST2_F()
240 commandList->destroy(); in HWTEST2_F()
260 ASSERT_NE(nullptr, commandList); in HWTEST2_F()
266 commandList->applyMemoryRangesBarrier(1, sizes, ranges); in HWTEST2_F()
[all …]
/dports/multimedia/iriverter/iriverter-0.16/src/org/thestaticvoid/iriverter/
H A DConverter.java180 commandList.add("-o"); in prepareBaseCommandList()
184 commandList.add("-of"); in prepareBaseCommandList()
185 commandList.add("lavf"); in prepareBaseCommandList()
190 commandList.add("-ovc"); in prepareBaseCommandList()
192 commandList.add("x264"); in prepareBaseCommandList()
196 commandList.add("xvid"); in prepareBaseCommandList()
201 commandList.add("-oac"); in prepareBaseCommandList()
203 commandList.add("faac"); in prepareBaseCommandList()
236 commandList.add("-af"); in prepareBaseCommandList()
239 commandList.add("-af"); in prepareBaseCommandList()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/xe_hpg_core/
H A Dtest_cmdlist_xe_hpg_core.cpp30 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
36 auto result = commandList->close(); in HWTEST2_F()
89 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
125 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
159 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
180 commandList->applyMemoryRangesBarrier(1, sizes, ranges); in HWTEST2_F()
205 commandList->applyMemoryRangesBarrier(1, sizes, ranges); in HWTEST2_F()
230 commandList->applyMemoryRangesBarrier(1, sizes, ranges); in HWTEST2_F()
248 commandList->applyMemoryRangesBarrier(1, sizes, ranges); in HWTEST2_F()
273 commandList->applyMemoryRangesBarrier(1, sizes, ranges); in HWTEST2_F()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/gen9/
H A Dtest_cmdlist_gen9.cpp31 auto commandList = new CommandListAdjustStateComputeMode<productFamily>(); in HWTEST2_F() local
35 commandList->programL3(false); in HWTEST2_F()
38 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
50 commandList->destroy(); in HWTEST2_F()
60 auto commandList = new CommandListAdjustStateComputeMode<productFamily>(); in HWTEST2_F() local
64 commandList->programL3(true); in HWTEST2_F()
67 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
81 commandList->destroy(); in HWTEST2_F()
94 commandList->programL3(false); in HWTEST2_F()
97 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/debugger/
H A Dtest_l0_debugger_2.cpp52 commandList->reset(); in HWTEST_F()
55 commandList->destroy(); in HWTEST_F()
81 commandList->reset(); in HWTEST_F()
84 commandList->destroy(); in HWTEST_F()
104 commandList->destroy(); in HWTEST_F()
120 commandList->destroy(); in HWTEST_F()
136 commandList->destroy(); in HWTEST_F()
153 commandList->destroy(); in HWTEST_F()
170 commandList->destroy(); in HWTEST_F()
186 commandList->destroy(); in HWTEST_F()
[all …]
/dports/textproc/sigil/Sigil-1.8.0/src/Dialogs/PreferenceWidgets/
H A DKeyboardShortcutsWidget.cpp61 QTreeWidgetItem *item = ui.commandList->topLevelItem(i); in saveSettings()
102 ui.commandList->resizeColumnToContents(COL_NAME); in showEvent()
103 ui.commandList->resizeColumnToContents(COL_SHORTCUT); in showEvent()
125 QTreeWidgetItem *item = ui.commandList->currentItem(); in removeButtonClicked()
164 QTreeWidgetItem *item = ui.commandList->currentItem(); in targetEditTextChangedSlot()
178 if (ui.commandList->currentItem() != 0) { in assignButtonClickedSlot()
185 if (i != ui.commandList->currentIndex().row()) { in assignButtonClickedSlot()
199 ui.commandList->setFocus(); in assignButtonClickedSlot()
223 ui.commandList->clear(); in readSettings()
239 ui.commandList->addTopLevelItem(item); in readSettings()
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DReplicaManager.cpp291 participantStruct->commandList.RemoveAtIndex(tempIndex); in Destruct()
346 participantStruct->commandList.RemoveAtIndex(tempIndex); in DereferencePointer()
630 return &(participantStruct->commandList[index].userFlags); in AccessSerializationFlags()
638 return & (participantStruct->commandList[participantStruct->commandList.Size()-1].userFlags); in AccessSerializationFlags()
705 for (j=0; j < participantStruct->commandList.Size(); j++) in Update()
749 replica=participantStruct->commandList[commandListIndex].replica; in Update()
838 participantStruct->commandList[commandListIndex].command=0; in Update()
844 participantStruct->commandList[commandListIndex].command=0; in Update()
996 commandListIndex=participantStruct->commandList.Size(); in Update()
1269 for (i=0; i < commandList.Size(); i++) in GetCommandListReplicaIndex()
[all …]
/dports/x11/lxqt-runner/lxqt-runner-1.0.0/
H A Ddialog.cpp95 ui->commandList->installEventFilter(this); in Dialog()
96 ui->commandList->setModel(mCommandItemModel); in Dialog()
102 ui->commandList->setItemDelegate(new LXQt::HtmlDelegate(QSize(32, 32), ui->commandList)); in Dialog()
197 if (object == ui->commandList) in eventFilter()
234 ui->commandList->isVisible() && in editKeyPressEvent()
248 ui->commandList->isHidden() in editKeyPressEvent()
255 ui->commandList->setFocus(); in editKeyPressEvent()
459 ui->commandList->doItemsLayout(); in setFilter()
474 ui->commandList->scrollTo(ui->commandList->currentIndex()); in dataChanged()
475 ui->commandList->show(); in dataChanged()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/actionmanager/
H A Dcommandmappings.cpp63 commandList = new QTreeWidget(groupBox); in CommandMappingsPrivate()
64 commandList->setRootIsDecorated(false); in CommandMappingsPrivate()
65 commandList->setUniformRowHeights(true); in CommandMappingsPrivate()
66 commandList->setSortingEnabled(true); in CommandMappingsPrivate()
67 commandList->setColumnCount(3); in CommandMappingsPrivate()
69 QTreeWidgetItem *item = commandList->headerItem(); in CommandMappingsPrivate()
96 vboxLayout1->addWidget(commandList); in CommandMappingsPrivate()
110 commandList->sortByColumn(0, Qt::AscendingOrder); in CommandMappingsPrivate()
124 QTreeWidget *commandList; member in Core::Internal::CommandMappingsPrivate
160 QTreeWidget *CommandMappings::commandList() const in commandList() function in Core::CommandMappings
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/embedding/components/commandhandler/
H A DnsCommandGroup.cpp215 if (!commandList) { in AddCommandToGroup()
217 commandList = new AutoTArray<nsCString, 8>; in AddCommandToGroup()
218 mGroupsHash.Put(groupKey, commandList); in AddCommandToGroup()
224 commandList->AppendElement(aCommand); in AddCommandToGroup()
236 if (!commandList) { in RemoveCommandFromGroup()
240 uint32_t numEntries = commandList->Length(); in RemoveCommandFromGroup()
242 nsCString commandString = commandList->ElementAt(i); in RemoveCommandFromGroup()
244 commandList->RemoveElementAt(i); in RemoveCommandFromGroup()
260 if (!commandList) { in IsCommandInGroup()
264 uint32_t numEntries = commandList->Length(); in IsCommandInGroup()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/d3d12/
H A DCommandBufferD3D12.cpp134 SetID3D12DescriptorHeaps(commandList); in Apply()
184 ASSERT(commandList != nullptr); in SetID3D12DescriptorHeaps()
488 bindingTracker.SetID3D12DescriptorHeaps(commandList); in RecordCommands()
585 commandList->CopyBufferRegion( in RecordCommands()
712 commandList->CopyTextureRegion( in RecordCommands()
907 commandList->ClearRenderTargetView( in EmulateBeginRenderPass()
939 commandList->ClearDepthStencilView( in EmulateBeginRenderPass()
946 commandList->OMSetRenderTargets( in EmulateBeginRenderPass()
994 commandList->RSSetViewports(1, &viewport); in RecordRenderPass()
1022 indexBufferTracker.Apply(commandList); in RecordRenderPass()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/d3d/
H A DGrD3DCommandList.cpp13 gr_cp<ID3D12GraphicsCommandList> commandList) in GrD3DCommandList() argument
14 : fCommandList(std::move(commandList)) in GrD3DCommandList()
73 gr_cp<ID3D12GraphicsCommandList> commandList; in Make() local
76 IID_PPV_ARGS(&commandList)); in Make()
79 auto grCL = new GrD3DDirectCommandList(std::move(allocator), std::move(commandList)); in Make()
85 : GrD3DCommandList(std::move(allocator), std::move(commandList)) { in GrD3DDirectCommandList()
96 gr_cp<ID3D12GraphicsCommandList> commandList; in Make() local
98 nullptr, IID_PPV_ARGS(&commandList)); in Make()
100 auto grCL = new GrD3DCopyCommandList(std::move(allocator), std::move(commandList)); in Make()
105 gr_cp<ID3D12GraphicsCommandList> commandList) in GrD3DCopyCommandList() argument
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/xe_hp_core/
H A Dtest_cmdlist_xe_hp_core.cpp292 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
298 auto result = commandList->close(); in HWTEST2_F()
351 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
387 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
421 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
442 commandList->applyMemoryRangesBarrier(1, sizes, ranges); in HWTEST2_F()
467 commandList->applyMemoryRangesBarrier(1, sizes, ranges); in HWTEST2_F()
492 commandList->applyMemoryRangesBarrier(1, sizes, ranges); in HWTEST2_F()
510 commandList->applyMemoryRangesBarrier(1, sizes, ranges); in HWTEST2_F()
535 commandList->applyMemoryRangesBarrier(1, sizes, ranges); in HWTEST2_F()
[all …]

12345678910>>...29