Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 139) sorted by relevance

123456

/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch_streamer.cpp110 std::vector<Command> commands; in LaunchCustomActionServers() local
128 commands.emplace_back(std::move(command)); in LaunchCustomActionServers()
141 return commands; in LaunchCustomActionServers()
155 std::vector<Command> commands; in LaunchVNCServer() local
156 commands.emplace_back(std::move(vnc_server)); in LaunchVNCServer()
157 return std::move(commands); in LaunchVNCServer()
162 std::vector<Command> commands; in LaunchWebRTC() local
170 commands.emplace_back(std::move(sig_server)); in LaunchWebRTC()
216 commands.emplace_back(std::move(webrtc)); in LaunchWebRTC()
218 commands.emplace_back(std::move(action)); in LaunchWebRTC()
[all …]
Dlaunch_adb.cpp93 std::vector<Command> commands; in LaunchAdbConnectorIfEnabled() local
94 commands.emplace_back(std::move(adb_connector)); in LaunchAdbConnectorIfEnabled()
95 return std::move(commands); in LaunchAdbConnectorIfEnabled()
109 std::vector<Command> commands; in LaunchSocketVsockProxyIfEnabled() local
132 commands.emplace_back(std::move(adb_tunnel)); in LaunchSocketVsockProxyIfEnabled()
151 commands.emplace_back(std::move(adb_tunnel)); in LaunchSocketVsockProxyIfEnabled()
153 return commands; in LaunchSocketVsockProxyIfEnabled()
Dlaunch_modem.cpp112 std::vector<Command> commands; in LaunchModemSimulatorIfEnabled() local
113 commands.emplace_back(std::move(cmd)); in LaunchModemSimulatorIfEnabled()
114 return commands; in LaunchModemSimulatorIfEnabled()
Dprocess_monitor.h46 void AddCommands(T&& commands) { in AddCommands() argument
47 for (auto& command : commands) { in AddCommands()
/device/generic/vulkan-cereal/third-party/angle/scripts/
Dregistry_xml.py214 def add_commands(self, version, commands): argument
219 self.command_names[version] += commands
231 self.commands = {}
251 commands = [cmd.attrib['name'] for cmd in self.root.findall(xpath)]
255 commands = [cmd for cmd in commands if cmd not in current_cmds]
257 self.all_cmd_names.add_commands(annotation, commands)
258 self.commands[annotation] = commands
Dgenerate_entry_points.py1032 def get_entry_points(all_commands, commands, is_explicit_context, is_wgl, all_param_types, argument
1049 if cmd_name not in commands:
1569 def get_exports(commands, fmt=None): argument
1571 return [" %s" % fmt(cmd) for cmd in sorted(commands)]
1573 return [" %s" % cmd for cmd in sorted(commands)]
1592 commands = egl.commands[annotation]
1594 if len(commands) == 0:
1598 exports += get_exports(commands, capser)
1790 gles_commands = xml.commands[version]
1792 all_commands_no_suffix.extend(xml.commands[version])
[all …]
/device/generic/vulkan-cereal/
D.gitignore36 /qapi/qapi-commands-block-core.[ch]
37 /qapi/qapi-commands-block.[ch]
38 /qapi/qapi-commands-char.[ch]
39 /qapi/qapi-commands-common.[ch]
40 /qapi/qapi-commands-crypto.[ch]
41 /qapi/qapi-commands-introspect.[ch]
42 /qapi/qapi-commands-migration.[ch]
43 /qapi/qapi-commands-misc.[ch]
44 /qapi/qapi-commands-net.[ch]
45 /qapi/qapi-commands-rocker.[ch]
[all …]
/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.cpp137 auto commands = std::string{incomplete_command.data()}; in ReadCommand()
138 commands.append(buffer.data()); in ReadCommand()
143 commands = android::base::StringReplace(commands, "\n", "\r", true); in ReadCommand()
149 r_pos = commands.find('\032', pos); // In sms, find ctrl-z in ReadCommand()
151 r_pos = commands.find('\r', pos); in ReadCommand()
154 auto command = commands.substr(pos, r_pos - pos); in ReadCommand()
160 } else if (pos < commands.length()) { // Incomplete command in ReadCommand()
161 incomplete_command = commands.substr(pos); in ReadCommand()
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_NVX_device_generated_commands/
Dgeneratedcommands.txt1 [[device-generated-commands]]
6 These principle steps are to be taken to generate commands on the device:
10 * Define via sname:VkIndirectCommandsLayoutNVX the sequence of commands
15 secondary sname:VkCommandBuffer where the generated commands should be
17 * Generate the actual commands via flink:vkCmdProcessCommandsNVX passing
20 Execution of such generated commands can either be triggered directly with
23 The latter allows re-using generated commands as well.
30 When generating commands into a secondary command buffer, the command
38 …calDeviceGeneratedCommandsPropertiesNVX',desc='Returns device-generated commands related propertie…
Dgeneration.txt6 Command space for generated commands recorded into a secondary command
12 for device-generated commands is reserved.
24 commands within the sequence provided by the
51 The generated commands will behave as if they were recorded within the call
55 not affect commands after the reserved space.
59 [open,refpage='vkCmdProcessCommandsNVX',desc='Performs the generation of commands on the device',ty…
70 affecting the processing of commands.
75 …mandsInfoNVX',desc='Structure specifying parameters for the generation of commands',type='structs']
99 which the commands should be recorded.
181 // The stateful commands within indirectCommandsLayout will not
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp18 void CommandProcessor::queueCommands(const vk::CommandProcessorTask &commands) in queueCommands() argument
22 ASSERT(commands.commandBuffer == nullptr || !commands.commandBuffer->empty()); in queueCommands()
23 mCommandsQueue.push(commands); in queueCommands()
DREADME.md22 of a front-end OpenGL Context. ContextVk processes state changes and handles action commands like
27 The back-end records commands into command buffers via the the following `ContextVk` APIs:
33 *Note*: All of these commands may write out (aka flush) prior pending commands into a primary
35 pending RenderPass commands. `flushAndBeginRenderPass` will flush out pending commands outside a
40 It's there for commands like debug labels, barriers and queries that need to be recorded serially on
49 After the back-end records commands to the primary buffer we flush (e.g. on swap) or when we call
/device/generic/vulkan-cereal/protocols/vulkan/appendices/
DVK_EXT_conditional_rendering.txt15 This extension allows the execution of one or more rendering commands to be
18 rendering commands without application intervention.
19 The conditional rendering commands are limited to draws, compute dispatches
56 1) Should conditional rendering affect copy and blit commands?
63 RESOLVED: The rendering commands in secondary command buffer will be
DVK_KHR_shader_draw_parameters.txt35 passed to draw commands,
37 parameter passed to draw commands, and
90 drawing commands.
98 code:glDrawElements commands with code:baseVertex) or 0.
99 In particular there are no code:glDrawArrays commands that take a
103 drawing commands) or pname:firstVertex (for arrayed drawing commands), and
/device/generic/vulkan-cereal/third-party/angle/extensions/
DCHROMIUM_sync_query.txt27 a COMMANDS_COMPLETED_CHROMIUM query is available, all drawing commands
29 corresponding to the issued commands can be safely modified (assuming no
30 other outstanding drawing commands are issued subsequent to the query).
/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dservice_test.cpp119 auto commands = std::string{incomplete_command.data()}; in ReadCommandResponse()
120 commands.append(buffer.data()); in ReadCommandResponse()
126 commands = android::base::StringReplace(commands, "\n", "\r", true); in ReadCommandResponse()
131 r_pos = commands.find('\r', pos); in ReadCommandResponse()
133 auto command = commands.substr(pos, r_pos - pos); in ReadCommandResponse()
146 } else if (pos < commands.length()) { // incomplete command in ReadCommandResponse()
147 incomplete_command = commands.substr(pos); in ReadCommandResponse()
244 std::vector<std::string> commands = {"AT+CPIN=1234,0000", in TEST_F() local
250 for (auto iter = commands.begin(); iter != commands.end(); ++iter, ++expects_iter) { in TEST_F()
259 std::vector<std::string> commands = {"AT+CRSM=192,12258,0,0,15", in TEST_F() local
[all …]
/device/generic/vulkan-cereal/protocols/vulkan/style/
Dnaming.txt155 commands defined by the `VK_KHR_get_physical_device_properties2` extension,
237 creation commands).
271 A number of commands in the API are used to determine the properties of some
281 These commands fall into two categories from a naming perspective:
285 These are commands which query capabilities of objects that an
287 Such commands use the verb "Enumerate" to identify themselves.
291 Whilst these commands describe properties of the named object, they do not
297 These commands are used to query the current properties of an object that
299 Such commands use the verb "Get" to identify themselves.
303 These commands always have a parameter of the object type.
[all …]
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_AMD_buffer_marker/
Dcopies.txt22 all preceding commands have finished executing up to at least the specified
25 ename:vkCmdWriteBufferMarkerAMD commands so long as their specified pipeline
32 explicitly ordered using synchronization commands.
/device/generic/opengl-transport/
DMETADATA2 # would be NOTICE save for host/commands/emugen/android/base/EnumFlags.h
/device/linaro/poplar/installer/
DREADME18 * Run U-Boot commands below to install partition table and bootloader.
38 To install the AOSP images, use fastboot commands as below.
/device/generic/vulkan-cereal/protocols/vulkan/chapters/
Dfundamentals.txt13 commands and behavior in the remainder of the Specification.
86 command buffers which have recorded device commands issued via Vulkan
116 Once submitted to a queue, these commands will begin and complete execution
121 Work is submitted to queues using queue submission commands that typically
155 commands.
162 operations execute the recorded commands as if they had all been recorded
169 between commands within a command buffer, but only covering a subset of
188 Some commands perform more than one of these tasks.
189 State setting commands update the _current state_ of the command buffer.
190 Some commands that perform actions (e.g. draw/dispatch) do so based on the
[all …]
Dextensions.txt9 A layer cannot: add or modify Vulkan commands, while an extension may: do
41 commands the layer is interested in.
138 Instance layers were only able to intercept commands that operate on
142 and could only intercept commands operating on that device or its child
148 commands operating on that instance or any of its child objects.
208 Extensions may: define new Vulkan commands, structures, and enumerants.
211 for new commands, are defined in the Khronos-supplied `vulkan_core.h`
213 However, commands defined by extensions may: not be available for static
214 linking - in which case function pointers to these commands should: be
221 This is especially important for new commands whose parameters have been
[all …]
DVK_EXT_debug_marker.txt13 describes how to associate logical elements of the scene with commands in
20 The commands in this section allow application developers to associate
134 with each command buffer containing a large number of individual commands.
137 developer's ability to navigate the commands viewed holistically.
139 The marker commands fname:vkCmdDebugMarkerBeginEXT and
140 fname:vkCmdDebugMarkerEndEXT define regions of a series of commands that are
/device/google/cuttlefish/host/commands/gnss_grpc_proxy/
DAndroid.bp67 …cmd: "$(location aprotoc) -Idevice/google/cuttlefish/host/commands/gnss_grpc_proxy -Iexternal/prot…
83 …cmd: "$(location aprotoc) -Idevice/google/cuttlefish/host/commands/gnss_grpc_proxy -Iexternal/prot…
/device/generic/vulkan-cereal/third-party/angle/third_party/spirv-tools/
DREADME.angle10 The SPIR-V Tools project provides an API and commands for processing

123456