Home
last modified time | relevance | path

Searched refs:CommandType (Results 1 – 25 of 1691) sorted by relevance

12345678910>>...68

/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBveApi/Interface/Input/
H A DCommands.CommandInfo.cs12 public readonly CommandType Type;
20 internal CommandInfo(Command Command, CommandType Type, string Name) in CommandInfo()
123 return new CommandInfo(Value, CommandType.Digital, "N/A"); in TryGetInfo()
147 new CommandInfo(Command.HoldBrake,CommandType.Digital, "HOLD_BRAKE"),
186 new CommandInfo(Command.FillFuel, CommandType.Digital, "FILL_FUEL"),
193 new CommandInfo(Command.Blowers, CommandType.Digital, "BLOWERS"),
197 new CommandInfo(Command.GearUp, CommandType.Digital, "GEAR_UP"),
198 new CommandInfo(Command.GearDown, CommandType.Digital, "GEAR_DOWN"),
233 new CommandInfo(Command.MenuUp, CommandType.Digital, "MENU_UP"),
241 new CommandInfo(Command.MiscFps, CommandType.Digital, "MISC_FPS"),
[all …]
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/
H A Dqssgrenderdynamicobjectsystemcommands_p.h50 enum class CommandType enum
80 CommandType m_type;
82 QSSGCommand() : m_type(CommandType::Unknown) {} in QSSGCommand()
119 : QSSGCommand(CommandType::AllocateBuffer) in QSSGAllocateBuffer()
129 : QSSGCommand(CommandType::AllocateBuffer) in QSSGAllocateBuffer()
154 m_type = CommandType::AllocateImage; in QSSGAllocateImage()
161 m_type = CommandType::AllocateImage; in QSSGAllocateImage()
293 : QSSGCommand(CommandType::ApplyValue) in QSSGApplyValue()
379 : QSSGCommand(CommandType::Render) in QSSGRender()
490 : QSSGCommand(CommandType::DepthStencil) in QSSGDepthStencil()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/reporting/
H A Dreporting_header_parser_unittest.cc31 using CommandType = MockPersistentReportingStore::Command::Type; typedef
311 CommandType::ADD_REPORTING_ENDPOINT, in TEST_P()
315 CommandType::ADD_REPORTING_ENDPOINT_GROUP, in TEST_P()
896 CommandType::UPDATE_REPORTING_ENDPOINT_GROUP_DETAILS, in TEST_P()
1105 CommandType::ADD_REPORTING_ENDPOINT_GROUP)); in TEST_P()
1193 CommandType::ADD_REPORTING_ENDPOINT_GROUP)); in TEST_P()
1628 CommandType::ADD_REPORTING_ENDPOINT))); in TEST_P()
1655 CommandType::ADD_REPORTING_ENDPOINT))); in TEST_P()
1658 CommandType::ADD_REPORTING_ENDPOINT_GROUP))); in TEST_P()
1688 CommandType::ADD_REPORTING_ENDPOINT))); in TEST_P()
[all …]
H A Dmock_persistent_reporting_store_unittest.cc22 using CommandType = MockPersistentReportingStore::Command::Type; typedef
74 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST()
97 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST()
120 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST()
137 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST()
148 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT, in TEST()
158 expected_commands.emplace_back(CommandType::FLUSH); in TEST()
164 expected_commands.emplace_back(CommandType::DELETE_REPORTING_ENDPOINT, in TEST()
174 expected_commands.emplace_back(CommandType::FLUSH); in TEST()
181 EXPECT_EQ(1, store.CountCommands(CommandType::LOAD_REPORTING_CLIENTS)); in TEST()
[all …]
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/battle/
H A Dbattle_command.cpp26 Battle::Command::Command( const CommandType cmd ) in Command()
56 case CommandType::MSG_BATTLE_AUTO: in Command()
60 case CommandType::MSG_BATTLE_SURRENDER: in Command()
61 case CommandType::MSG_BATTLE_RETREAT: in Command()
64 case CommandType::MSG_BATTLE_TOWER: in Command()
71 case CommandType::MSG_BATTLE_CAST: in Command()
87 case CommandType::MSG_BATTLE_END_TURN: in Command()
91 case CommandType::MSG_BATTLE_SKIP: in Command()
95 case CommandType::MSG_BATTLE_MOVE: in Command()
99 case CommandType::MSG_BATTLE_ATTACK: in Command()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawCommands.h144 static const CommandType Type = CommandType::DRAWSURFACE;
241 static const CommandType Type = CommandType::DRAWFILTER;
269 static const CommandType Type = CommandType::CLEARRECT;
339 static const CommandType Type = CommandType::COPYRECT;
370 static const CommandType Type = CommandType::FILLRECT;
513 static const CommandType Type = CommandType::FILL;
549 static const CommandType Type = CommandType::STROKE;
681 static const CommandType Type = CommandType::MASK;
840 static const CommandType Type = CommandType::POPCLIP;
943 static const CommandType Type = CommandType::FLUSH;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawCommands.h144 static const CommandType Type = CommandType::DRAWSURFACE;
241 static const CommandType Type = CommandType::DRAWFILTER;
269 static const CommandType Type = CommandType::CLEARRECT;
339 static const CommandType Type = CommandType::COPYRECT;
370 static const CommandType Type = CommandType::FILLRECT;
513 static const CommandType Type = CommandType::FILL;
549 static const CommandType Type = CommandType::STROKE;
681 static const CommandType Type = CommandType::MASK;
840 static const CommandType Type = CommandType::POPCLIP;
943 static const CommandType Type = CommandType::FLUSH;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawCommands.h144 static const CommandType Type = CommandType::DRAWSURFACE;
241 static const CommandType Type = CommandType::DRAWFILTER;
269 static const CommandType Type = CommandType::CLEARRECT;
339 static const CommandType Type = CommandType::COPYRECT;
370 static const CommandType Type = CommandType::FILLRECT;
513 static const CommandType Type = CommandType::FILL;
549 static const CommandType Type = CommandType::STROKE;
681 static const CommandType Type = CommandType::MASK;
840 static const CommandType Type = CommandType::POPCLIP;
943 static const CommandType Type = CommandType::FLUSH;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/reporting/
H A Dreporting_header_parser_unittest.cc29 using CommandType = MockPersistentReportingStore::Command::Type; typedef
291 CommandType::ADD_REPORTING_ENDPOINT, in TEST_P()
295 CommandType::ADD_REPORTING_ENDPOINT_GROUP, in TEST_P()
852 CommandType::ADD_REPORTING_ENDPOINT_GROUP)); in TEST_P()
940 CommandType::ADD_REPORTING_ENDPOINT_GROUP)); in TEST_P()
996 CommandType::ADD_REPORTING_ENDPOINT_GROUP)); in TEST_P()
1216 CommandType::ADD_REPORTING_ENDPOINT))); in TEST_P()
1243 CommandType::ADD_REPORTING_ENDPOINT))); in TEST_P()
1246 CommandType::ADD_REPORTING_ENDPOINT_GROUP))); in TEST_P()
1275 CommandType::ADD_REPORTING_ENDPOINT))); in TEST_P()
[all …]
H A Dreporting_service_unittest.cc31 using CommandType = MockPersistentReportingStore::Command::Type; typedef
200 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST_P()
207 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT, in TEST_P()
221 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT, in TEST_P()
243 expected_commands.emplace_back(CommandType::FLUSH); in TEST_P()
253 expected_commands.emplace_back(CommandType::FLUSH); in TEST_P()
273 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST_P()
307 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT, in TEST_P()
309 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT, in TEST_P()
321 expected_commands.emplace_back(CommandType::FLUSH); in TEST_P()
[all …]
H A Dmock_persistent_reporting_store_unittest.cc22 using CommandType = MockPersistentReportingStore::Command::Type; typedef
74 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST()
97 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST()
120 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST()
137 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST()
148 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT, in TEST()
158 expected_commands.emplace_back(CommandType::FLUSH); in TEST()
164 expected_commands.emplace_back(CommandType::DELETE_REPORTING_ENDPOINT, in TEST()
174 expected_commands.emplace_back(CommandType::FLUSH); in TEST()
181 EXPECT_EQ(1, store.CountCommands(CommandType::LOAD_REPORTING_CLIENTS)); in TEST()
[all …]
/dports/devel/qbs/qbs-src-1.21.0/src/app/qbs/parser/
H A Dcommandlineoption.h92 CommandType command() const { return m_command; } in command()
97 CommandType m_command;
106 QString description(CommandType command) const override;
123 QString description(CommandType command) const override;
138 QString description(CommandType command) const override;
164 QString description(CommandType command) const override;
171 QString description(CommandType command) const override;
183 QString description(CommandType command) const override;
207 QString description(CommandType command) const override;
214 QString description(CommandType command) const override;
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/internal/command/commandargs/
H A Dshell.go13 Discover CommandType = "discover"
14 TwoFactorRecover CommandType = "2fa_recovery_codes"
15 TwoFactorVerify CommandType = "2fa_verify"
16 LfsAuthenticate CommandType = "git-lfs-authenticate"
17 ReceivePack CommandType = "git-receive-pack"
18 UploadPack CommandType = "git-upload-pack"
19 UploadArchive CommandType = "git-upload-archive"
20 PersonalAccessToken CommandType = "personal_access_token"
33 CommandType CommandType member
125 s.CommandType = Discover
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.OracleClient/Test/System.Data.OracleClient.jvm/OracleCommand/
H A DOracleCommand_CommandType.cs98 Assert.AreEqual(cmd.CommandType , CommandType.Text ); in run()
106 cmd.CommandType = CommandType.TableDirect; in run()
107 Assert.AreEqual(cmd.CommandType , CommandType.TableDirect); in run()
116 cmd.CommandType = CommandType.Text ; in run()
117 Assert.AreEqual(cmd.CommandType , CommandType.Text); in run()
123 #region ---- CommandType.Text using Parameters.Add ---- in run()
131 cmd.CommandType = CommandType.Text; in run()
189 cmd.CommandType = CommandType.StoredProcedure; in run()
223 #region CommandType.StoredProcedure in order to repreduce bug 4003 in run()
232 cmd4003.CommandType = CommandType.StoredProcedure; in run()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/MARSSessionPoolingTest/
H A DMARSSessionPoolingTest.cs35 …TestMARSSessionPooling("Case: Text, ExecuteScalar", _testConnString, CommandType.Text, ExecuteType… in MarsExecuteScalar_AllFlavors()
36 …TestMARSSessionPooling("Case: RPC, ExecuteScalar", _testConnString, CommandType.StoredProcedure, … in MarsExecuteScalar_AllFlavors()
42 …TestMARSSessionPooling("Case: Text, ExecuteNonQuery", _testConnString, CommandType.Text, ExecuteTy… in MarsExecuteNonQuery_AllFlavors()
43 …TestMARSSessionPooling("Case: RPC, ExecuteNonQuery", _testConnString, CommandType.StoredProcedure… in MarsExecuteNonQuery_AllFlavors()
49 …sionPooling("Case: Text, ExecuteReader, ReaderClose", _testConnString, CommandType.Text, ExecuteTy… in MarsExecuteReader_Text_NoGC()
65 …SSessionPooling("Case: Text, ExecuteReader, GC-Wait", _testConnString, CommandType.Text, ExecuteTy… in MarsExecuteReader_Text_WithGC()
66 …essionPooling("Case: Text, ExecuteReader, GC-NoWait", _testConnString, CommandType.Text, ExecuteTy… in MarsExecuteReader_Text_WithGC()
102 …atic void TestMARSSessionPooling(string caseName, string connectionString, CommandType commandType, in TestMARSSessionPooling()
118 case CommandType.Text: in TestMARSSessionPooling()
122 case CommandType.StoredProcedure: in TestMARSSessionPooling()
[all …]
/dports/security/gef/gef-2021.10/tests/
H A Dhelpers.py21 CommandType = NewType("CommandType", Union[str, Iterable[str]]) variable
33 def _add_command(commands: CommandType) -> List[str]: argument
39 def gdb_run_cmd(cmd: CommandType, before: CommandType = (), after: CommandType = (), argument
87 def gdb_run_silent_cmd(cmd: CommandType, before: CommandType = (), after: CommandType = (), argument
97 def gdb_run_cmd_last_line(cmd: CommandType, before: CommandType = (), after: CommandType = (), argument
104 def gdb_start_silent_cmd(cmd: CommandType, before: CommandType = (), after: CommandType = (), argument
117 def gdb_start_silent_cmd_last_line(cmd: CommandType, before: CommandType = (), argument
118 after: CommandType = (), argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/unittests/
H A DCommandAllocatorTests.cpp24 enum class CommandType { enum
90 CommandType type; in TEST()
102 ASSERT_EQ(type, CommandType::Draw); in TEST()
137 CommandType type; in TEST()
174 CommandType type; in TEST()
218 CommandType type; in TEST()
250 CommandType type; in TEST()
297 CommandType type; in TEST()
338 CommandType type; in TEST()
349 CommandType type; in TEST()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/ProviderTests/System.Data.Odbc/
H A DOdbcParameterCollectionTest.cs57 cmd.CommandType = CommandType.Text; in ParameterLengthTrimTest()
76 OdbcCmd.CommandType = CommandType.Text; in InsertTest()
123 OdbcCmd.CommandType = CommandType.Text; in InsertNoOverwriteTest()
157 OdbcCmd.CommandType = CommandType.Text; in InsertNullTest()
181 OdbcCmd.CommandType = CommandType.Text; in InsertEmptyTest()
206 OdbcCmd.CommandType = CommandType.Text; in InsertAlreadyContainedParameterTest()
233 OdbcCmd.CommandType = CommandType.Text; in InsertArgumentGreaterThanCountTest()
257 OdbcCmd.CommandType = CommandType.Text; in InsertNegativeArgumentTest()
281 OdbcCmd.CommandType = CommandType.Text; in InsertNonOdbcParameterTest()
306 OdbcCmd.CommandType = CommandType.Text; in AddRangeTest()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/ssh/
H A Dsftpsession.cpp54 CommandType type = CommandType::None;
69 QByteArray commandString(CommandType command) const in commandString()
72 case CommandType::Ls: return "ls -n"; in commandString()
73 case CommandType::Mkdir: return "mkdir"; in commandString()
74 case CommandType::Rmdir: return "rmdir"; in commandString()
75 case CommandType::Rm: return "rm"; in commandString()
76 case CommandType::Rename: return "rename"; in commandString()
77 case CommandType::Ln: return "ln -s"; in commandString()
78 case CommandType::Put: return "put"; in commandString()
79 case CommandType::Get: return "get"; in commandString()
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen12/hw/
H A Dmhw_mi_hwcmd_g12_X.cpp30 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_BATCH_BUFFER_END_CMD()
39 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_NOOP_CMD()
48 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_ARB_CHECK_CMD()
59 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_LOAD_REGISTER_IMM_CMD()
75 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_LOAD_REGISTER_MEM_CMD()
92 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_LOAD_REGISTER_REG_CMD()
105 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_STORE_REGISTER_MEM_CMD()
123 DW0.Obj1.CommandType = COMMAND_TYPE_MICOMMAND; in MI_BATCH_BUFFER_START_CMD()
136 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_SET_PREDICATE_CMD()
298 DW0.CommandType = COMMAND_TYPE_GFXPIPE; in PIPE_CONTROL_CMD()
[all …]
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/gen12/hw/
H A Dmhw_mi_hwcmd_g12_X.cpp30 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_BATCH_BUFFER_END_CMD()
39 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_NOOP_CMD()
48 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_ARB_CHECK_CMD()
59 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_LOAD_REGISTER_IMM_CMD()
75 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_LOAD_REGISTER_MEM_CMD()
92 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_LOAD_REGISTER_REG_CMD()
105 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_STORE_REGISTER_MEM_CMD()
123 DW0.Obj1.CommandType = COMMAND_TYPE_MICOMMAND; in MI_BATCH_BUFFER_START_CMD()
136 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_SET_PREDICATE_CMD()
298 DW0.CommandType = COMMAND_TYPE_GFXPIPE; in PIPE_CONTROL_CMD()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/GameList/
H A DGameTracker.cpp57 case CommandType::LoadCache: in GameTracker()
60 case CommandType::Start: in GameTracker()
63 case CommandType::AddDirectory: in GameTracker()
66 case CommandType::RemoveDirectory: in GameTracker()
69 case CommandType::UpdateDirectory: in GameTracker()
72 case CommandType::UpdateFile: in GameTracker()
75 case CommandType::UpdateMetadata: in GameTracker()
82 case CommandType::PurgeCache: in GameTracker()
85 case CommandType::BeginRefresh: in GameTracker()
93 case CommandType::EndRefresh: in GameTracker()
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen9/hw/
H A Dmhw_mi_hwcmd_g9_X.cpp34 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_BATCH_BUFFER_END_CMD()
43 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_NOOP_CMD()
60 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_LOAD_REGISTER_IMM_CMD()
73 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_LOAD_REGISTER_MEM_CMD()
86 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_LOAD_REGISTER_REG_CMD()
99 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_STORE_REGISTER_MEM_CMD()
114 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_BATCH_BUFFER_START_CMD()
125 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_SET_PREDICATE_CMD()
136 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_COPY_MEM_MEM_CMD()
266 DW0.CommandType = COMMAND_TYPE_GFXPIPE; in PIPE_CONTROL_CMD()
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen10/hw/
H A Dmhw_mi_hwcmd_g10_X.cpp34 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_BATCH_BUFFER_END_CMD()
43 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_NOOP_CMD()
60 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_LOAD_REGISTER_IMM_CMD()
73 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_LOAD_REGISTER_MEM_CMD()
86 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_LOAD_REGISTER_REG_CMD()
99 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_STORE_REGISTER_MEM_CMD()
114 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_BATCH_BUFFER_START_CMD()
125 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_SET_PREDICATE_CMD()
136 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_COPY_MEM_MEM_CMD()
266 DW0.CommandType = COMMAND_TYPE_GFXPIPE; in PIPE_CONTROL_CMD()
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen8/hw/
H A Dmhw_mi_hwcmd_g8_X.cpp34 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_BATCH_BUFFER_END_CMD()
43 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_NOOP_CMD()
60 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_LOAD_REGISTER_IMM_CMD()
73 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_LOAD_REGISTER_MEM_CMD()
86 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_LOAD_REGISTER_REG_CMD()
99 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_STORE_REGISTER_MEM_CMD()
114 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_BATCH_BUFFER_START_CMD()
127 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_SET_PREDICATE_CMD()
138 DW0.CommandType = COMMAND_TYPE_MICOMMAND; in MI_COPY_MEM_MEM_CMD()
269 DW0.CommandType = COMMAND_TYPE_GFXPIPE; in PIPE_CONTROL_CMD()
[all …]

12345678910>>...68